You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
b2252b7 ci: upgrade upload-artifact and download-artifact to v4 (Andrew Poelstra)
207c6dd field: add Sum trait (Andrew Poelstra)
53664cf fuzz: remove `afl` feature, clean up fuzztests a bit (Andrew Poelstra)
665f864 clippy: shorten a doccomment's first line (Andrew Poelstra)
Pull request description:
This extracts 3 (hopefully) simple and non-controversial commits from my error-correction branch.
The first is just a clippy fix.
The second cleans up and simplifies the fuzztests (it does *not* bring over the new fuzztesting scripts from rust-bitcoin, use the bitcoin-maintainer-tools repo, introduce libfuzzer, etc.; it just does some basic cleanups to make things more useful).
And the third adds a few new bounds to the `Field` trait, specifically `Neg<Output = Self>` and `Sum`. (This is a breaking change.)
ACKs for top commit:
tcharding:
ACK b2252b7
clarkmoody:
ACK b2252b7
Tree-SHA512: cad04dcf67f90acd5dcac1cf4a1ce0cd23e6171270e95c425b591b7b41bd1b6611b7c2147082ff68f0dd0a5ad2c483f2ec1a92bcc4aad3eb31c1289e02f4cc98
0 commit comments