Zebra/zebra-state/src
Jane Lusby 855f9b5bcb
Implement MVP of NonFinalizedState and integrate it with the state service (#1101)
* implement most of the chain functions
* implement fork
* fix outpoint handling in Chain struct
* update expect for work
* split utxo into two sets
* update the Chain definition
* remove allow attribute in zebra-state/lib.rs
* merge ChainSet type into MemoryState
* Add error messages to asserts
* export proptest impls for use in downstream crates
* add testjob for disabled feature in zebra-chain
* try to fix github actions syntax
* add module doc comment
* update RFC for utxos
* add missing header
* working proptest for Chain
* propagate back results over channel
* Start updating RFC to match changes
* implement queued block pruning
* and now it syncs wooo!
* remove empty modules
* setup config for proptests
* re-enable missing_docs lint
* update RFC to match changes in impl
* add documentation
* use more explicit variable names
2020-10-08 13:07:32 +10:00
..
service Implement MVP of NonFinalizedState and integrate it with the state service (#1101) 2020-10-08 13:07:32 +10:00
config.rs state: split into modules and reorganize 2020-09-11 13:37:49 -07:00
constants.rs state: split into modules and reorganize 2020-09-11 13:37:49 -07:00
lib.rs Implement MVP of NonFinalizedState and integrate it with the state service (#1101) 2020-10-08 13:07:32 +10:00
request.rs state: fill in RFC5-style Request, Response enums 2020-09-11 13:37:49 -07:00
response.rs state: make Response::Tip return (height, hash) 2020-09-11 13:37:49 -07:00
service.rs Implement MVP of NonFinalizedState and integrate it with the state service (#1101) 2020-10-08 13:07:32 +10:00
sled_state.rs Implement MVP of NonFinalizedState and integrate it with the state service (#1101) 2020-10-08 13:07:32 +10:00
tests.rs state: partial implementation of new sled layout 2020-09-11 13:37:49 -07:00
util.rs state: partial implementation of new sled layout 2020-09-11 13:37:49 -07:00