lighthouse/beacon_node/store/src
Michael Sproul bf2eeae3f2 Implement freezer database (#508)
* Implement freezer database for state vectors

* Improve BeaconState safe accessors

And fix a bug in the compact committees accessor.

* Banish dodgy type bounds back to gRPC

* Clean up

* Switch to exclusive end points in chunked vec

* Cleaning up and start of tests

* Randao fix, more tests

* Fix unsightly hack

* Resolve test FIXMEs

* Config file support

* More clean-ups, migrator beginnings

* Finish migrator, integrate into BeaconChain

* Fixups

* Fix store tests

* Fix BeaconChain tests

* Fix LMD GHOST tests

* Address review comments, delete 'static bounds

* Cargo format

* Address review comments

* Fix LMD ghost tests

* Update to spec v0.9.0

* Update to v0.9.1

* Bump spec tags for v0.9.1

* Formatting, fix CI failures

* Resolve accidental KeyPair merge conflict

* Document new BeaconState functions

* Fix incorrect cache drops in `advance_caches`

* Update fork choice for v0.9.1

* Clean up some FIXMEs

* Fix a few docs/logs

* Update for new builder paradigm, spec changes

* Freezer DB integration into BeaconNode

* Cleaning up

* This works, clean it up

* Cleanups

* Fix and improve store tests

* Refine store test

* Delete unused beacon_chain_builder.rs

* Fix CLI

* Store state at split slot in hot database

* Make fork choice lookup fast again

* Store freezer DB split slot in the database

* Handle potential div by 0 in chunked_vector

* Exclude committee caches from freezer DB

* Remove FIXME about long-running test
2019-11-27 10:54:46 +11:00
..
impls Implement freezer database (#508) 2019-11-27 10:54:46 +11:00
block_at_slot.rs Update to frozen spec ❄️ (v0.8.1) (#444) 2019-07-30 12:44:51 +10:00
chunked_vector.rs Implement freezer database (#508) 2019-11-27 10:54:46 +11:00
errors.rs Implement freezer database (#508) 2019-11-27 10:54:46 +11:00
hot_cold_store.rs Implement freezer database (#508) 2019-11-27 10:54:46 +11:00
impls.rs Implement freezer database (#508) 2019-11-27 10:54:46 +11:00
iter.rs Implement freezer database (#508) 2019-11-27 10:54:46 +11:00
leveldb_store.rs Implement freezer database (#508) 2019-11-27 10:54:46 +11:00
lib.rs Implement freezer database (#508) 2019-11-27 10:54:46 +11:00
memory_store.rs Implement freezer database (#508) 2019-11-27 10:54:46 +11:00
metrics.rs Clippy clean (#536) 2019-09-30 13:58:45 +10:00
migrate.rs Implement freezer database (#508) 2019-11-27 10:54:46 +11:00
partial_beacon_state.rs Implement freezer database (#508) 2019-11-27 10:54:46 +11:00