-
Notifications
You must be signed in to change notification settings - Fork 251
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
zcash_keys: Enable no_std
usage.
#1661
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1661 +/- ##
==========================================
+ Coverage 52.94% 53.01% +0.06%
==========================================
Files 175 175
Lines 21072 21073 +1
==========================================
+ Hits 11157 11171 +14
+ Misses 9915 9902 -13 ☔ View full report in Codecov by Sentry. |
100512a
to
7e23130
Compare
7e23130
to
accbb23
Compare
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 accbb23. Blocked from merging on a no-std
-compatible release of nonempty
.
Once we have released the stack of crates, we will rebase this (and zcash/orchard#446) to assemble the branch sequence that the Keystone firmware will depend on; at that point this will become a feature branch.
accbb23
to
fad7f38
Compare
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 fad7f38 however cargo vet
audit needs updating.
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 75e4c14
This cannot be merged until we have
nonempty
andorchard
releases that supportno_std