prysm-pulse/shared/p2p
Nishant Das 16b04699d0 Allow Initial Sync to Work with Simulator (#669)
* polling interval

* adding proto message

* changing proto messages

* changing naming

* adding slot functionality

* initial sync working

* new changes

* more sync fixes

* its working now

* finally working

* add tests

* fix tests

* tests

* adding tests

* lint

* log checks

* making changes to simulator

* update logs

* fix tests

* get sync to work with crystallized state

* fixing race

* making requested changes

* unexport

* documentation

* gazelle and fix merge conflicts

* adding repeated requests

* fix lint

* adding new clock , db methods, and util func

* revert change to test

* gazelle

* add in test

* gazelle

* finally working

* save slot

* fix lint and constant
2018-11-21 10:00:36 -08:00
..
adapter Added Prometheus Client and p2p Metrics (#673) 2018-11-15 07:54:45 -05:00
mock Migrate dependencies on @com_github_ethereum_go_ethereum//event (#601) 2018-10-02 21:49:01 -04:00
BUILD.bazel Added Prometheus Client and p2p Metrics (#673) 2018-11-15 07:54:45 -05:00
discovery_norace_test.go Allow Beacon Node to Connect to Bootstrap Node for Peer Discovery (#740) 2018-11-14 21:25:06 -05:00
discovery.go Allow Beacon Node to Connect to Bootstrap Node for Peer Discovery (#740) 2018-11-14 21:25:06 -05:00
feed_example_test.go Allow Beacon Node to Connect to Bootstrap Node for Peer Discovery (#740) 2018-11-14 21:25:06 -05:00
feed_test.go Allow Beacon Node to Connect to Bootstrap Node for Peer Discovery (#740) 2018-11-14 21:25:06 -05:00
feed.go Migrate dependencies on @com_github_ethereum_go_ethereum//event (#601) 2018-10-02 21:49:01 -04:00
message_test.go Fix p2p issues in #465 (#489) 2018-09-09 18:15:24 -04:00
message.go P2P Message Execution Tracing (#517) 2018-09-20 07:46:35 -04:00
options_test.go shared: Move p2p Library to Shared (#317) 2018-07-24 10:21:58 -05:00
options.go format and cleanup some TODOs (#544) 2018-09-19 21:14:31 -07:00
p2p.go switch ethereum 2.0 to ethereum serenity (#714) 2018-11-01 07:02:01 -04:00
peer.go format and cleanup some TODOs (#544) 2018-09-19 21:14:31 -07:00
register_topic_example_test.go Allow Beacon Node to Connect to Bootstrap Node for Peer Discovery (#740) 2018-11-14 21:25:06 -05:00
service_norace_test.go Allow Beacon Node to Connect to Bootstrap Node for Peer Discovery (#740) 2018-11-14 21:25:06 -05:00
service_test.go Added Prometheus Client and p2p Metrics (#673) 2018-11-15 07:54:45 -05:00
service.go Allow Initial Sync to Work with Simulator (#669) 2018-11-21 10:00:36 -08:00