lighthouse/beacon_node
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
..
beacon_chain Remove network lock (#840) 2020-02-19 22:12:25 +11:00
client Remove network lock (#840) 2020-02-19 22:12:25 +11:00
eth1 Update to Spec v0.10 (#817) 2020-02-11 10:19:36 +11:00
eth2-libp2p Remove network lock (#840) 2020-02-19 22:12:25 +11:00
genesis Update to Spec v0.10 (#817) 2020-02-11 10:19:36 +11:00
network Remove network lock (#840) 2020-02-19 22:12:25 +11:00
rest_api Remove network lock (#840) 2020-02-19 22:12:25 +11:00
src Update to Spec v0.10 (#817) 2020-02-11 10:19:36 +11:00
store Update to Spec v0.10 (#817) 2020-02-11 10:19:36 +11:00
tests Prepare for public testnet (#628) 2019-12-03 15:28:57 +11:00
version Apply clippy suggestions 2019-03-19 23:20:39 +11:00
websocket_server Improve beacon node logging (#660) 2019-12-06 18:44:38 +11:00
Cargo.toml Implements a timeout for peer banning (#665) 2019-12-06 14:13:43 +11:00