Zebra/zebra-consensus/src
teor 5b9703f95a fix: Avoid creating a CheckpointVerifier if it is not needed
Also:
* make sure the checkpoints cover all pre-Sapling blocks
* do some minor refactoring to reduce duplicate code
2020-07-30 13:30:18 +10:00
..
block feature: Check the previous block height in BlockVerifier 2020-07-27 14:14:44 -04:00
chain fix: Avoid creating a CheckpointVerifier if it is not needed 2020-07-30 13:30:18 +10:00
checkpoint fix: Avoid creating a CheckpointVerifier if it is not needed 2020-07-30 13:30:18 +10:00
parameters feature: Add the MinimumDifficulty consensus parameter 2020-07-28 10:34:41 +10:00
redjubjub use dirs crate for default location of state and config (#714) 2020-07-23 21:12:20 +10:00
block.rs feature: Check the previous block height in BlockVerifier 2020-07-27 14:14:44 -04:00
chain.rs fix: Avoid creating a CheckpointVerifier if it is not needed 2020-07-30 13:30:18 +10:00
checkpoint.rs fix: Avoid creating a CheckpointVerifier if it is not needed 2020-07-30 13:30:18 +10:00
lib.rs feature: Implement a basic ChainVerifier service 2020-07-22 12:51:19 +10:00
mempool.rs consensus: Add a mempool stub 2020-06-12 09:46:18 -07:00
parameters.rs feature: Add the MinimumDifficulty consensus parameter 2020-07-28 10:34:41 +10: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