lighthouse/beacon_node/beacon_chain/tests
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_production.rs Add attestation gossip pre-verification (#983) 2020-05-06 21:42:56 +10:00
attestation_verification.rs Clean up database abstractions (#1200) 2020-06-01 08:13:49 +10:00
block_verification.rs Relax PartialEq constraint on error enums (#1179) 2020-05-21 10:21:44 +10:00
persistence_tests.rs Clean up database abstractions (#1200) 2020-06-01 08:13:49 +10:00
store_tests.rs Clean up database abstractions (#1200) 2020-06-01 08:13:49 +10:00
tests.rs Clean up database abstractions (#1200) 2020-06-01 08:13:49 +10:00