-
Notifications
You must be signed in to change notification settings - Fork 253
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
Make nu6
rust feature stable
#1454
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1454 +/- ##
==========================================
- Coverage 60.76% 60.56% -0.21%
==========================================
Files 138 139 +1
Lines 16313 16372 +59
==========================================
+ Hits 9912 9915 +3
- Misses 6401 6457 +56 ☔ View full report in Codecov by Sentry. |
|
nu6
stable, add testnet activation height and needed constantsnu6
stable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK. Changelog was not updated, but I can do that in a separate PR.
We want to add the testnet network activation to Zebra but we need the same in
zcash_primitives
. We also need to remove thezcash_unstable = "nu6"
feature.