Zebra/zebra-consensus/src
teor 1b0c0f027f
Add Hard-Coded Checkpoint Lists (#674)
* Add checkpoint list generation scripts
* Limit the checkpoint block data size
* Limit the checkpoint height gap
* Add Mainnet and Testnet checkpoint lists
* Parse hard-coded checkpoint lists

The lists were generated using the following limits:
- 256 MB spacing, based on block byte size, and
- 2000 blocks.
2020-07-21 23:11:51 +10:00
..
block refactor: Move the local clock check to a BlockHeader method 2020-07-15 09:16:54 -07:00
checkpoint Add Hard-Coded Checkpoint Lists (#674) 2020-07-21 23:11:51 +10:00
redjubjub Consensus refactor (#629) 2020-07-10 16:51:01 +10:00
block.rs fix: Rename to is_time_valid_at 2020-07-15 09:16:54 -07:00
checkpoint.rs Add Hard-Coded Checkpoint Lists (#674) 2020-07-21 23:11:51 +10:00
lib.rs add favicon to generated docs (#681) 2020-07-17 16:45:29 -07:00
mempool.rs consensus: Add a mempool stub 2020-06-12 09:46:18 -07:00
parameters.rs fix: Hard-code the genesis previous block hash 2020-07-16 10:06:29 -07:00
redjubjub.rs Consensus refactor (#629) 2020-07-10 16:51:01 +10:00
script.rs Consensus refactor (#629) 2020-07-10 16:51:01 +10:00
transaction.rs Consensus refactor (#629) 2020-07-10 16:51:01 +10:00