| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.20.0 source code.tar.gz | 2024-01-22 | 181.9 kB | |
| 0.20.0 source code.zip | 2024-01-22 | 202.4 kB | |
| README.md | 2024-01-22 | 2.5 kB | |
| Totals: 3 Items | 386.7 kB | 0 | |
Added
- Extended fuzzing test framework with failing unit tests blanked out @[hansieodendaal](https://github.com/hansieodendaal)([#182](https://github.com/hansieodendaal(/issues/182))
Fixed
- Use both transaction public keys when scanning outputs & reject non-canonical public keys in the tx-extra by @Boog900 (#180)
- Error on non-minimal varint encoding and fix silent overflow @[stringhandler](https://github.com/stringhandler)([#174](https://github.com/stringhandler(/issues/174))
- Avoid prepending VarInt length of the blockhashing blob when using
Block::serialize_hashable()@[parazyd](https://github.com/parazyd)([#194](https://github.com/parazyd(/issues/194)) - Error out of bounds panics in
src/util/address.rsforfrom_bytesandfrom_slicewith fix @[hansieodendaal](https://github.com/hansieodendaal)([#185](https://github.com/hansieodendaal(/issues/185)) - Removed unused output types (and unused
pub fn get_pubkeys), fixing panic when hashing transactions with those outputs @[hansieodendaal](https://github.com/hansieodendaal)([#186](https://github.com/hansieodendaal(/issues/186)) - Error on extra data parse where
Padding(255)could not be parsed successfully and where the length returned from parsingSubField::MysteriousMinerGatewas incorrect with fix @[hansieodendaal](https://github.com/hansieodendaal)([#184](https://github.com/hansieodendaal(/issues/184)) - Fixed memory overflow and subtract with overflow when deserializing @[hansieodendaal](https://github.com/hansieodendaal)([#183](https://github.com/hansieodendaal(/issues/183))
- Fixed tx scanning for txs with view tags and lots of outputs (some miner txs) @Boog900 (#197)