lighthouse/beacon_node/network/src
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
..
attestation_service fix attestation service tests (#1167) 2020-05-22 12:09:22 +10:00
router Clean up database abstractions (#1200) 2020-06-01 08:13:49 +10:00
service Stable futures (#879) 2020-05-17 11:16:48 +00:00
sync Stable futures (#879) 2020-05-17 11:16:48 +00:00
error.rs Initial work towards v0.2.0 (#924) 2020-03-17 17:24:44 +11:00
lib.rs Stable futures (#879) 2020-05-17 11:16:48 +00:00
metrics.rs Stable futures (#879) 2020-05-17 11:16:48 +00:00
persisted_dht.rs Clean up database abstractions (#1200) 2020-06-01 08:13:49 +10:00
service.rs Stable futures (#879) 2020-05-17 11:16:48 +00:00
store.rs Remove network lock (#840) 2020-02-19 22:12:25 +11:00