From fc5f84e0909b2bb555d9b40c4d62436f661f351a Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Thu, 8 Jul 2021 15:05:46 +0300 Subject: [PATCH] fix: use ethabi from master w/ fixed abiv2 bug --- Cargo.lock | 3 +-- ethers-core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3033fc33..1b5bab0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -686,8 +686,7 @@ dependencies = [ [[package]] name = "ethabi" version = "14.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c52991643379afc90bfe2df3c64d53983e59c35a82ba6e75c997cfc2880d8524" +source = "git+https://github.com/rust-ethereum/ethabi#51b4a7f4f8fd5223435189a6802efdf095bbf8b5" dependencies = [ "anyhow", "ethereum-types", diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index e59f707b..61ae671e 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["ethereum", "web3", "celo", "ethers"] [dependencies] rlp = { version = "0.5.0", default-features = false } -ethabi = { version = "14.0.0", default-features = false } +ethabi = { git = "https://github.com/rust-ethereum/ethabi", version = "14.0.0", default-features = false } arrayvec = { version = "0.5.1", default-features = false } # crypto