-
Notifications
You must be signed in to change notification settings - Fork 256
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_primitives
: Add no_std
support
#1688
Conversation
52dcfd4
to
c78d482
Compare
2290f58
to
4d0ce78
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 with non-blocking comments.
4d0ce78
to
72d578f
Compare
force-pushed to use versions of |
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 with non-blocking suggestion (but there are conflicts).
…protocol` This fixes a few errors that have been introduced over time since `zcash_extensions` is not regularly built, and migrates `zcash_extensions` to eliminate the use of deprecated `zcash_primitives` APIs.
As of `nonempty 0.11`, `nonempty` is `no-std` compatible and therefore the `nonempty` dependency no longer needs to be optional.
Co-authored-by: Daira-Emma Hopwood <[email protected]>
adfbfd6
to
d352b93
Compare
force-pushed to resolve conflicts and fix warnings. |
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 d352b93
This depends upon zcash/orchard#453 and zcash/sapling-crypto#152
Subsumes #1683