lighthouse/beacon_node/beacon_chain/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
..
block_verification Add attestation gossip pre-verification (#983) 2020-05-06 21:42:56 +10:00
fork_choice Add no-copy block processing cache (#863) 2020-04-06 10:53:33 +10:00
attestation_verification.rs Relax PartialEq constraint on error enums (#1179) 2020-05-21 10:21:44 +10:00
beacon_chain.rs Clean up database abstractions (#1200) 2020-06-01 08:13:49 +10:00
beacon_snapshot.rs Add no-copy block processing cache (#863) 2020-04-06 10:53:33 +10:00
block_verification.rs Relax PartialEq constraint on error enums (#1179) 2020-05-21 10:21:44 +10:00
builder.rs Clean up database abstractions (#1200) 2020-06-01 08:13:49 +10:00
errors.rs Relax PartialEq constraint on error enums (#1179) 2020-05-21 10:21:44 +10:00
eth1_chain.rs Clean up database abstractions (#1200) 2020-06-01 08:13:49 +10:00
events.rs Update to Spec v0.10 (#817) 2020-02-11 10:19:36 +11:00
fork_choice.rs Clean up database abstractions (#1200) 2020-06-01 08:13:49 +10:00
head_tracker.rs Race condition fix + Reliability improvements around forks pruning (#1132) 2020-05-16 13:23:32 +10:00
lib.rs Add attestation gossip pre-verification (#983) 2020-05-06 21:42:56 +10:00
metrics.rs Stable futures (#879) 2020-05-17 11:16:48 +00:00
migrate.rs Clean up database abstractions (#1200) 2020-06-01 08:13:49 +10:00
naive_aggregation_pool.rs Stable futures (#879) 2020-05-17 11:16:48 +00:00
observed_attestations.rs Move long-running tests to dbg (#1137) 2020-05-13 10:55:02 +10:00
observed_attesters.rs Stable futures (#879) 2020-05-17 11:16:48 +00:00
observed_block_producers.rs Add attestation gossip pre-verification (#983) 2020-05-06 21:42:56 +10:00
persisted_beacon_chain.rs Clean up database abstractions (#1200) 2020-06-01 08:13:49 +10:00
shuffling_cache.rs Optimize attestation processing (#841) 2020-03-05 17:19:35 +11:00
snapshot_cache.rs Add no-copy block processing cache (#863) 2020-04-06 10:53:33 +10:00
test_utils.rs Clean up database abstractions (#1200) 2020-06-01 08:13:49 +10:00
timeout_rw_lock.rs Add timeouts to canonical head rwlock (#759) 2020-01-06 17:30:37 +11:00
validator_pubkey_cache.rs Add attestation gossip pre-verification (#983) 2020-05-06 21:42:56 +10:00