-
Notifications
You must be signed in to change notification settings - Fork 111
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
Remove duplicate dependencies from deny.toml
once ed25519-zebra
and zcashd
are released
#6638
Comments
@mpguerra the next step here is to publish an ed25519-zebra release. The updated dependencies are in its main branch, but they haven't been released yet. Once ed25519-zebra is done, it should be automatically picked up by the zcashd and zcash_script release processes. Then Zebra will pick it up automatically using dependabot. Just a note: the deny.toml entries linked in the ticket will be outdated by the time we do this ticket, because PR #6624 will modify them. (This ticket is also related to ZcashFoundation/ed25519-zebra#77 , because the release instructions for all our crates should include updating dependencies.) |
deny.toml
once zcashd 5.6.0
is releaseddeny.toml
once ed25519-zebra
and zcashd
are released
Note that we are cutting an rc of zcashd, so this is at risk of not getting into zcashd 5.6.0 if it is not done very soon. |
tentatively scheduling for next sprint |
I'm going to close this as incomplete rather than trying to track its dependencies separately, because it should happen in the same PR as #6859. |
Splitting this out of #6859 |
Motivation
We want to remove as many duplicate dependencies as possible from the zebra codebase. This should be possible after zcash/zcash#6648 currently planned for the the
zcashd
5.6.0 release.Specifications
With the
zcashd
5.6.0 release, we we can upgrade and delete these dependencies indeny.toml
zebra/deny.toml
Lines 71 to 74 in 39c5997
zebra/deny.toml
Lines 85 to 89 in 39c5997
zebra/deny.toml
Lines 96 to 97 in 39c5997
zebra/deny.toml
Lines 76 to 78 in 39c5997
zebra/deny.toml
Lines 64 to 65 in 4b6e2fe
Complex Code or Requirements
Testing
Related Work
The text was updated successfully, but these errors were encountered: