lighthouse/beacon_node/store/src
Kirk Baird 0513559252 Fix syncing bugs by recursively attempting to process parents in the … (#429)
* Fix syncing bugs by recursively attempting to process parents in the import queue, change BlockRootsIterator

* Swap from crossbeam channel to tokio mpsc

* Recursion fix

* Remove exess block processing

* Fix network lag, correct attestation topic

* Correct network poll logic

* Overhaul of SimpleSync and modify BlockRootsIterator to return start_slot

* Fix bug in tests relating to StateRootsIterator

* Remove old, commented-out heartbeat code.

* Tidy docs on import queue enum

* Change source logging msg in simple sync

* Rename function parameter in simple sync

* Use `BestBlockRootsIterator` in `reduced_tree`

* Update comments for `BestBlockRootsIterator`

* Fix duplicate dep in cargo.toml
2019-07-16 17:28:15 +10:00
..
impls Run rustfmt 2019-06-07 02:55:43 -04:00
block_at_slot.rs Unify EthSpecs in Mainnet and Minimal 2019-06-08 08:49:04 -04:00
disk_db.rs Refactor ClientConfig, add serde to it 2019-06-07 19:44:27 -04:00
errors.rs Rename db crate to store 2019-05-21 18:20:23 +10:00
impls.rs Store beacon state committee cache in DB 2019-06-04 13:13:58 +10:00
iter.rs Fix syncing bugs by recursively attempting to process parents in the … (#429) 2019-07-16 17:28:15 +10:00
leveldb_store.rs Tidy beacon node runtime code 2019-06-08 09:46:04 -04:00
lib.rs Add progress on reduced tree fork choice 2019-06-24 09:34:51 +10:00
memory_store.rs Tidy beacon node runtime code 2019-06-08 09:46:04 -04:00
store.rs Tidy store crate, add comments 2019-05-21 18:49:24 +10:00