lighthouse/beacon_node/client/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
..
builder.rs Clean up database abstractions (#1200) 2020-06-01 08:13:49 +10:00
config.rs Fix issues with testnet dir, update docs (#992) 2020-04-17 17:49:29 +10:00
error.rs Refactor ClientConfig, add serde to it 2019-06-07 19:44:27 -04:00
lib.rs v0.11.1 Network update (#989) 2020-04-08 01:08:05 +10:00
metrics.rs Add sync-speed metric (#898) 2020-03-18 09:25:29 +11:00
notifier.rs Improve genesis service (#1103) 2020-05-26 13:25:52 +10:00