lighthouse/beacon_node/http_server/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
..
metrics Add present_epoch metric 2019-06-04 15:04:05 +10:00
api.rs Remove dupe info between ChainSpec and EthSpec 2019-06-08 07:57:25 -04:00
key.rs Add database size metric 2019-06-01 14:43:08 +10:00
lib.rs Fix syncing bugs by recursively attempting to process parents in the … (#429) 2019-07-16 17:28:15 +10:00
metrics.rs Add database size metric 2019-06-01 14:43:08 +10:00