Zebra/zebra-consensus/src
Jane Lusby ffdec0cb23
Remove in-memory state service (#974)
* Remove in-memory state service

* make the config compatible with toml again

* checkpoint commit to see how much I still have to revert

* back to the starting point...

* remove unused dependency

* reorganize error handling a bit

* need to make a new color-eyre release now

* reorder again because I have problems

* remove unnecessary helpers

* revert changes to config loading

* add back missing space

* Switch to released color-eyre version

* add back missing newline again...

* improve error message on unix when terminated by signal

* add context to last few asserts in acceptance tests

* instrument some of the helpers

* remove accidental extra space

* try to make this compile on windows

* reorg platform specific code

* hide on_disk module and fix broken link
2020-09-01 12:39:04 -07:00
..
block Remove in-memory state service (#974) 2020-09-01 12:39:04 -07:00
chain Remove in-memory state service (#974) 2020-09-01 12:39:04 -07:00
checkpoint feature: Implement checkpoint_sync for checkpoint verification 2020-08-24 15:34:46 +10:00
parameters chain: rename BlockHeight to block::Height 2020-08-17 11:46:34 -07:00
primitives consensus: add a static redjubjub::VERIFIER with fallback 2020-08-05 21:28:55 -07:00
block.rs rename checks to check 2020-08-18 11:03:40 -07:00
chain.rs feature: Implement checkpoint_sync for checkpoint verification 2020-08-24 15:34:46 +10:00
checkpoint.rs fix: Improve checkpoint diagnostics 2020-09-01 05:15:52 -04:00
config.rs feature: Add a checkpoint_sync config option 2020-08-24 15:34:46 +10:00
lib.rs feature: Add a checkpoint_sync config option 2020-08-24 15:34:46 +10:00
mempool.rs consensus: Add a mempool stub 2020-06-12 09:46:18 -07:00
parameters.rs refactor: Move NetworkUpgrade to zebra-chain 2020-08-10 18:54:42 +10: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