Zebra/zebra-consensus/src
teor 2db97ba6e4
Send the final checkpoint block to the checkpoint verifier (#1111)
* Send the final checkpoint block to the checkpoint verifier

Also:
  * route blocks with no height to the block verifier
  * update an incorrect comment

* Add missing {

* rustfmt
2020-09-30 12:53:31 -07:00
..
block Move consensus verification errors (#1070) 2020-09-21 11:54:06 -07:00
chain consensus: fix block-not-in-state check in test 2020-09-11 13:37:49 -07:00
checkpoint Move consensus verification errors (#1070) 2020-09-21 11:54:06 -07:00
parameters chain: rename BlockHeight to block::Height 2020-08-17 11:46:34 -07:00
primitives deps: use Tower 0.4 from git instead of 0.3.1. 2020-09-21 14:16:56 -07:00
block.rs Use ok_or instead of ok_or_else with unnecessary closure (#1106) 2020-09-28 21:10:51 -04:00
chain.rs Send the final checkpoint block to the checkpoint verifier (#1111) 2020-09-30 12:53:31 -07:00
checkpoint.rs Move consensus verification errors (#1070) 2020-09-21 11:54:06 -07:00
config.rs feature: Add a checkpoint_sync config option 2020-08-24 15:34:46 +10:00
error.rs Move consensus verification errors (#1070) 2020-09-21 11:54:06 -07:00
lib.rs Move consensus verification errors (#1070) 2020-09-21 11:54:06 -07:00
mempool.rs consensus: Add a mempool stub 2020-06-12 09:46:18 -07:00
parameters.rs Rename old references to BlockHeaderHash and BlockHeight (#1002) 2020-09-04 15:40:48 -07:00
primitives.rs consensus: add a static redjubjub::VERIFIER with fallback 2020-08-05 21:28:55 -07: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