Zebra/zebra-chain/src/block
Kirill Fomichev b636cf8ac1
Benchmark Block struct serialization code (#2018)
* Benchmark Block struct serialization code

* benchmark generated block

* add deserialize benchmark

* Fix block/tests.rs conditional module imports

* add large_single_transaction_block

* Fix name for deserialise benchmark

Co-authored-by: teor <teor@riseup.net>
2021-04-19 12:15:02 +00:00
..
tests Implement Sapling serialization in Transaction V5 (#2020) 2021-04-19 08:09:57 +10:00
arbitrary.rs Clean up use statements in `arbitrary` modules (#1984) 2021-04-07 18:08:02 +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 Rename RootHash to Commitment based on ZIP-244 (#1957) 2021-03-31 09:51:42 +10:00
tests.rs Benchmark Block struct serialization code (#2018) 2021-04-19 12:15:02 +00:00