Skip to content

Commit

Permalink
Change deps to use confirmation branch for sdk (temporarily)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximkaaa committed Feb 13, 2025
1 parent d7d4721 commit 63a580b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 28 deletions.
7 changes: 0 additions & 7 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,3 @@ rustflags = [
"-Clink-arg=/STACK:10000000",
]


[patch."https://github.com/bitfinity-network/bitfinity-evm-sdk"]
did = { path = "../bitfinity-evm-sdk/src/did" }
eth-signer = { path = "../bitfinity-evm-sdk/src/eth-signer" }
ethereum-json-rpc-client = { path = "../bitfinity-evm-sdk/src/ethereum-json-rpc-client" }
evm-canister-client = { path = "../bitfinity-evm-sdk/src/evm-canister-client" }
signature-verification-canister-client = { path = "../bitfinity-evm-sdk/src/signature-verification-canister-client" }
31 changes: 13 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -652,14 +652,14 @@ tracy-client = "0.17.3"
async-channel = "2"
bitfinity-block-confirmation = { path = "crates/bitfinity-block-confirmation" }
candid = "0.10"
did = { git = "/~https://github.com/bitfinity-network/bitfinity-evm-sdk", package = "did", tag = "v0.42.x" }
did = { git = "/~https://github.com/bitfinity-network/bitfinity-evm-sdk", package = "did", branch = "EPROD-1132_block_validation" }
dirs = "5.0.1"
ethereum-json-rpc-client = { git = "/~https://github.com/bitfinity-network/bitfinity-evm-sdk", package = "ethereum-json-rpc-client", tag = "v0.42.x", features = [
ethereum-json-rpc-client = { git = "/~https://github.com/bitfinity-network/bitfinity-evm-sdk", package = "ethereum-json-rpc-client", branch = "EPROD-1132_block_validation", features = [
"reqwest",
] }
evm-canister-client = { git = "/~https://github.com/bitfinity-network/bitfinity-evm-sdk", package = "evm-canister-client", features = [
"ic-agent-client",
], tag = "v0.42.x" }
], branch = "EPROD-1132_block_validation" }
ic-cbor = "3"
ic-certificate-verification = "3"
ic-certification = "3"
Expand Down

0 comments on commit 63a580b

Please sign in to comment.