lighthouse/beacon_node/client
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
..
src Make key value storage abstractions more accurate (#1267) 2020-06-16 11:34:04 +10:00
Cargo.toml Add first Server Sent Events API endpoint (#1107) 2020-06-06 16:39:11 +10:00