prysm-pulse/shared/p2p
Raul Jordan 61026103c6
Validator Attester Rewrite (#1487)
* initial validator attesthead rewrite based on proposer rewrite

* proceed with fetching committees and tree hashing the canonical head at assigned attester slot

* complete filling the properties of attestation data and all associated root hashes

* add when to attest todo

* finish entire attester client logic

* tests with mocks checked in

* tests passing in client

* stubbed out server implementation

* fixed build due to old property

* regen mocks with new mockgen version

* fixed broken tests

* complete bazel build fix

* address some review comments

* deep proto test

* tests passing after checking for empty committee and crosslink root

* address nishant comments
2019-02-06 10:20:38 -06:00
..
adapter Validator Attester Rewrite (#1487) 2019-02-06 10:20:38 -06:00
mock Fix travis (#1493) 2019-02-05 10:46:32 -05:00
addr_factory_test.go Add support for connecting via relay nodes (#827) 2018-11-25 11:55:02 -05:00
addr_factory.go Add support for connecting via relay nodes (#827) 2018-11-25 11:55:02 -05:00
BUILD.bazel Validator Proposer Rewrite (#1462) 2019-02-05 08:47:25 -05:00
dial_relay_node_test.go Bootstrap the DHT service (#973) 2018-11-26 10:18:43 -06:00
dial_relay_node.go Validator Attester Rewrite (#1487) 2019-02-06 10:20:38 -06:00
discovery_norace_test.go Allow Beacon Node to Connect to Bootstrap Node for Peer Discovery (#740) 2018-11-14 21:25:06 -05: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 Use gogo protobuf as the protoc compiler (#1165) 2018-12-23 15:34:59 -05:00
feed.go Use gogo protobuf as the protoc compiler (#1165) 2018-12-23 15:34:59 -05:00
interfaces.go Validator Proposer Rewrite (#1462) 2019-02-05 08:47:25 -05:00
message_test.go Use gogo protobuf as the protoc compiler (#1165) 2018-12-23 15:34:59 -05:00
message.go Use gogo protobuf as the protoc compiler (#1165) 2018-12-23 15:34:59 -05:00
monitoring.go Validator Attester Rewrite (#1487) 2019-02-06 10:20:38 -06:00
options_test.go Added flag for p2p port (#968) 2018-11-26 10:54:02 +08:00
options.go Added flag for p2p port (#968) 2018-11-26 10:54:02 +08:00
p2p.go switch ethereum 2.0 to ethereum serenity (#714) 2018-11-01 07:02:01 -04:00
peer.go format and cleanup some TODOs (#544) 2018-09-19 21:14:31 -07: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 Validator Proposer Rewrite (#1462) 2019-02-05 08:47:25 -05:00
service.go Implement PoW Chain Deposit Trie in Go (#1285) 2019-01-11 16:29:30 +08:00