Skip to content

Commit

Permalink
fix: Bump prover dependencies & rust toolchain (matter-labs#2600)
Browse files Browse the repository at this point in the history
Signed-off-by: Harald Hoyer <[email protected]>
Co-authored-by: Igor Aleksanov <[email protected]>
Co-authored-by: Harald Hoyer <[email protected]>
  • Loading branch information
3 people authored Aug 8, 2024
1 parent be9f357 commit 849c6a5
Show file tree
Hide file tree
Showing 35 changed files with 290 additions and 336 deletions.
120 changes: 55 additions & 65 deletions Cargo.lock

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

28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ proc-macro2 = "1.0"
trybuild = "1.0"

# "Internal" dependencies
vise = "0.1.0"
vise-exporter = "0.1.0"
vise = "0.2.0"
vise-exporter = "0.2.0"

# Here and below:
# We *always* pin the latest version of protocol to disallow accidental changes in the execution logic.
Expand All @@ -205,9 +205,9 @@ circuit_sequencer_api_1_3_3 = { package = "circuit_sequencer_api", version = "0.
circuit_sequencer_api_1_4_0 = { package = "circuit_sequencer_api", version = "0.140" }
circuit_sequencer_api_1_4_1 = { package = "circuit_sequencer_api", version = "0.141" }
circuit_sequencer_api_1_4_2 = { package = "circuit_sequencer_api", version = "0.142" }
circuit_sequencer_api_1_5_0 = { package = "circuit_sequencer_api", version = "=0.150.2-rc.2" }
circuit_sequencer_api_1_5_0 = { package = "circuit_sequencer_api", version = "=0.150.2-rc.3" }
crypto_codegen = { package = "zksync_solidity_vk_codegen", version = "=0.1.0" }
kzg = { package = "zksync_kzg", version = "=0.150.2-rc.2" }
kzg = { package = "zksync_kzg", version = "=0.150.2-rc.3" }
zk_evm = { version = "=0.133.0" }
zk_evm_1_3_1 = { package = "zk_evm", version = "0.131.0-rc.2" }
zk_evm_1_3_3 = { package = "zk_evm", version = "0.133.0" }
Expand All @@ -216,16 +216,16 @@ zk_evm_1_4_1 = { package = "zk_evm", version = "0.141.0" }
zk_evm_1_5_0 = { package = "zk_evm", version = "=0.150.0" }

# Consensus dependencies.
zksync_concurrency = "=0.1.0-rc.8"
zksync_consensus_bft = "=0.1.0-rc.8"
zksync_consensus_crypto = "=0.1.0-rc.8"
zksync_consensus_executor = "=0.1.0-rc.8"
zksync_consensus_network = "=0.1.0-rc.8"
zksync_consensus_roles = "=0.1.0-rc.8"
zksync_consensus_storage = "=0.1.0-rc.8"
zksync_consensus_utils = "=0.1.0-rc.8"
zksync_protobuf = "=0.1.0-rc.8"
zksync_protobuf_build = "=0.1.0-rc.8"
zksync_concurrency = "=0.1.0-rc.9"
zksync_consensus_bft = "=0.1.0-rc.9"
zksync_consensus_crypto = "=0.1.0-rc.9"
zksync_consensus_executor = "=0.1.0-rc.9"
zksync_consensus_network = "=0.1.0-rc.9"
zksync_consensus_roles = "=0.1.0-rc.9"
zksync_consensus_storage = "=0.1.0-rc.9"
zksync_consensus_utils = "=0.1.0-rc.9"
zksync_protobuf = "=0.1.0-rc.9"
zksync_protobuf_build = "=0.1.0-rc.9"

# "Local" dependencies
zksync_multivm = { version = "0.1.0", path = "core/lib/multivm" }
Expand Down
6 changes: 0 additions & 6 deletions core/bin/external_node/src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,12 +223,6 @@ impl RemoteENConfig {
}
}

#[derive(Debug, Deserialize)]
pub(crate) enum BlockFetcher {
ServerAPI,
Consensus,
}

/// This part of the external node config is completely optional to provide.
/// It can tweak limits of the API, delay intervals of certain components, etc.
/// If any of the fields are not provided, the default values will be used.
Expand Down
Loading

0 comments on commit 849c6a5

Please sign in to comment.