prysm-pulse/beacon-chain/p2p
Raul Jordan 252f758baa
QSP-9 Prevent Casting to Int if Possible (#6349)
* no cast to int

* fix up significant casting issues

* more casting

* even more casting fixes

* more casts

* fix subnets

* back to ints

* final touches

* broken test fix

* add in blocks test fix

* unskip

* revert bytes fixes

* casting fixes

* Update beacon-chain/db/kv/state.go

* Update beacon-chain/db/kv/blocks.go

* fmt

* slash:

* fix val tests

* fix up conf

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: Victor Farazdagi <simple.square@gmail.com>
2020-06-26 11:07:00 -05:00
..
encoder QSP-9 Prevent Casting to Int if Possible (#6349) 2020-06-26 11:07:00 -05:00
peers Best practice feedback - part 2 (#6389) 2020-06-24 18:06:19 +00:00
testing Update Node RPC Endpoints (#6289) 2020-06-18 03:53:46 +00:00
addr_factory_test.go QSP-47 Remove Meaningless Relay Addr Check (#6388) 2020-06-25 09:16:30 +00:00
addr_factory.go QSP-47 Remove Meaningless Relay Addr Check (#6388) 2020-06-25 09:16:30 +00:00
broadcaster_test.go Update Node RPC Endpoints (#6289) 2020-06-18 03:53:46 +00:00
broadcaster.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
BUILD.bazel Remove All Instances of Kademlia from Prysm (#6323) 2020-06-23 02:53:11 +00:00
config.go Remove All Instances of Kademlia from Prysm (#6323) 2020-06-23 02:53:11 +00:00
connection_gater_test.go Filter Peers Properly With Connection Gater (#6251) 2020-06-14 14:47:58 +00:00
connection_gater.go Fix Peering Issues in Discovery (#6346) 2020-06-24 01:09:09 +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 Remove All Instances of Kademlia from Prysm (#6323) 2020-06-23 02:53:11 +00:00
discovery.go Fix Peering Issues in Discovery (#6346) 2020-06-24 01:09:09 +00:00
doc.go Fix old markdown links (#4603) 2020-01-21 03:30:35 +00:00
fork_test.go Clean Up Discovery Filtering of Peers (#6128) 2020-06-05 22:46:36 -05:00
fork.go Update Node RPC Endpoints (#6289) 2020-06-18 03:53:46 +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 Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
handshake.go Clean Up Dead Peers (#6413) 2020-06-26 12:24:55 +00:00
info.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
interfaces.go Update Node RPC Endpoints (#6289) 2020-06-18 03:53:46 +00:00
log.go New p2p package (#3196) 2019-08-13 14:12:00 -07:00
monitoring.go Fix Issues With Peer Handshakes (#5799) 2020-05-11 12:29:23 +08:00
options_test.go QSP-14 consistent file permissions (#6378) 2020-06-25 16:12:59 +00:00
options.go QSP-25 Only Enable Relay if Flag Provided (#6386) 2020-06-24 19:30:40 +00:00
parameter_test.go Refactor dependencies, make Prysm "go gettable" (#6053) 2020-05-31 14:44:34 +08:00
pubsub_message_id.go Add Ability to Resync Node (#4279) 2020-01-02 16:09:28 +08:00
rpc_topic_mappings.go Remove unused code (#6065) 2020-05-31 15:47:15 -07:00
sender_test.go Update Node RPC Endpoints (#6289) 2020-06-18 03:53:46 +00:00
sender.go Add Separate Network Config (#5454) 2020-04-16 22:21:44 +00:00
service_test.go Update Geth Fork (#5865) 2020-06-01 22:03:33 +00:00
service.go Clean Up Dead Peers (#6413) 2020-06-26 12:24:55 +00:00
subnets_test.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
subnets.go QSP-Docs All Documentation Improvements from Quantstamp Audit Report (#6367) 2020-06-23 21:11:20 +00:00
utils_test.go Verify External IP is reachable or log a warning if not (#6155) 2020-06-10 18:41:11 -05:00
utils.go QSP-14 consistent file permissions (#6378) 2020-06-25 16:12:59 +00:00
watch_peers.go Migrate periodic function to use RunEvery (#4324) 2019-12-19 07:02:10 -08:00