Zebra/zebra-consensus/src
Alfredo Garcia f01e5bb817
Add and use `debug_skip_parameter_preload` config option (#3197)
* add and use a config option to skip groth16 parameters download

* correct doc

* enable parameters download in `sync_past_mandatory_checkpoint` test

* change logging location

* fix import

* add argument to `create_cached_database_height()`

Co-authored-by: teor <teor@riseup.net>
2021-12-14 21:43:07 +00:00
..
block Validate non coinbase expiration height (#3103) 2021-11-26 00:37:24 +00:00
chain Add and use `debug_skip_parameter_preload` config option (#3197) 2021-12-14 21:43:07 +00:00
checkpoint Fix typos (#3055) 2021-11-12 19:30:22 +00:00
parameters Validate funding stream addresses (#3040) 2021-11-12 15:20:31 -03:00
primitives Integrate JoinSplit verifier (#3180) 2021-12-13 14:50:49 -05:00
transaction Integrate JoinSplit verifier (#3180) 2021-12-13 14:50:49 -05:00
block.rs Validate non coinbase expiration height (#3103) 2021-11-26 00:37:24 +00:00
chain.rs Add and use `debug_skip_parameter_preload` config option (#3197) 2021-12-14 21:43:07 +00:00
checkpoint.rs Fix typos (#3055) 2021-11-12 19:30:22 +00:00
config.rs Add and use `debug_skip_parameter_preload` config option (#3197) 2021-12-14 21:43:07 +00:00
error.rs Integrate JoinSplit verifier (#3180) 2021-12-13 14:50:49 -05:00
lib.rs Download Zcash Sapling parameters and load them from cached files (#3057) 2021-11-19 23:02:56 +00:00
parameters.rs move genesis parameters to zebra-chain (#1151) 2020-10-12 14:08:23 -07:00
primitives.rs Async Halo2 verifier service (#2645) 2021-11-17 13:26:15 +10:00
script.rs Send looked up UTXOs to the transaction verifier (#2849) 2021-10-12 00:25:20 +00:00
transaction.rs Integrate JoinSplit verifier (#3180) 2021-12-13 14:50:49 -05:00