Skip to content

Commit

Permalink
Update zksync-era to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonD3 committed Dec 6, 2023
1 parent 8a9c636 commit 4695154
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 39 deletions.
102 changes: 72 additions & 30 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ categories = ["cryptography"]
publish = false # We don't want to publish our binaries.

[dependencies]
zksync_basic_types = { git = "https://github.com/matter-labs/zksync-era.git", rev = "bd268ac02bc3530c1d3247cb9496c3e13c2e52d9" }
zksync_core = { git = "https://github.com/matter-labs/zksync-era.git", rev = "bd268ac02bc3530c1d3247cb9496c3e13c2e52d9" }
multivm = { git = "https://github.com/matter-labs/zksync-era.git", rev = "bd268ac02bc3530c1d3247cb9496c3e13c2e52d9" }
zksync_contracts = { git = "https://github.com/matter-labs/zksync-era.git", rev = "bd268ac02bc3530c1d3247cb9496c3e13c2e52d9" }
zksync_types = { git = "https://github.com/matter-labs/zksync-era.git", rev = "bd268ac02bc3530c1d3247cb9496c3e13c2e52d9" }
zksync_utils = { git = "https://github.com/matter-labs/zksync-era.git", rev = "bd268ac02bc3530c1d3247cb9496c3e13c2e52d9" }
zksync_state = { git = "https://github.com/matter-labs/zksync-era.git", rev = "bd268ac02bc3530c1d3247cb9496c3e13c2e52d9" }
zksync_web3_decl = { git = "https://github.com/matter-labs/zksync-era.git", rev = "bd268ac02bc3530c1d3247cb9496c3e13c2e52d9" }
zksync_basic_types = { git = "https://github.com/matter-labs/zksync-era.git", rev = "0b0008d3ec270d3bad5d280bfe631b59a81e9379" }
zksync_core = { git = "https://github.com/matter-labs/zksync-era.git", rev = "0b0008d3ec270d3bad5d280bfe631b59a81e9379" }
multivm = { git = "https://github.com/matter-labs/zksync-era.git", rev = "0b0008d3ec270d3bad5d280bfe631b59a81e9379" }
zksync_contracts = { git = "https://github.com/matter-labs/zksync-era.git", rev = "0b0008d3ec270d3bad5d280bfe631b59a81e9379" }
zksync_types = { git = "https://github.com/matter-labs/zksync-era.git", rev = "0b0008d3ec270d3bad5d280bfe631b59a81e9379" }
zksync_utils = { git = "https://github.com/matter-labs/zksync-era.git", rev = "0b0008d3ec270d3bad5d280bfe631b59a81e9379" }
zksync_state = { git = "https://github.com/matter-labs/zksync-era.git", rev = "0b0008d3ec270d3bad5d280bfe631b59a81e9379" }
zksync_web3_decl = { git = "https://github.com/matter-labs/zksync-era.git", rev = "0b0008d3ec270d3bad5d280bfe631b59a81e9379" }
sha3 = "0.10.6"


Expand Down
2 changes: 1 addition & 1 deletion src/bootloader_debug.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use multivm::interface::{dyn_tracers::vm_1_4_0::DynTracer, tracer::VmExecutionStopReason};
use multivm::interface::{dyn_tracers::vm_1_4_1::DynTracer, tracer::VmExecutionStopReason};
use std::sync::Arc;

use multivm::vm_latest::{
Expand Down

0 comments on commit 4695154

Please sign in to comment.