librustzcash/components
Kris Nuttycombe 1b3433e0dd Add correct `BlockHeight` subtraction & remove panics.
In contrast to the implementation of `Sub<BlockHeight> for BlockHeight`
that was removed in version `0.3.0`, a saturating subtraction for block
heights having a return type of `u32` makes sense for `BlockHeight`.
Subtracting one block height from another yields the delta between them.

Other block height addition and subtraction operations have been made
saturating, removing panics and the possibility of overflow.
2024-08-27 16:44:00 -06:00
..
equihash Fix changelogs to reflect actual MSRVs 2024-05-24 15:46:40 +01:00
f4jumble Fix changelogs to reflect actual MSRVs 2024-05-24 15:46:40 +01:00
zcash_address release zcash_address version 0.5.0 2024-08-26 16:11:29 -06:00
zcash_encoding release zcash_encoding version 0.2.1 2024-08-19 15:08:37 -06:00
zcash_protocol Add correct `BlockHeight` subtraction & remove panics. 2024-08-27 16:44:00 -06:00
zip321 release zip321 version 0.1.0 2024-08-19 19:37:46 -06:00