Skip to content

Commit

Permalink
upgrade to protocol v26 (gateway) (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
itegulov authored Jan 30, 2025
1 parent 4a46759 commit 99d2c69
Show file tree
Hide file tree
Showing 32 changed files with 458 additions and 270 deletions.
132 changes: 73 additions & 59 deletions Cargo.lock

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

12 changes: 5 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,11 @@ categories = ["cryptography"]
#########################
# ZKsync dependencies #
#########################
zksync_multivm = { git = "https://github.com/matter-labs/zksync-era.git", rev = "core-v25.4.0" }
zksync_contracts = { git = "https://github.com/matter-labs/zksync-era.git", rev = "core-v25.4.0" }
zksync_types = { git = "https://github.com/matter-labs/zksync-era.git", rev = "core-v25.4.0" }
zksync_vm_interface = { git = "https://github.com/matter-labs/zksync-era.git", rev = "core-v25.4.0" }
zksync_web3_decl = { git = "https://github.com/matter-labs/zksync-era.git", rev = "core-v25.4.0", features = [
"server",
] }
zksync_multivm = "=26.2.1-non-semver-compat"
zksync_contracts = "=26.2.1-non-semver-compat"
zksync_types = "=26.2.1-non-semver-compat"
zksync_vm_interface = "=26.2.1-non-semver-compat"
zksync_web3_decl = "=26.2.1-non-semver-compat"

#########################
# External dependencies #
Expand Down
2 changes: 1 addition & 1 deletion contracts
Submodule contracts updated 646 files
4 changes: 2 additions & 2 deletions crates/api_decl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ categories.workspace = true
anvil_zksync_types.workspace = true

zksync_types.workspace = true
zksync_web3_decl.workspace = true
zksync_web3_decl = { workspace = true, features = ["server"] }

jsonrpsee.workspace = true
jsonrpsee = { workspace = true, features = ["server"] }
1 change: 0 additions & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ anvil_zksync_types.workspace = true
alloy = { workspace = true, default-features = false, features = ["signer-mnemonic"] }

zksync_types.workspace = true
zksync_web3_decl.workspace = true
anyhow.workspace = true
clap.workspace = true
eyre.workspace = true
Expand Down
Loading

0 comments on commit 99d2c69

Please sign in to comment.