lighthouse/beacon_node
Adam Szkoda 91cb14ac41
Clean up database abstractions (#1200)
* Remove redundant method

* Pull out a method out of a struct

* More precise db access abstractions

* Move fake trait method out of it

* cargo fmt

* Fix compilation error after refactoring

* Move another fake method out the Store trait

* Get rid of superfluous method

* Fix refactoring bug

* Rename: SimpleStoreItem -> StoreItem

* Get rid of the confusing DiskStore type alias

* Get rid of SimpleDiskStore type alias

* Correction: A method took both self and a ref to Self
2020-06-01 08:13:49 +10:00
..
beacon_chain Clean up database abstractions (#1200) 2020-06-01 08:13:49 +10:00
client Clean up database abstractions (#1200) 2020-06-01 08:13:49 +10:00
eth1 Allow discovery to be more lenient in enr eth2 fields (#1201) 2020-05-27 06:34:15 +10:00
eth2-libp2p Drive RPC streams to completion (#1219) 2020-05-29 12:04:08 +10:00
genesis Improve genesis service (#1103) 2020-05-26 13:25:52 +10:00
network Clean up database abstractions (#1200) 2020-06-01 08:13:49 +10:00
operation_pool Clean up database abstractions (#1200) 2020-06-01 08:13:49 +10:00
rest_api Add /node/health endpoint (#1197) 2020-05-28 11:24:24 +10:00
src Clean up database abstractions (#1200) 2020-06-01 08:13:49 +10:00
store Clean up database abstractions (#1200) 2020-06-01 08:13:49 +10:00
tests Faster attestation production (#838) 2020-03-04 17:10:22 +11:00
timer Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
version v0.1.2 (#1155) 2020-05-18 15:05:23 +10:00
websocket_server Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
Cargo.toml Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00