Skip to content

Commit

Permalink
Prepare 0.1.0-rc.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Jul 9, 2024
1 parent cd07755 commit 8749307
Show file tree
Hide file tree
Showing 13 changed files with 122 additions and 39 deletions.
146 changes: 109 additions & 37 deletions node/Cargo.lock

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

4 changes: 2 additions & 2 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ test-casing = "0.1.0"
thiserror = "1.0.40"
time = "0.3.23"
tokio = { version = "1.34.0", features = ["full"] }
tokio-rustls = "0.25.0"
tokio-rustls = "0.26.0"
tower = { version = "0.4.13" }
tracing = { version = "0.1.37", features = ["attributes"] }
tracing-subscriber = { version = "0.3.16", features = ["env-filter", "fmt"] }
zeroize = { version = "1.7.0", features = ["zeroize_derive"] }
hyper = { version = "1", features = ["full"] }
http-body-util = "0.1"
hyper-util = { version = "0.1", features = ["full"] }
tls-listener = { version = "0.10.0", features = ["rustls"]}
tls-listener = { version = "0.10.1", features = ["rustls"]}
rustls-pemfile = "2"
base64 = "0.22.1"
build_html = "2.4.0"
Expand Down
1 change: 1 addition & 0 deletions node/actors/bft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ homepage.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
description = "ZKsync consensus bft actor"

[dependencies]
zksync_concurrency.workspace = true
Expand Down
1 change: 1 addition & 0 deletions node/actors/executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ homepage.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
description = "ZKsync consensus executor actor"

[dependencies]
zksync_concurrency.workspace = true
Expand Down
1 change: 1 addition & 0 deletions node/actors/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ homepage.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
description = "ZKsync consensus network actor"

[dependencies]
zksync_concurrency.workspace = true
Expand Down
1 change: 1 addition & 0 deletions node/libs/concurrency/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ homepage.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
description = "Structured concurrency framework"

[dependencies]
anyhow.workspace = true
Expand Down
1 change: 1 addition & 0 deletions node/libs/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ homepage.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
description = "ZKsync consensus cryptographic utilities"

[dependencies]
anyhow.workspace = true
Expand Down
1 change: 1 addition & 0 deletions node/libs/protobuf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license.workspace = true
repository.workspace = true
keywords.workspace = true
links = "zksync_protobuf_proto"
description = "ZKsync consensus protobuf types and utilities"

[dependencies]
zksync_concurrency.workspace = true
Expand Down
1 change: 1 addition & 0 deletions node/libs/protobuf_build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ homepage.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
description = "ZKsync consensus protobuf codegen"

[dependencies]
anyhow.workspace = true
Expand Down
1 change: 1 addition & 0 deletions node/libs/roles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license.workspace = true
repository.workspace = true
keywords.workspace = true
links = "zksync_consensus_roles_proto"
description = "ZKsync consensus node role types"

[dependencies]
zksync_concurrency.workspace = true
Expand Down
1 change: 1 addition & 0 deletions node/libs/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ homepage.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
description = "ZKsync consensus storage"

[dependencies]
zksync_concurrency.workspace = true
Expand Down
1 change: 1 addition & 0 deletions node/libs/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ homepage.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
description = "ZKsync consensus utilities"

[dependencies]
zksync_concurrency.workspace = true
Expand Down
Loading

0 comments on commit 8749307

Please sign in to comment.