Skip to content

Commit

Permalink
feat(cketh): Use EVM-RPC canister 2.0.0 (dfinity#1831)
Browse files Browse the repository at this point in the history
Adapt the EVM RPC client used by the ckETH and ckERC20 minter to use the
new version
([2.0.0](https://github.com/internet-computer-protocol/evm-rpc-canister/releases/tag/v2.0.0))
of the EVM RPC canister.

---------

Co-authored-by: IDX GitHub Automation <[email protected]>
  • Loading branch information
gregorydemay and IDX GitHub Automation authored Oct 9, 2024
1 parent 9df94b4 commit 05d54e2
Show file tree
Hide file tree
Showing 21 changed files with 689 additions and 788 deletions.
312 changes: 194 additions & 118 deletions Cargo.Bazel.Fuzzing.json.lock

Large diffs are not rendered by default.

28 changes: 22 additions & 6 deletions Cargo.Bazel.Fuzzing.toml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1792,9 +1792,9 @@ dependencies = [

[[package]]
name = "candid"
version = "0.10.6"
version = "0.10.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "965e86b1bd1c0c26df70cf0c92ae16c56204ab402eb915c26a541cf949d841cf"
checksum = "6c30ee7f886f296b6422c0ff017e89dd4f831521dfdcc76f3f71aae1ce817222"
dependencies = [
"anyhow",
"binread",
Expand Down Expand Up @@ -3096,6 +3096,7 @@ dependencies = [
"escargot",
"ethers-core",
"ethnum",
"evm_rpc_types",
"exec",
"eyre",
"ff 0.12.1",
Expand Down Expand Up @@ -3838,6 +3839,21 @@ dependencies = [
"pin-project-lite",
]

[[package]]
name = "evm_rpc_types"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d393282cc061a25958d3a177fd95e49d94eee54e3e59371f33ef3d4a2dc24431"
dependencies = [
"candid",
"hex",
"ic-cdk 0.16.0",
"num-bigint 0.4.6",
"serde",
"strum 0.26.3",
"thiserror",
]

[[package]]
name = "exec"
version = "0.3.1"
Expand Down Expand Up @@ -11000,18 +11016,18 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"

[[package]]
name = "thiserror"
version = "1.0.62"
version = "1.0.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb"
checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
dependencies = [
"thiserror-impl",
]

[[package]]
name = "thiserror-impl"
version = "1.0.62"
version = "1.0.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c"
checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
dependencies = [
"proc-macro2",
"quote",
Expand Down
Loading

0 comments on commit 05d54e2

Please sign in to comment.