lighthouse/beacon_node/beacon_chain/src
Age Manning 2a9c718a20
Remove network lock (#840)
* Initial work on removing libp2p lock

* Removes lock from libp2p service

* Completed network lock removal

* Correct network termination future

* Correct fmt issues

* Remove Drop implementation for network service

* Address reviewers suggestions

* Fix dht persistence test (#844)

* Fix persistence test

* Block until dht is persisted

* Fix libp2p test

* Correct test ordering check

* Remove expensive tests from debug testing

Co-authored-by: Pawan Dhananjay <pawandhananjay@gmail.com>
2020-02-19 22:12:25 +11:00
..
fork_choice Update to Spec v0.10 (#817) 2020-02-11 10:19:36 +11:00
beacon_chain.rs Update to Spec v0.10 (#817) 2020-02-11 10:19:36 +11:00
builder.rs Remove network lock (#840) 2020-02-19 22:12:25 +11:00
checkpoint.rs Update to Spec v0.10 (#817) 2020-02-11 10:19:36 +11:00
errors.rs Add proto_array fork choice (#804) 2020-01-29 15:05:00 +11:00
eth1_chain.rs Update to Spec v0.10 (#817) 2020-02-11 10:19:36 +11:00
events.rs Update to Spec v0.10 (#817) 2020-02-11 10:19:36 +11:00
fork_choice.rs Add proto_array fork choice (#804) 2020-01-29 15:05:00 +11:00
head_tracker.rs Fix clippy warnings (#813) 2020-01-21 18:38:56 +11:00
lib.rs Add LRU cache to database (#837) 2020-02-10 11:30:21 +11:00
metrics.rs Update to Spec v0.10 (#817) 2020-02-11 10:19:36 +11:00
persisted_beacon_chain.rs Add proto_array fork choice (#804) 2020-01-29 15:05:00 +11:00
test_utils.rs Update to Spec v0.10 (#817) 2020-02-11 10:19:36 +11:00
timeout_rw_lock.rs Add timeouts to canonical head rwlock (#759) 2020-01-06 17:30:37 +11:00