prysm-pulse/beacon-chain/p2p
Nishant Das 3a677ef342
Add Persistent Subnets (#5734)
* add params

* add changes

* bug fixes

* fix method

* get new assignments

* add test and comments

* change to slice of uint64

* add test

* lint

* Update beacon-chain/rpc/validator/assignments_test.go

* Update beacon-chain/cache/committee_ids.go

* Update beacon-chain/rpc/validator/assignments.go

* add comment

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: terence tsao <terence@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2020-05-05 14:26:20 -05:00
..
connmgr libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
encoder libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
peers libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
testing Add Persistent Subnets (#5734) 2020-05-05 14:26:20 -05:00
addr_factory_test.go Update All Libp2p Dependencies (#4746) 2020-02-05 16:37:33 +00:00
addr_factory.go Improve Beacon Node Logging UX (#3600) 2019-10-01 15:05:17 -05:00
broadcaster_test.go p2p/sync: Wrong genesis digest is used to register pubsub topic subscriptions (race condition) (#5500) 2020-04-19 02:32:53 +00:00
broadcaster.go p2p/sync: Wrong genesis digest is used to register pubsub topic subscriptions (race condition) (#5500) 2020-04-19 02:32:53 +00:00
BUILD.bazel Add Persistent Subnets (#5734) 2020-05-05 14:26:20 -05:00
config.go Configurable pubsub router (#5499) 2020-04-19 01:53:32 +00:00
dial_relay_node_test.go p2p: Relay support, CIDR whitelist, connection maintenance (#3564) 2019-09-23 14:43:53 -07:00
dial_relay_node.go Add Strict Connection Manager (#4110) 2019-12-03 18:18:57 +00:00
discovery_test.go Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
discovery.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
doc.go Fix old markdown links (#4603) 2020-01-21 03:30:35 +00:00
fork_test.go Assert no side effects occur on test (#5714) 2020-05-05 08:39:38 +00:00
fork.go p2p/sync: Wrong genesis digest is used to register pubsub topic subscriptions (race condition) (#5500) 2020-04-19 02:32:53 +00:00
gossip_topic_mappings_test.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
gossip_topic_mappings.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
handshake.go Less Noisy P2P Logs (#5607) 2020-04-24 04:10:53 +00:00
info.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
interfaces.go Add Persistent Subnets (#5734) 2020-05-05 14:26:20 -05:00
log.go
monitoring.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
options_test.go proper error checking and type assertions (#5424) 2020-04-14 16:41:09 +00:00
options.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
parameter_test.go Add Byte Slice Intersection Utils (#3204) 2019-08-14 10:27:18 -05:00
pubsub_message_id.go Add Ability to Resync Node (#4279) 2020-01-02 16:09:28 +08:00
rpc_topic_mappings.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
sender_test.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
sender.go Add Separate Network Config (#5454) 2020-04-16 22:21:44 +00:00
service_test.go Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
service.go Add Persistent Subnets (#5734) 2020-05-05 14:26:20 -05:00
subnets_test.go Add Persistent Subnets (#5734) 2020-05-05 14:26:20 -05:00
subnets.go Add Separate Network Config (#5454) 2020-04-16 22:21:44 +00:00
utils.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
watch_peers.go Migrate periodic function to use RunEvery (#4324) 2019-12-19 07:02:10 -08:00