lighthouse/beacon_node
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
..
beacon_chain Make key value storage abstractions more accurate (#1267) 2020-06-16 11:34:04 +10:00
client Make key value storage abstractions more accurate (#1267) 2020-06-16 11:34:04 +10:00
eth1 Improve tokio task execution (#1181) 2020-06-04 21:48:05 +10:00
eth2-libp2p Increase RPC test timeouts (#1261) 2020-06-12 10:05:55 +10:00
genesis Improve tokio task execution (#1181) 2020-06-04 21:48:05 +10:00
network Make key value storage abstractions more accurate (#1267) 2020-06-16 11:34:04 +10:00
operation_pool beacon_node, consensus: fix possible deadlocks when comparing with itself (#1241) 2020-06-09 07:08:54 +10:00
rest_api Make key value storage abstractions more accurate (#1267) 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
store Make key value storage abstractions more accurate (#1267) 2020-06-16 11:34:04 +10:00
tests Improve tokio task execution (#1181) 2020-06-04 21:48:05 +10:00
timer Improve tokio task execution (#1181) 2020-06-04 21:48:05 +10:00
version v0.1.2 (#1155) 2020-05-18 15:05:23 +10:00
websocket_server Improve tokio task execution (#1181) 2020-06-04 21:48:05 +10:00
Cargo.toml Check for unused deps in CI (#1262) 2020-06-14 10:59:50 +10:00