-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* changelog and readme for 1.7.0 release * chore: Release * update zebra-scan and zebra-grpc to the release crates dry run script * update ESTIMATED_RELEASE_HEIGHT * update the release period to 6 weeks * update release block * Apply suggestions from code review Co-authored-by: Marek <[email protected]> * Apply suggestions from code review Co-authored-by: Marek <[email protected]> * Apply suggestions from code review Co-authored-by: Marek <[email protected]> --------- Co-authored-by: Marek <[email protected]>
- Loading branch information
1 parent
211a238
commit 0ca01e6
Showing
22 changed files
with
125 additions
and
101 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
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
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,6 +1,6 @@ | ||
[package] | ||
name = "tower-batch-control" | ||
version = "0.2.41-beta.12" | ||
version = "0.2.41-beta.13" | ||
authors = ["Zcash Foundation <[email protected]>", "Tower Maintainers <[email protected]>"] | ||
description = "Tower middleware for batch request processing" | ||
# # Legal | ||
|
@@ -43,7 +43,7 @@ rand = "0.8.5" | |
|
||
tokio = { version = "1.37.0", features = ["full", "tracing", "test-util"] } | ||
tokio-test = "0.4.4" | ||
tower-fallback = { path = "../tower-fallback/", version = "0.2.41-beta.12" } | ||
tower-fallback = { path = "../tower-fallback/", version = "0.2.41-beta.13" } | ||
tower-test = "0.4.0" | ||
|
||
zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.36" } | ||
zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.37" } |
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,6 +1,6 @@ | ||
[package] | ||
name = "tower-fallback" | ||
version = "0.2.41-beta.12" | ||
version = "0.2.41-beta.13" | ||
authors = ["Zcash Foundation <[email protected]>"] | ||
description = "A Tower service combinator that sends requests to a first service, then retries processing on a second fallback service if the first service errors." | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -24,4 +24,4 @@ tracing = "0.1.39" | |
[dev-dependencies] | ||
tokio = { version = "1.37.0", features = ["full", "tracing", "test-util"] } | ||
|
||
zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.36" } | ||
zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.37" } |
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,6 +1,6 @@ | ||
[package] | ||
name = "zebra-chain" | ||
version = "1.0.0-beta.36" | ||
version = "1.0.0-beta.37" | ||
authors = ["Zcash Foundation <[email protected]>"] | ||
description = "Core Zcash data structures" | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -143,7 +143,7 @@ proptest-derive = { version = "0.4.0", optional = true } | |
rand = { version = "0.8.5", optional = true } | ||
rand_chacha = { version = "0.3.1", optional = true } | ||
|
||
zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.36", optional = true } | ||
zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.37", optional = true } | ||
|
||
[dev-dependencies] | ||
# Benchmarks | ||
|
@@ -166,7 +166,7 @@ rand_chacha = "0.3.1" | |
|
||
tokio = { version = "1.37.0", features = ["full", "tracing", "test-util"] } | ||
|
||
zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.36" } | ||
zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.37" } | ||
|
||
[[bench]] | ||
name = "block" | ||
|
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,6 +1,6 @@ | ||
[package] | ||
name = "zebra-consensus" | ||
version = "1.0.0-beta.36" | ||
version = "1.0.0-beta.37" | ||
authors = ["Zcash Foundation <[email protected]>"] | ||
description = "Implementation of Zcash consensus checks" | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -63,13 +63,13 @@ orchard = "0.6.0" | |
zcash_proofs = { version = "0.13.0-rc.1", features = ["multicore" ] } | ||
wagyu-zcash-parameters = "0.2.0" | ||
|
||
tower-fallback = { path = "../tower-fallback/", version = "0.2.41-beta.12" } | ||
tower-batch-control = { path = "../tower-batch-control/", version = "0.2.41-beta.12" } | ||
tower-fallback = { path = "../tower-fallback/", version = "0.2.41-beta.13" } | ||
tower-batch-control = { path = "../tower-batch-control/", version = "0.2.41-beta.13" } | ||
|
||
zebra-script = { path = "../zebra-script", version = "1.0.0-beta.36" } | ||
zebra-state = { path = "../zebra-state", version = "1.0.0-beta.36" } | ||
zebra-node-services = { path = "../zebra-node-services", version = "1.0.0-beta.36" } | ||
zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.36" } | ||
zebra-script = { path = "../zebra-script", version = "1.0.0-beta.37" } | ||
zebra-state = { path = "../zebra-state", version = "1.0.0-beta.37" } | ||
zebra-node-services = { path = "../zebra-node-services", version = "1.0.0-beta.37" } | ||
zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.37" } | ||
|
||
# prod feature progress-bar | ||
howudoin = { version = "0.1.2", optional = true } | ||
|
@@ -94,6 +94,6 @@ tokio = { version = "1.37.0", features = ["full", "tracing", "test-util"] } | |
tracing-error = "0.2.0" | ||
tracing-subscriber = "0.3.18" | ||
|
||
zebra-state = { path = "../zebra-state", version = "1.0.0-beta.36", features = ["proptest-impl"] } | ||
zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.36", features = ["proptest-impl"] } | ||
zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.36" } | ||
zebra-state = { path = "../zebra-state", version = "1.0.0-beta.37", features = ["proptest-impl"] } | ||
zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.37", features = ["proptest-impl"] } | ||
zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.37" } |
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,6 +1,6 @@ | ||
[package] | ||
name = "zebra-grpc" | ||
version = "0.1.0-alpha.3" | ||
version = "0.1.0-alpha.4" | ||
authors = ["Zcash Foundation <[email protected]>"] | ||
description = "Zebra gRPC interface" | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -28,8 +28,8 @@ color-eyre = "0.6.3" | |
|
||
zcash_primitives = { version = "0.13.0" } | ||
|
||
zebra-node-services = { path = "../zebra-node-services", version = "1.0.0-beta.36", features = ["shielded-scan"] } | ||
zebra-chain = { path = "../zebra-chain" , version = "1.0.0-beta.36" } | ||
zebra-node-services = { path = "../zebra-node-services", version = "1.0.0-beta.37", features = ["shielded-scan"] } | ||
zebra-chain = { path = "../zebra-chain" , version = "1.0.0-beta.37" } | ||
|
||
[build-dependencies] | ||
tonic-build = "0.11.0" | ||
|
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,6 +1,6 @@ | ||
[package] | ||
name = "zebra-network" | ||
version = "1.0.0-beta.36" | ||
version = "1.0.0-beta.37" | ||
authors = ["Zcash Foundation <[email protected]>", "Tower Maintainers <[email protected]>"] | ||
description = "Networking code for Zebra" | ||
# # Legal | ||
|
@@ -83,7 +83,7 @@ howudoin = { version = "0.1.2", optional = true } | |
proptest = { version = "1.4.0", optional = true } | ||
proptest-derive = { version = "0.4.0", optional = true } | ||
|
||
zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.36", features = ["async-error"] } | ||
zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.37", features = ["async-error"] } | ||
|
||
[dev-dependencies] | ||
proptest = "1.4.0" | ||
|
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,6 +1,6 @@ | ||
[package] | ||
name = "zebra-node-services" | ||
version = "1.0.0-beta.36" | ||
version = "1.0.0-beta.37" | ||
authors = ["Zcash Foundation <[email protected]>"] | ||
description = "The interfaces of some Zebra node services" | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -37,7 +37,7 @@ rpc-client = [ | |
shielded-scan = ["tokio"] | ||
|
||
[dependencies] | ||
zebra-chain = { path = "../zebra-chain" , version = "1.0.0-beta.36" } | ||
zebra-chain = { path = "../zebra-chain" , version = "1.0.0-beta.37" } | ||
|
||
# Optional dependencies | ||
|
||
|
Oops, something went wrong.