prysm-pulse/beacon-chain/p2p
terencechain d860daff75
clean up: godoc comments, redundant castings and more (#11428)
* clean up: Godoc comments, redundant castings and more

* Fix assertion check

* Update beacon-chain/forkchoice/doubly-linked-tree/forkchoice.go

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>

* Update beacon-chain/forkchoice/protoarray/store.go

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
2022-09-12 14:03:20 +00:00
..
encoder Prysmctl Command to Request Beacon Nodes for Block Ranges Over P2P (#11035) 2022-08-17 06:38:57 +00:00
peers Prysmctl Command to Request Beacon Nodes for Block Ranges Over P2P (#11035) 2022-08-17 06:38:57 +00:00
testing Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
types Prysmctl Command to Request Beacon Nodes for Block Ranges Over P2P (#11035) 2022-08-17 06:38:57 +00:00
addr_factory_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
addr_factory.go Enforce log.WithError(err) static analysis and fix all violations (#11163) 2022-08-05 10:52:02 +00:00
broadcaster_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
broadcaster.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
BUILD.bazel Prysmctl Command to Request Beacon Nodes for Block Ranges Over P2P (#11035) 2022-08-17 06:38:57 +00:00
config.go Remove Disable DiscoveryV5 Flag (#11237) 2022-08-17 12:45:12 +00:00
connection_gater_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
connection_gater.go Code cleanup (#9992) 2021-12-07 17:52:39 +00:00
dial_relay_node_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
dial_relay_node.go Refactors calls to deprecated libp2p methods (#6554) 2020-07-13 02:28:40 +00:00
discovery_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
discovery.go Prysmctl Command to Request Beacon Nodes for Block Ranges Over P2P (#11035) 2022-08-17 06:38:57 +00:00
doc.go Change Eth2 Repository Names (#9425) 2021-08-19 13:00:57 -05:00
fork_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
fork_watcher.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
fork.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
gossip_scoring_params_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
gossip_scoring_params.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
gossip_topic_mappings_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
gossip_topic_mappings.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
handshake.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
info.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
interfaces.go Prysmctl Command to Request Beacon Nodes for Block Ranges Over P2P (#11035) 2022-08-17 06:38:57 +00:00
iterator.go Refactor Subnet Search (#8048) 2020-12-11 18:40:56 -08:00
log.go Prysmctl Command to Request Beacon Nodes for Block Ranges Over P2P (#11035) 2022-08-17 06:38:57 +00:00
message_id_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
message_id.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
monitoring.go Fix Div By 0 in Small Helper (#11390) 2022-09-01 18:26:28 +00:00
options_test.go Prysmctl Command to Request Beacon Nodes for Block Ranges Over P2P (#11035) 2022-08-17 06:38:57 +00:00
options.go clean up: godoc comments, redundant castings and more (#11428) 2022-09-12 14:03:20 +00:00
parameter_test.go Fix Gossipsub Parameter (#11425) 2022-09-09 15:36:43 +00:00
pubsub_filter_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
pubsub_filter.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
pubsub_fuzz_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
pubsub_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
pubsub.go Fix Gossipsub Parameter (#11425) 2022-09-09 15:36:43 +00:00
rpc_topic_mappings_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
rpc_topic_mappings.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
sender_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
sender.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
service_test.go clean up: godoc comments, redundant castings and more (#11428) 2022-09-12 14:03:20 +00:00
service.go Fix Gossipsub Parameter (#11425) 2022-09-09 15:36:43 +00:00
subnets_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
subnets.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
topics.go Add in P2P Changes (#9390) 2021-08-27 09:34:20 +08:00
utils_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
utils.go Prysmctl Command to Request Beacon Nodes for Block Ranges Over P2P (#11035) 2022-08-17 06:38:57 +00:00
watch_peers.go Enforce log.WithError(err) static analysis and fix all violations (#11163) 2022-08-05 10:52:02 +00:00