lighthouse/beacon_node/beacon_chain/tests
Adam Szkoda 9db0c28051
Make key value storage abstractions more accurate (#1267)
* Layer do_atomically() abstractions properly

* Reduce allocs and DRY get_key_for_col()

* Parameterize HotColdDB with hot and cold item stores

* -impl Store for MemoryStore

* Replace Store uses with HotColdDB

* Ditch Store trait

* cargo fmt

* Style fix

* Readd missing dep that broke the build
2020-06-16 11:34:04 +10:00
..
attestation_production.rs Make key value storage abstractions more accurate (#1267) 2020-06-16 11:34:04 +10:00
attestation_verification.rs Make key value storage abstractions more accurate (#1267) 2020-06-16 11:34:04 +10:00
block_verification.rs Make key value storage abstractions more accurate (#1267) 2020-06-16 11:34:04 +10:00
persistence_tests.rs Make key value storage abstractions more accurate (#1267) 2020-06-16 11:34:04 +10:00
store_tests.rs Make key value storage abstractions more accurate (#1267) 2020-06-16 11:34:04 +10:00
tests.rs Make key value storage abstractions more accurate (#1267) 2020-06-16 11:34:04 +10:00