prysm-pulse/beacon-chain/p2p
terence tsao a9f9026c78
Minor cleanups (#9743)
* Minor cleanups

* Delete slasher client files

* Revert "Delete slasher client files"

This reverts commit 0c995a1d4a834ded97385e6e338fe630c81db26b.

* Update slasher_client.go
2021-10-06 13:23:40 -05:00
..
encoder Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
peers Minor cleanups (#9743) 2021-10-06 13:23:40 -05:00
testing Clean up unused types & function comments (#9691) 2021-09-28 21:21:07 +00:00
types Various clean up before v2 (#9672) 2021-09-24 17:42:16 +00:00
addr_factory_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
addr_factory.go QSP-47 Remove Meaningless Relay Addr Check (#6388) 2020-06-25 09:16:30 +00:00
broadcaster_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
broadcaster.go Refactor: move functions beacon-chain/core/time -> time/slots (#9719) 2021-10-01 15:17:57 -05:00
BUILD.bazel Move slot epoch from core to time pkg (#9714) 2021-09-30 19:00:14 +00:00
config.go Add DB To P2P Service (#8676) 2021-03-26 09:51:58 -05:00
connection_gater_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
connection_gater.go Added public/private flags for IP address white/blacklisting (#8648) 2021-04-21 06:25:30 +00:00
dial_relay_node_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
dial_relay_node.go Refactors calls to deprecated libp2p methods (#6554) 2020-07-13 02:28:40 +00:00
discovery_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
discovery.go Refactor: move functions beacon-chain/core/time -> time/slots (#9719) 2021-10-01 15:17:57 -05:00
doc.go Change Eth2 Repository Names (#9425) 2021-08-19 13:00:57 -05:00
fork_test.go core: refactor signing and domain methods from helper to core/signing pkg (#9520) 2021-09-27 16:19:20 +00:00
fork_watcher.go Refactor: move functions beacon-chain/core/time -> time/slots (#9719) 2021-10-01 15:17:57 -05:00
fork.go Refactor: move functions beacon-chain/core/time -> time/slots (#9719) 2021-10-01 15:17:57 -05:00
gossip_scoring_params_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
gossip_scoring_params.go Move slot epoch from core to time pkg (#9714) 2021-09-30 19:00:14 +00:00
gossip_topic_mappings_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
gossip_topic_mappings.go Various clean up before v2 (#9672) 2021-09-24 17:42:16 +00:00
handshake.go Create time Package for Shared/timeutil, mclock and slotutil (#9594) 2021-09-15 00:09:04 +00:00
info.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
interfaces.go Add Flag To Parameterize Number of Peers in A Subnet (#9631) 2021-09-21 07:55:52 +00:00
iterator.go Refactor Subnet Search (#8048) 2020-12-11 18:40:56 -08:00
log.go Clean Up P2P Service (#6574) 2020-07-13 04:16:24 +00:00
message_id_test.go core: refactor signing and domain methods from helper to core/signing pkg (#9520) 2021-09-27 16:19:20 +00:00
message_id.go Create Encoding Bytesutil (#9658) 2021-09-23 15:23:37 +00:00
monitoring.go Standardize Metrics To Match Minimal Metric Spec (#9623) 2021-09-17 13:35:12 +02:00
options_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
options.go Create Runtime Package for Moving Several Packages in Shared/ (#9588) 2021-09-16 09:46:29 +00:00
parameter_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
pubsub_filter_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
pubsub_filter.go Move Shared/Params Into Config/Params (#9642) 2021-09-21 19:59:25 +00:00
pubsub_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
pubsub.go Various clean up before v2 (#9672) 2021-09-24 17:42:16 +00:00
rpc_topic_mappings_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
rpc_topic_mappings.go Move Shared/Params Into Config/Params (#9642) 2021-09-21 19:59:25 +00:00
sender_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
sender.go Move Shared/ Subpackages Into Monitoring/ Folder (#9591) 2021-09-14 20:59:51 +00:00
service_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
service.go increase size (#9702) 2021-09-29 10:01:10 -05:00
subnets_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
subnets.go Move Shared/Params Into Config/Params (#9642) 2021-09-21 19:59:25 +00:00
topics.go Add in P2P Changes (#9390) 2021-08-27 09:34:20 +08:00
utils_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
utils.go Move Shared Packages into Math/ and IO/ (#9622) 2021-09-17 21:55:24 +00:00
watch_peers.go Update variable names that are same as imports (#8220) 2021-01-07 10:42:03 -06:00