-
Notifications
You must be signed in to change notification settings - Fork 65
Add Default trait to Fe32 (derived) #184
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
Conversation
apoelstra
left a comment
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.
ACK c44e602
|
Can you update the API file? You can run |
|
API doc updated |
apoelstra
left a comment
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.
ACK e700e77
|
Oh there are two PRs (also #185), can you drop the second patch off this PR please. |
|
I created separate PRs for all the different changes (Default trait, ZERO const, Ord trait), to keep changes minimal. |
|
Ok, I'd like to see the commit history cleaned up for this one. It can probably be done in a single commit, so squashing might work. |
|
Squashed into one commit |
tcharding
left a comment
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.
ACK 704e891
Thanks man!
apoelstra
left a comment
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.
ACK 704e891
clarkmoody
left a comment
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.
ACK 704e891
|
Looks like this slipped through the cracks, can you merge this please @apoelstra |
See #187 .
Add derived
Defaulttrait toFe32,and.ZEROconstantDefault is trivial to add, but it is useful in some cases.