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
Merge rust-bitcoin#5136: Remove option from current_chunk function signature
fcfaafc Update API text files (Tobin C. Harding)
48352fe Remove option from current_chunk function signature (Tobin C. Harding)
d8dd960 consensus_encoding: Add a test for empty encoders (Tobin C. Harding)
Pull request description:
The `Option` was observed to be pointless, we can just return the empty list.
Note that the diff is noisy AF but there is basically no changes to the test logic which confirms the observation.
(Andrew made the observation, Tobin needed tests to convince himself.)
Note patch 1 adds an impl of `Encodable` for `&Script` - I can't remember what is the correct thing to do, we went through this before ...
ACKs for top commit:
jrakibi:
ACK rust-bitcoin@fcfaafc
apoelstra:
ACK fcfaafc; successfully ran local tests
Tree-SHA512: ac9632b978544b7280219274fc2953ed24d13c57e3ec7630ff9297781e8f2cbec9ae61862946c303047344bd22719df8e735a8578b85df2c1989f101e8bae8a9
0 commit comments