Skip to content

Commit

Permalink
Update the era-consensus dependency to bft-496
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh committed Jul 30, 2024
1 parent be238cc commit c0b3790
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 21 deletions.
31 changes: 11 additions & 20 deletions Cargo.lock

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

15 changes: 14 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ tower-http = "0.5.2"
tracing = "0.1"
tracing-subscriber = "0.3"
tracing-opentelemetry = "0.25.0"
time = "0.3.36" # Has to be same as used by `tracing-subscriber`
time = "0.3.36" # Has to be same as used by `tracing-subscriber`
url = "2"
web3 = "0.19.0"
fraction = "0.15.3"
Expand Down Expand Up @@ -289,3 +289,16 @@ zksync_contract_verification_server = { version = "0.1.0", path = "core/node/con
zksync_node_api_server = { version = "0.1.0", path = "core/node/api_server" }
zksync_tee_verifier_input_producer = { version = "0.1.0", path = "core/node/tee_verifier_input_producer" }
zksync_base_token_adjuster = { version = "0.1.0", path = "core/node/base_token_adjuster" }

# TODO: Release era-consensus 0.1.0-rc.5
[patch.crates-io]
zksync_concurrency = { git = "https://github.com/matter-labs/era-consensus.git", rev = "45f8d9b873b3254b485d17ed97ed8bec9f884363" }
zksync_consensus_bft = { git = "https://github.com/matter-labs/era-consensus.git", rev = "45f8d9b873b3254b485d17ed97ed8bec9f884363" }
zksync_consensus_crypto = { git = "https://github.com/matter-labs/era-consensus.git", rev = "45f8d9b873b3254b485d17ed97ed8bec9f884363" }
zksync_consensus_executor = { git = "https://github.com/matter-labs/era-consensus.git", rev = "45f8d9b873b3254b485d17ed97ed8bec9f884363" }
zksync_consensus_network = { git = "https://github.com/matter-labs/era-consensus.git", rev = "45f8d9b873b3254b485d17ed97ed8bec9f884363" }
zksync_consensus_roles = { git = "https://github.com/matter-labs/era-consensus.git", rev = "45f8d9b873b3254b485d17ed97ed8bec9f884363" }
zksync_consensus_storage = { git = "https://github.com/matter-labs/era-consensus.git", rev = "45f8d9b873b3254b485d17ed97ed8bec9f884363" }
zksync_consensus_utils = { git = "https://github.com/matter-labs/era-consensus.git", rev = "45f8d9b873b3254b485d17ed97ed8bec9f884363" }
zksync_protobuf = { git = "https://github.com/matter-labs/era-consensus.git", rev = "45f8d9b873b3254b485d17ed97ed8bec9f884363" }
zksync_protobuf_build = { git = "https://github.com/matter-labs/era-consensus.git", rev = "45f8d9b873b3254b485d17ed97ed8bec9f884363" }

0 comments on commit c0b3790

Please sign in to comment.