Zebra/zebra-chain/src/block
teor eb2e58ba53
Security: reject compact sizes greater than the protocol message limit (#2155)
These sizes should be impossible in valid messages.
So they likely represent a memory preallocation attack.
2021-05-17 18:23:06 -04:00
..
tests Security: reject compact sizes greater than the protocol message limit (#2155) 2021-05-17 18:23:06 -04:00
arbitrary.rs Enable more Transaction v5 tests (#2063) 2021-04-26 08:32:21 +10:00
commitment.rs Rename the NU5 block commitment variant based on what it commits to 2021-04-07 01:33:18 -04:00
hash.rs Reverse displayed endianness of transaction and block hashes (#1171) 2020-10-22 07:54:02 +10:00
header.rs Move the preallocate tests into their own files (#1977) 2021-04-07 12:32:27 +10:00
height.rs Call `zebra_test::init` where needed. (#1227) 2020-11-10 10:29:25 +10:00
merkle.rs Show transaction hashes on merkle failure 2020-12-01 10:14:44 +10:00
serialize.rs Security: Avoid silently corrupting invalid times during serialization (#2149) 2021-05-17 16:53:10 -04:00
tests.rs Benchmark Block struct serialization code (#2018) 2021-04-19 12:15:02 +00:00