Skip to content

Commit

Permalink
Update the era-consensus dependency to main after GenesisHash added t…
Browse files Browse the repository at this point in the history
…o client
  • Loading branch information
aakoshh committed Aug 1, 2024
1 parent abd883f commit 7c49b37
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

22 changes: 11 additions & 11 deletions 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 @@ -292,13 +292,13 @@ zksync_base_token_adjuster = { version = "0.1.0", path = "core/node/base_token_a

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

0 comments on commit 7c49b37

Please sign in to comment.