-
Notifications
You must be signed in to change notification settings - Fork 102
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
Publish Zebra NU6 Mainnet release candidate: (v2.0.0-rc.0) #8679
Comments
Should this be a release candidate? @ZcashFoundation/zebra-team |
I think the Testnet release was effectively the release candidate and that we shouldn't define a Mainnet activation height for NU6 until the final stable release. |
Not fully closed, we just merged the checkpoints in #8924 |
We still need to publish to crates.io. Are we going to be able to do it for this release or should we skip publishing to crates.io? |
This is done, we've decided to skip publishing to crates.io until stable release |
Prepare for the Release
These release steps can be done a week before the release, in separate PRs.
They can be skipped for urgent releases.
State Full Sync Test
To check consensus correctness, we want to test that the state format is valid after a full sync. (Format upgrades are tested in CI on each PR.)
lightwalletd
full sync.State format changes can be made in
zebra-state
orzebra-chain
. The state format can be changed by data that is sent to the state, data created within the state usingzebra-chain
, or serialization formats inzebra-state
orzebra-chain
.After the test has been started, or if it has finished already:
Checkpoints
For performance and security, we want to update the Zebra checkpoints in every release.
Missed Dependency Updates
Sometimes
dependabot
misses some dependency updates, or we accidentally turned them off.This step can be skipped if there is a large pending dependency upgrade. (For example, shared ECC crates.)
Here's how we make sure we got everything:
cargo update
on the latestmain
branch, and keep the outputdeny.toml
cargo update
to that PR as a commentPrepare and Publish the Release
Follow the steps in the release checklist to prepare the release:
Release PR:
Publish Release:
Related work
#3948
The text was updated successfully, but these errors were encountered: