-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ef11bc
commit 7fbe53f
Showing
14 changed files
with
227 additions
and
227 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
[package] | ||
name = "zksync_consensus_bft" | ||
version.workspace = true | ||
edition.workspace = true | ||
authors.workspace = true | ||
homepage.workspace = true | ||
license.workspace = true | ||
authors.workspace = true | ||
description = "ZKsync consensus bft actor" | ||
edition.workspace = true | ||
homepage.workspace = true | ||
keywords.workspace = true | ||
license.workspace = true | ||
name = "zksync_consensus_bft" | ||
repository.workspace = true | ||
keywords.workspace = true | ||
description = "ZKsync consensus bft actor" | ||
version.workspace = true | ||
|
||
[dependencies] | ||
zksync_concurrency.workspace = true | ||
zksync_consensus_crypto.workspace = true | ||
zksync_concurrency.workspace = true | ||
zksync_consensus_crypto.workspace = true | ||
zksync_consensus_network.workspace = true | ||
zksync_consensus_roles.workspace = true | ||
zksync_consensus_roles.workspace = true | ||
zksync_consensus_storage.workspace = true | ||
zksync_consensus_utils.workspace = true | ||
zksync_protobuf.workspace = true | ||
zksync_consensus_utils.workspace = true | ||
zksync_protobuf.workspace = true | ||
|
||
anyhow.workspace = true | ||
anyhow.workspace = true | ||
async-trait.workspace = true | ||
once_cell.workspace = true | ||
rand.workspace = true | ||
thiserror.workspace = true | ||
tracing.workspace = true | ||
vise.workspace = true | ||
once_cell.workspace = true | ||
rand.workspace = true | ||
thiserror.workspace = true | ||
tracing.workspace = true | ||
vise.workspace = true | ||
|
||
[dev-dependencies] | ||
tokio = { workspace = true, features = ["full","test-util"]} | ||
assert_matches.workspace = true | ||
assert_matches.workspace = true | ||
pretty_assertions.workspace = true | ||
test-casing.workspace = true | ||
test-casing.workspace = true | ||
tokio = { workspace = true, features = ["full", "test-util"] } | ||
|
||
[lints] | ||
workspace = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
[package] | ||
name = "zksync_consensus_executor" | ||
version.workspace = true | ||
edition.workspace = true | ||
authors.workspace = true | ||
homepage.workspace = true | ||
license.workspace = true | ||
authors.workspace = true | ||
description = "ZKsync consensus executor actor" | ||
edition.workspace = true | ||
homepage.workspace = true | ||
keywords.workspace = true | ||
license.workspace = true | ||
name = "zksync_consensus_executor" | ||
repository.workspace = true | ||
keywords.workspace = true | ||
description = "ZKsync consensus executor actor" | ||
version.workspace = true | ||
|
||
[dependencies] | ||
zksync_concurrency.workspace = true | ||
zksync_consensus_bft.workspace = true | ||
zksync_consensus_crypto.workspace = true | ||
zksync_concurrency.workspace = true | ||
zksync_consensus_bft.workspace = true | ||
zksync_consensus_crypto.workspace = true | ||
zksync_consensus_network.workspace = true | ||
zksync_consensus_roles.workspace = true | ||
zksync_consensus_roles.workspace = true | ||
zksync_consensus_storage.workspace = true | ||
zksync_consensus_utils.workspace = true | ||
zksync_protobuf.workspace = true | ||
zksync_consensus_utils.workspace = true | ||
zksync_protobuf.workspace = true | ||
|
||
anyhow.workspace = true | ||
anyhow.workspace = true | ||
async-trait.workspace = true | ||
rand.workspace = true | ||
semver.workspace = true | ||
tracing.workspace = true | ||
vise.workspace = true | ||
rand.workspace = true | ||
semver.workspace = true | ||
tracing.workspace = true | ||
vise.workspace = true | ||
|
||
[dev-dependencies] | ||
test-casing.workspace = true | ||
tokio.workspace = true | ||
tokio.workspace = true | ||
|
||
[lints] | ||
workspace = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
enum-variant-size-threshold = 500 | ||
missing-docs-in-crate-items = true | ||
missing-docs-in-crate-items = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
[package] | ||
name = "zksync_protobuf_build" | ||
version.workspace = true | ||
edition.workspace = true | ||
authors.workspace = true | ||
homepage.workspace = true | ||
license.workspace = true | ||
authors.workspace = true | ||
description = "ZKsync consensus protobuf codegen" | ||
edition.workspace = true | ||
homepage.workspace = true | ||
keywords.workspace = true | ||
license.workspace = true | ||
name = "zksync_protobuf_build" | ||
repository.workspace = true | ||
keywords.workspace = true | ||
description = "ZKsync consensus protobuf codegen" | ||
version.workspace = true | ||
|
||
[dependencies] | ||
anyhow.workspace = true | ||
heck.workspace = true | ||
prettyplease.workspace = true | ||
proc-macro2.workspace = true | ||
prost-build.workspace = true | ||
anyhow.workspace = true | ||
heck.workspace = true | ||
prettyplease.workspace = true | ||
proc-macro2.workspace = true | ||
prost-build.workspace = true | ||
prost-reflect.workspace = true | ||
protox.workspace = true | ||
quote.workspace = true | ||
syn.workspace = true | ||
protox.workspace = true | ||
quote.workspace = true | ||
syn.workspace = true | ||
|
||
[lints] | ||
workspace = true |
Oops, something went wrong.