prysm-pulse/shared/p2p
Preston Van Loon 612bb38077 Cross p2p spans, more spans, synchronous attestations, minor fixes (#2009)
* Fix assignments bug where validators don't retry for assignments on failure

* synch only please

* trying to fix state issues

* trying random stuff

* do not explode

* use ctx

* working build, failing tests

* broadcast local addrs as well as relay addrs

* fixed p2p tests, more tests to fix still

* another test fixed, log warning instead of throw error

* Fix last tests

* godoc

* add test for broadcast in apply fork choiec

* remove unneeded code

* remove tracer adapter, not needed

* remove extra stuff

* remove any

* revert addr_factory

* revert addr_factory

* Revert "revert addr_factory"

This reverts commit e93fb706494a1070158b8db31e67146d6b0648ad.

* Revert "revert addr_factory"

This reverts commit dedaa405559cc818698870c4e4570953367f1e3c.

* revert removal of this code

* unused param
2019-03-17 10:56:05 +08:00
..
adapter Cross p2p spans, more spans, synchronous attestations, minor fixes (#2009) 2019-03-17 10:56:05 +08:00
mock Fix travis (#1493) 2019-02-05 10:46:32 -05:00
addr_factory_test.go Cross p2p spans, more spans, synchronous attestations, minor fixes (#2009) 2019-03-17 10:56:05 +08:00
addr_factory.go Cross p2p spans, more spans, synchronous attestations, minor fixes (#2009) 2019-03-17 10:56:05 +08:00
BUILD.bazel Cross p2p spans, more spans, synchronous attestations, minor fixes (#2009) 2019-03-17 10:56:05 +08:00
dial_relay_node_test.go Makes test naming consistent across codebase (#1636) 2019-02-22 07:11:26 -08:00
dial_relay_node.go Validator Attester Rewrite (#1487) 2019-02-06 10:20:38 -06:00
discovery_norace_test.go Makes test naming consistent across codebase (#1636) 2019-02-22 07:11:26 -08:00
discovery.go Validator Attester Rewrite (#1487) 2019-02-06 10:20:38 -06:00
feed_example_test.go Add support for connecting via relay nodes (#827) 2018-11-25 11:55:02 -05:00
feed_test.go Makes test naming consistent across codebase (#1636) 2019-02-22 07:11:26 -08:00
feed.go Use gogo protobuf as the protoc compiler (#1165) 2018-12-23 15:34:59 -05:00
interfaces.go Cross p2p spans, more spans, synchronous attestations, minor fixes (#2009) 2019-03-17 10:56:05 +08:00
message_test.go Use gogo protobuf as the protoc compiler (#1165) 2018-12-23 15:34:59 -05:00
message.go p2p fixes / improvements (#1931) 2019-03-07 21:37:15 -05:00
monitoring.go currently connected peers (#1893) 2019-03-05 15:20:47 -06:00
options_test.go Clear Up Code Inconsistencies (#1836) 2019-03-03 09:31:29 -08:00
options.go Added flag for p2p port (#968) 2018-11-26 10:54:02 +08:00
p2p.go Fix Travis Failures on Master (#1938) 2019-03-07 23:54:41 -05:00
register_topic_example_test.go Use gogo protobuf as the protoc compiler (#1165) 2018-12-23 15:34:59 -05:00
service_norace_test.go Add support for connecting via relay nodes (#827) 2018-11-25 11:55:02 -05:00
service_test.go Cross p2p spans, more spans, synchronous attestations, minor fixes (#2009) 2019-03-17 10:56:05 +08:00
service.go Cross p2p spans, more spans, synchronous attestations, minor fixes (#2009) 2019-03-17 10:56:05 +08:00