-
Notifications
You must be signed in to change notification settings - Fork 132
Release 2.4.0 #9674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release 2.4.0 #9674
Changes from 4 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
3a08e35
add CHANGELOGs
conradoplg 91cfe35
bump versions
conradoplg 827f72f
update checklist; EoS
conradoplg d757f85
remove removed changelog entries
conradoplg c33a1e4
Apply suggestions from code review
conradoplg 293201e
address review comments
conradoplg 98253e8
bump zebrad
conradoplg d44e634
update changelog with last merged PRs
conradoplg c0dce66
update checkpoints
conradoplg a96e2e3
cargo upgrade
conradoplg c256114
Merge branch 'main' of https://github.com/ZcashFoundation/zebra into …
conradoplg 3f3f658
Apply suggestions from code review
conradoplg 430a850
fix release dates of crates
conradoplg 94020d6
Merge branch 'release-2.4.0' of https://github.com/ZcashFoundation/ze…
conradoplg b7828f6
fix testnet checkpoint
conradoplg ab37809
fix checkpoint test
conradoplg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
oxarbitrage marked this conversation as resolved.
Show resolved
Hide resolved
arya2 marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [0.2.41] - 2025-06-XX | ||
oxarbitrage marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
First "stable" release. However, be advised that the API may still greatly | ||
change so major version bumps can be common. |
This file contains hidden or 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.22" | ||
version = "0.2.41" | ||
authors = ["Zcash Foundation <[email protected]>", "Tower Maintainers <[email protected]>"] | ||
description = "Tower middleware for batch request processing" | ||
# # Legal | ||
|
@@ -43,10 +43,10 @@ rand = { workspace = true } | |
|
||
tokio = { workspace = true, features = ["full", "tracing", "test-util"] } | ||
tokio-test = { workspace = true } | ||
tower-fallback = { path = "../tower-fallback/", version = "0.2.41-beta.22" } | ||
tower-fallback = { path = "../tower-fallback/", version = "0.2.41" } | ||
tower-test = { workspace = true } | ||
|
||
zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.46" } | ||
zebra-test = { path = "../zebra-test/", version = "1.0.0" } | ||
|
||
[lints.rust] | ||
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tokio_unstable)'] } |
This file contains hidden or 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [0.2.41] - 2025-06-XX | ||
oxarbitrage marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
First "stable" release. However, be advised that the API may still greatly | ||
change so major version bumps can be common. |
This file contains hidden or 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.22" | ||
version = "0.2.41" | ||
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 = { workspace = true } | |
[dev-dependencies] | ||
tokio = { workspace = true, features = ["full", "tracing", "test-util"] } | ||
|
||
zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.46" } | ||
zebra-test = { path = "../zebra-test/", version = "1.0.0" } |
This file contains hidden or 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [1.0.0] - 2025-06-XX | ||
oxarbitrage marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
First "stable" release. However, be advised that the API may still greatly | ||
change so major version bumps can be common. |
This file contains hidden or 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.46" | ||
version = "1.0.0" | ||
authors = ["Zcash Foundation <[email protected]>"] | ||
description = "Core Zcash data structures" | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -139,7 +139,7 @@ proptest-derive = { workspace = true, optional = true } | |
rand = { workspace = true, optional = true } | ||
rand_chacha = { workspace = true, optional = true } | ||
|
||
zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.46", optional = true } | ||
zebra-test = { path = "../zebra-test/", version = "1.0.0", optional = true } | ||
|
||
[dev-dependencies] | ||
# Benchmarks | ||
|
@@ -162,7 +162,7 @@ rand_chacha = { workspace = true } | |
|
||
tokio = { workspace = true, features = ["full", "tracing", "test-util"] } | ||
|
||
zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.46" } | ||
zebra-test = { path = "../zebra-test/", version = "1.0.0" } | ||
|
||
[[bench]] | ||
name = "block" | ||
|
This file contains hidden or 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [1.0.0] - 2025-06-XX | ||
|
||
First "stable" release. However, be advised that the API may still greatly | ||
change so major version bumps can be common. |
This file contains hidden or 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.46" | ||
version = "1.0.0" | ||
authors = ["Zcash Foundation <[email protected]>"] | ||
description = "Implementation of Zcash consensus checks" | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -58,13 +58,13 @@ orchard.workspace = true | |
zcash_proofs = { workspace = true, features = ["multicore" ] } | ||
wagyu-zcash-parameters = { workspace = true } | ||
|
||
tower-fallback = { path = "../tower-fallback/", version = "0.2.41-beta.22" } | ||
tower-batch-control = { path = "../tower-batch-control/", version = "0.2.41-beta.22" } | ||
tower-fallback = { path = "../tower-fallback/", version = "0.2.41" } | ||
tower-batch-control = { path = "../tower-batch-control/", version = "0.2.41" } | ||
|
||
zebra-script = { path = "../zebra-script", version = "1.0.0-beta.46" } | ||
zebra-state = { path = "../zebra-state", version = "1.0.0-beta.46" } | ||
zebra-node-services = { path = "../zebra-node-services", version = "1.0.0-beta.46" } | ||
zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.46" } | ||
zebra-script = { path = "../zebra-script", version = "1.0.0" } | ||
zebra-state = { path = "../zebra-state", version = "1.0.0" } | ||
zebra-node-services = { path = "../zebra-node-services", version = "1.0.0" } | ||
zebra-chain = { path = "../zebra-chain", version = "1.0.0" } | ||
|
||
# prod feature progress-bar | ||
howudoin = { workspace = true, optional = true } | ||
|
@@ -89,6 +89,6 @@ tokio = { workspace = true, features = ["full", "tracing", "test-util"] } | |
tracing-error = { workspace = true } | ||
tracing-subscriber = { workspace = true } | ||
|
||
zebra-state = { path = "../zebra-state", version = "1.0.0-beta.46", features = ["proptest-impl"] } | ||
zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.46", features = ["proptest-impl"] } | ||
zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.46" } | ||
zebra-state = { path = "../zebra-state", version = "1.0.0", features = ["proptest-impl"] } | ||
zebra-chain = { path = "../zebra-chain", version = "1.0.0", features = ["proptest-impl"] } | ||
zebra-test = { path = "../zebra-test/", version = "1.0.0" } |
This file contains hidden or 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [0.1.0] - 2025-06-XX | ||
|
||
First "stable" release. However, be advised that the API may still greatly | ||
change so major version bumps can be common. |
This file contains hidden or 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.13" | ||
version = "0.1.0" | ||
authors = ["Zcash Foundation <[email protected]>"] | ||
description = "Zebra gRPC interface" | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -28,8 +28,8 @@ color-eyre = { workspace = true } | |
|
||
zcash_primitives.workspace = true | ||
|
||
zebra-node-services = { path = "../zebra-node-services", version = "1.0.0-beta.46", features = ["shielded-scan"] } | ||
zebra-chain = { path = "../zebra-chain" , version = "1.0.0-beta.46" } | ||
zebra-node-services = { path = "../zebra-node-services", version = "1.0.0", features = ["shielded-scan"] } | ||
zebra-chain = { path = "../zebra-chain" , version = "1.0.0" } | ||
|
||
[build-dependencies] | ||
tonic-build = { workspace = true } | ||
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.