prysm-pulse/beacon-chain/p2p
Preston Van Loon 78bf39aff7
sync RPC: Hello handler (#3216)
* checkpoint

* checkpoint

* varint prefix for ssz

* move the encoding API around a little bit to support reader writer

* add a simple test for the happy path subscribe

* move wait timeout to testutil

* Add inverted topic mapping

* Add varint prefixing to ssz network encoder

* fix spacing

* fix comments

* fix comments

* make anon methods more clear

* clean up log fields

* move topic mapping, reformat TODOs, get ready for brutal team review

* lint

* lint

* lint

* Update beacon-chain/p2p/gossip_topic_mappings.go

Co-Authored-By: Nishant Das <nishdas93@gmail.com>

* PR feedback

* PR feedback

* PR feedback

* PR feedback

* PR feedback

* basic test with a hardcoded fork choice

* updated beacon config to use genesis fork version

* checkpoint on hello handler

* create a testing db method that can be used with the new database interface

* lint

* lint

* PR feedback

* checkpoint

* passing tests

* comments, errors

* comments, errors

* remove swarm

* Update WORKSPACE

* Update WORKSPACE

* merge

* lint

* lint

* touch

* touch

* imports
2019-08-16 16:03:11 -04:00
..
encoder Add varint prefixing to ssz network encoder (#3210) 2019-08-14 16:18:32 -05:00
testing sync RPC: Hello handler (#3216) 2019-08-16 16:03:11 -04:00
broadcaster.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
BUILD.bazel sync RPC: Hello handler (#3216) 2019-08-16 16:03:11 -04:00
config.go New p2p package (#3196) 2019-08-13 14:12:00 -07:00
doc.go New p2p package (#3196) 2019-08-13 14:12:00 -07:00
gossip_topic_mappings.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
handshake.go sync RPC: Hello handler (#3216) 2019-08-16 16:03:11 -04:00
interfaces.go sync RPC: Hello handler (#3216) 2019-08-16 16:03:11 -04:00
log.go New p2p package (#3196) 2019-08-13 14:12:00 -07:00
parameter_test.go Add Byte Slice Intersection Utils (#3204) 2019-08-14 10:27:18 -05:00
service_test.go New p2p package (#3196) 2019-08-13 14:12:00 -07:00
service.go sync RPC: Hello handler (#3216) 2019-08-16 16:03:11 -04:00