prysm-pulse/beacon-chain/p2p
Preston Van Loon 49a0d3caf0
Refactor dependencies, make Prysm "go gettable" (#6053)
* Fix a few deps to work with go.mod, check in generated files

* Update Gossipsub to 1.1 (#5998)

* update libs

* add new validators

* add new deps

* new set of deps

* tls

* further fix gossip update

* get everything to build

* clean up

* gaz

* fix build

* fix all tests

* add deps to images

* imports

Co-authored-by: rauljordan <raul@prysmaticlabs.com>

* Beacon chain builds with go build

* fix bazel

* fix dep

* lint

* Add github action for testing go

* on PR for any branch

* fix libp2p test failure

* Fix TestProcessBlock_PassesProcessingConditions by updating the proposer index in test

* Revert "Fix TestProcessBlock_PassesProcessingConditions by updating the proposer index in test"

This reverts commit 43676894ab01f03fe90a9b8ee3ecfbc2ec1ec4e4.

* Compute and set proposer index instead of hard code

* Add back go mod/sum, fix deps

* go build ./...

* Temporarily skip two tests

* Fix kafka confluent patch

* Fix kafka confluent patch

* fix kafka build

* fix kafka

* Add info in DEPENDENCIES. Added a stub link for Why Bazel? until https://github.com/prysmaticlabs/documentation/issues/138

* Update fuzz ssz files as well

* Update fuzz ssz files as well

* getting closer

* rollback rules_go and gazelle

* fix gogo protobuf

* install librdkafka-dev as part of github actions

* Update kafka to a recent version where librkafkfa is not required for go modules

* clarify comment

* fix kafka build

* disable go tests

* comment

* Fix geth dependencies for end to end

* rename word

* lint

* fix docker

Co-authored-by: Nishant Das <nishdas93@gmail.com>
Co-authored-by: rauljordan <raul@prysmaticlabs.com>
Co-authored-by: terence tsao <terence@prysmaticlabs.com>
2020-05-31 14:44:34 +08: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 Refactor dependencies, make Prysm "go gettable" (#6053) 2020-05-31 14:44:34 +08:00
config.go Add Ability to Restrict Outbound Dials (#5794) 2020-05-09 22:18:21 +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 Make IP Static for Public IPs (#5788) 2020-05-09 00:58:11 +00:00
doc.go Fix old markdown links (#4603) 2020-01-21 03:30:35 +00:00
fork_test.go Fix Fork Data in Local Node (#5997) 2020-05-27 08:07:40 -07:00
fork.go Fix Fork Data in Local Node (#5997) 2020-05-27 08:07:40 -07: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 minor fix (#5810) 2020-05-11 19:36:42 +08: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 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 Add Ability to Restrict Outbound Dials (#5794) 2020-05-09 22:18:21 +00:00
options.go Refactor dependencies, make Prysm "go gettable" (#6053) 2020-05-31 14:44:34 +08: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 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 Refactor dependencies, make Prysm "go gettable" (#6053) 2020-05-31 14:44:34 +08:00
subnets_test.go Allow a Larger Allowance for Peer Faults (#5847) 2020-05-14 03:08:58 +00: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