zebra/zebra-chain/src
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
..
block Benchmark Block struct serialization code (#2018) 2021-04-19 12:15:02 +00:00
parameters Rename NU5 to Nu5 to appease newly stable clippy::upper-case-acronyms (#1945) 2021-03-26 07:22:50 +10:00
primitives Merge pull request #1713 from ZcashFoundation/use-groth16-batch-math 2021-03-24 12:28:25 -04:00
sapling Implement Sapling serialization in Transaction V5 (#2020) 2021-04-19 08:09:57 +10:00
serialization Add split array serialization functions for Transaction::V5 (#2017) 2021-04-16 08:23:00 +10:00
sprout Move the preallocate tests into their own files (#1977) 2021-04-07 12:32:27 +10:00
transaction Implement Sapling serialization in Transaction V5 (#2020) 2021-04-19 08:09:57 +10:00
transparent build(deps): bump ripemd160 from 0.8.0 to 0.9.1 (#2027) 2021-04-19 20:43:38 +10:00
work Speedup proptests for Chain struct in zebra-state (#2012) 2021-04-17 21:00:20 +10:00
amount.rs Use collect() to avoid a lint 2021-01-19 11:02:20 -05:00
block.rs Benchmark Block struct serialization code (#2018) 2021-04-19 12:15:02 +00:00
fmt.rs Inbound `FindBlocks` and `FindHeaders` (#1347) 2020-12-01 07:30:37 +10:00
lib.rs Fix some missed Sapling to Canopy checkpoint code changes 2021-03-18 10:13:47 +10:00
parameters.rs Add transaction version 5 stubs (#1824) 2021-03-04 07:56:41 +10:00
primitives.rs chain: move Transparent{Input,Output} to transparent 2020-08-17 11:46:34 -07:00
sapling.rs Implement Sapling serialization in Transaction V5 (#2020) 2021-04-19 08:09:57 +10:00
serialization.rs Add split array serialization functions for Transaction::V5 (#2017) 2021-04-16 08:23:00 +10:00
shutdown.rs Fix shutdown panics (#1637) 2021-02-03 19:03:28 +10:00
sprout.rs Move the preallocate tests into their own files (#1977) 2021-04-07 12:32:27 +10:00
transaction.rs Redesign Transaction V5 serialization, impl trusted vector security, nullifier utility functions (#1996) 2021-04-16 08:19:28 +10:00
transparent.rs chain: add custom Debug for CoinbaseData 2020-11-21 14:09:15 -05:00
work.rs export proptest impls for use in downstream crates (#1092) 2020-09-23 18:52:52 -07:00