prysm-pulse/beacon-chain/p2p
Preston Van Loon 93c11e0e53
Update rules_go (#7202)
* Update rules_go

* go 1.15

* try with v0.24.2

* Update Mac OS X SDK

* gaz

* update SDK in toolchain config

* -I flag

* another -I flag

* Update rules_go, gazelle, bazel version

* regen, update rules_docker

* Revert "another -I flag"

This reverts commit 9255133d99bee1e94560a64316a4a7539a363935.

* Revert "-I flag"

This reverts commit 2954a41d76adc81ccb6281af243f4be1f79152e9.

* giving up

* Use OS X 10.12

* Use OS X 10.12

* Revert "Use OS X 10.12"

This reverts commit 4f60d5cb807b2ccccd484a85a6a7477a5fd13e28.

* Revert "Use OS X 10.12"

This reverts commit a79177fab7182ad792d1cee7fb61214ef8bd73ab.

* osx toolchain tweaks necessary to work with 10.15 mac sdk

* Update docker image, regen

* gaz

* test using custom image

* Revert "test using custom image"

This reverts commit 95b8666810a254f16061c99e2ea0ae4d020b2f2d.

* explicit go version

* Clean up docker image rules with new definitions. gazelle

* please the linter

* Update protobuf compiler to 3.13.0, run gazelle

* Update gazelle to fix empty build files. https://github.com/bazelbuild/bazel-gazelle/pull/926

* update skylib

* fix herumi fuzz build

* remove comment from tools/cross-toolchain/regenerate.sh

Co-authored-by: rkapka <rkapka@wp.pl>
Co-authored-by: SuburbanDad <gts.mobile@gmail.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2020-11-10 03:01:56 +00:00
..
encoder Update PubSub and include topic filter (#7496) 2020-10-16 07:05:40 +00:00
peers Update rules_go (#7202) 2020-11-10 03:01:56 +00:00
testing Fix reported anti patterns (#7501) 2020-10-12 16:12:00 +00:00
types Use Custom SSZ for P2P Types (#7436) 2020-10-14 07:55:28 +00:00
addr_factory_test.go Apply testutils assertions: final cleanup (#7003) 2020-08-25 15:23:06 +00:00
addr_factory.go QSP-47 Remove Meaningless Relay Addr Check (#6388) 2020-06-25 09:16:30 +00:00
broadcaster_test.go Release and remove feature flag --enable-att-broadcast-discovery-attempts (#7610) 2020-10-23 01:53:50 +00:00
broadcaster.go Fix attestation broadcast recovery metric (#7629) 2020-10-23 18:41:17 +00:00
BUILD.bazel Prevent Usage of Stdlib File/Dir Writing With Static Analysis (#7685) 2020-11-09 14:27:03 -06:00
config.go QSP-13 Only Allow Snappy P2P Encoding (#6415) 2020-07-03 11:24:30 +08:00
connection_gater_test.go Refactor peer scorer into peerdata + scorers (#7452) 2020-10-07 13:08:51 +00:00
connection_gater.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
dial_relay_node_test.go Applies assertion funcs to p2p tests (#6597) 2020-07-14 16:51:39 +00:00
dial_relay_node.go Refactors calls to deprecated libp2p methods (#6554) 2020-07-13 02:28:40 +00:00
discovery_test.go Update PubSub and include topic filter (#7496) 2020-10-16 07:05:40 +00:00
discovery.go Add Backoff For Peer Dials (#7726) 2020-11-05 05:52:49 +00:00
doc.go Fix old markdown links (#4603) 2020-01-21 03:30:35 +00:00
fork_test.go Update PubSub and include topic filter (#7496) 2020-10-16 07:05:40 +00:00
fork.go Update PubSub and include topic filter (#7496) 2020-10-16 07:05:40 +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 Move subnet topics to global vars (#6525) 2020-07-09 17:38:15 +00:00
handshake.go Update error usage patterns to go1.13+ (#7529) 2020-10-14 17:39:52 +00:00
info.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
interfaces.go Wait for subnet peers before broadcasting onto attestation subnet topic (#6893) 2020-08-10 10:27:50 -05:00
log.go Clean Up P2P Service (#6574) 2020-07-13 04:16:24 +00:00
monitoring.go Wait for subnet peers before broadcasting onto attestation subnet topic (#6893) 2020-08-10 10:27:50 -05:00
options_test.go Fix ineffectual assignments (#7403) 2020-10-01 18:53:36 +00:00
options.go More feature flag deletions (#7533) 2020-10-14 23:28:49 +00:00
parameter_test.go Update Pubsub Parameters (#6744) 2020-07-29 11:14:15 -05:00
pubsub_filter_test.go Update PubSub and include topic filter (#7496) 2020-10-16 07:05:40 +00:00
pubsub_filter.go Update PubSub and include topic filter (#7496) 2020-10-16 07:05:40 +00:00
pubsub_test.go Fix Gossip Message ID (#7624) 2020-10-24 03:38:05 +00:00
pubsub.go Fix Gossip Message ID (#7624) 2020-10-24 03:38:05 +00:00
rpc_topic_mappings_test.go Use Custom SSZ for P2P Types (#7436) 2020-10-14 07:55:28 +00:00
rpc_topic_mappings.go Use Custom SSZ for P2P Types (#7436) 2020-10-14 07:55:28 +00:00
sender_test.go Use Custom SSZ for P2P Types (#7436) 2020-10-14 07:55:28 +00:00
sender.go QSP 32: Add Appropriate Stream Deadlines for RPC Requests (#6583) 2020-07-13 19:40:12 +00:00
service_test.go Update PubSub and include topic filter (#7496) 2020-10-16 07:05:40 +00:00
service.go Update PubSub and include topic filter (#7496) 2020-10-16 07:05:40 +00:00
subnets_test.go Add Backoff For Peer Dials (#7726) 2020-11-05 05:52:49 +00:00
subnets.go Add Backoff For Peer Dials (#7726) 2020-11-05 05:52:49 +00:00
topics.go Move subnet topics to global vars (#6525) 2020-07-09 17:38:15 +00:00
utils_test.go Moves AssertLogsContains to assertions package (#6985) 2020-08-13 16:22:25 +00:00
utils.go Prevent Usage of Stdlib File/Dir Writing With Static Analysis (#7685) 2020-11-09 14:27:03 -06:00
watch_peers.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00