Skip to content

Commit

Permalink
Update ethabI
Browse files Browse the repository at this point in the history
Signed-off-by: deniallugo <[email protected]>
  • Loading branch information
Deniallugo committed Jul 6, 2021
1 parent 0f5c54f commit b9fb027
Show file tree
Hide file tree
Showing 17 changed files with 96 additions and 50 deletions.
106 changes: 74 additions & 32 deletions Cargo.lock

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

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,8 @@ members = [

# SDK section
"sdk/zksync-rs"
]
]

[patch.crates-io]
web3 = { git = "https://github.com/Deniallugo/rust-web3", branch = "update_ethabi"}

2 changes: 1 addition & 1 deletion core/bin/block_revert/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ zksync_eth_client = { path = "../../lib/eth_client", version = "1.0" }
zksync_config = { path = "../../lib/config", version = "1.0" }

tokio = { version = "0.2", features = ["full"] }
ethabi = "13.0.0"
ethabi = "14.0.0"
anyhow = "1.0"
web3 = "0.15.0"
structopt = "0.3.20"
2 changes: 1 addition & 1 deletion core/bin/data_restore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ vlog = { path = "../../lib/vlog", version = "1.0" }

num = { version = "0.3.1", features = ["serde"] }
tiny-keccak = "1.4.2"
ethabi = "13.0.0"
ethabi = "14.0.0"
web3 = "0.15.0"
hex = "0.4"
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion core/bin/regen-root-hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ zksync_types = { path = "../../lib/types", version = "1.0" }
zksync_utils = { path = "../../lib/utils", version = "1.0" }
zksync_circuit = { path = "../../lib/circuit", version = "1.0" }
zksync_storage = { path = "../../lib/storage", version = "1.0" }
ethabi = "13.0.0"
ethabi = "14.0.0"

once_cell = "1.4"
anyhow = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion core/bin/zksync_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ zksync_gateway_watcher = { path = "../../lib/gateway_watcher", version = "1.0" }
vlog = { path = "../../lib/vlog", version = "1.0", features=['actix'] }

hex = "0.4"
ethabi = "13.0.0"
ethabi = "14.0.0"
web3 = "0.15.0"
serde = "1.0.90"
serde_json = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion core/bin/zksync_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ zksync_gateway_watcher = { path = "../../lib/gateway_watcher", version = "1.0" }

num = { version = "0.3.1", features = ["serde"] }

ethabi = "13.0.0"
ethabi = "14.0.0"
web3 = "0.15.0"
serde = "1.0.90"
serde_json = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion core/bin/zksync_eth_sender/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ zksync_prometheus_exporter = { path = "../../lib/prometheus_exporter", version =
zksync_gateway_watcher = { path = "../../lib/gateway_watcher", version = "1.0" }

hex = "0.4"
ethabi = "13.0.0"
ethabi = "14.0.0"
web3 = "0.15.0"
serde = "1.0.90"
serde_json = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion core/bin/zksync_forced_exit_requests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ vlog = { path = "../../lib/vlog", version = "1.0" }
zksync_core = { path = "../zksync_core", version = "1.0" }
zksync_api = { path = "../zksync_api", version = "1.0" }
actix-web = "3.0.0"
ethabi = "13.0.0"
ethabi = "14.0.0"
web3 = "0.15.0"
log = "0.4"
hex = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion core/lib/contracts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ keywords = ["blockchain", "zksync"]
categories = ["cryptography"]

[dependencies]
ethabi = "13.0.0"
ethabi = "14.0.0"
serde_json = "1.0"
2 changes: 1 addition & 1 deletion core/lib/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rescue_poseidon = { package = "rescue_poseidon", version = "0.3.0", git = "https

num = { version = "0.3.1", features = ["serde"] }
zksync_basic_types = { path = "../basic_types", version = "1.0" }
ethabi = "13.0.0"
ethabi = "14.0.0"

serde = "1.0"
thiserror = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions core/lib/eth_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ zksync_contracts = { path = "../contracts", version = "1.0" }
vlog = { path = "../../lib/vlog", version = "1.0" }

serde = "1.0.90"
ethabi = "13.0.0"
ethabi = "14.0.0"
web3 = "0.15.0"
parity-crypto = {version = "0.7.0", features = ["publickey"] }
parity-crypto = {version = "0.8.0", features = ["publickey"] }
hex = "0.4"

anyhow = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion core/lib/eth_signer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde_derive = "1.0.90"
serde_json = "1.0.0"
hex = "0.4.2"

parity-crypto = {version = "0.7.0", features = ["publickey"] }
parity-crypto = {version = "0.8.0", features = ["publickey"] }
rlp = "0.5.0"

reqwest = { version = "0.10.0", features = ["json", "blocking"] }
Expand Down
2 changes: 1 addition & 1 deletion core/lib/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ once_cell = "1.4"
itertools = "0.8"
hex = "0.4"
metrics = "=0.13.0-alpha.8"
parity-crypto = { version = "0.7.0", features = ["publickey"] }
parity-crypto = { version = "0.8.0", features = ["publickey"] }

vlog = { path = "../../lib/vlog", version = "1.0" }

Expand Down
4 changes: 2 additions & 2 deletions core/lib/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ serde_json = "1.0.0"
serde_with = "1.8.0"

# Crypto stuff
parity-crypto = { version = "0.7.0", features = ["publickey"] }
ethabi = "13.0.0"
parity-crypto = { version = "0.8.0", features = ["publickey"] }
ethabi = "14.0.0"

[dev-dependencies]
criterion = "0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion core/tests/testkit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tokio = { version = "0.2", features = ["full"] }
vlog = { path = "../../lib/vlog", version = "1.0" }
num = { version = "0.3.1", features = ["serde"] }
futures = "0.3"
ethabi = "13.0.0"
ethabi = "14.0.0"
web3 = "0.15.0"
anyhow = "1.0"
serde = "1.0.90"
Expand Down
2 changes: 1 addition & 1 deletion sdk/zksync-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ zksync_utils = { path = "../../core/lib/utils", version = "1.0" }

sha2 = "0.8"
web3 = "0.15.0"
ethabi = "13.0.0"
ethabi = "14.0.0"
tokio = { version = "0.2", features = ["time"] }

serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit b9fb027

Please sign in to comment.