lighthouse/consensus
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
..
cached_tree_hash Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
int_to_bytes Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
merkle_proof Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
proto_array_fork_choice Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
safe_arith Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
serde_hex Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
ssz Clean up database abstractions (#1200) 2020-06-01 08:13:49 +10:00
ssz_derive Fix eval order lint in ssz_derive (#1210) 2020-05-28 11:37:40 +10:00
ssz_types Clean up database abstractions (#1200) 2020-06-01 08:13:49 +10:00
state_processing Avoid implicit validator status assumption (#1188) 2020-05-26 10:10:52 +10:00
swap_or_not_shuffle Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
tree_hash Improve bls::SecretKey privacy (#1164) 2020-05-19 11:23:08 +10:00
tree_hash_derive Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
types Update rusqlite to safer v0.23 (#1195) 2020-05-26 14:41:25 +10:00