prysm-pulse/beacon-chain/rpc/beacon
Shay Zluf ffa08f5a85
Stream p2p agg attestation (#5809)
* stream aggreagted attestations from p2p network to indexed attestation stream

* remove excessive log

* fix test

* handle nil attestation as well

* Update beacon-chain/sync/subscriber_beacon_aggregate_proof.go

* Update beacon-chain/sync/subscriber_beacon_aggregate_proof.go

* Update beacon-chain/sync/subscriber_beacon_aggregate_proof_test.go

* terence feedback

* sort imports

* sort imports

* Change to received buffer

* preston feedback

* error log

* raul feedback

* more logging changes

* fix duplicate package name

Co-authored-by: terence tsao <terence@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: Ivan Martinez <ivanthegreatdev@gmail.com>
2020-05-13 12:21:53 -05:00
..
assignments_test.go Use stateutil.BlockRoot everywhere (#5739) 2020-05-05 04:30:24 +00:00
assignments.go Add back State To ComputeProposerIndex (#5674) 2020-04-29 15:22:52 +00:00
attestations_test.go Load chain config from file (#5694) 2020-05-05 20:58:07 +03:00
attestations.go Stream p2p agg attestation (#5809) 2020-05-13 12:21:53 -05:00
beacon_test.go Assert no side effects occur on test (#5714) 2020-05-05 08:39:38 +00:00
blocks_test.go Use stateutil.BlockRoot everywhere (#5739) 2020-05-05 04:30:24 +00:00
blocks.go Use stateutil.BlockRoot everywhere (#5739) 2020-05-05 04:30:24 +00:00
BUILD.bazel Properly Divide SecondsPerSlot Into Milliseconds (#5821) 2020-05-13 11:28:17 +08:00
committees_test.go Use stateutil.BlockRoot everywhere (#5739) 2020-05-05 04:30:24 +00:00
committees.go Invert --disable-new-state-mgmt to --enable-new-state-mgmt (#5567) 2020-04-21 22:30:22 +00:00
config_test.go Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
config.go Add Endpoint to Return Current Chain Config Parameters (#4595) 2020-02-04 05:28:35 +00:00
server.go GetValidatorPerformance return Unavailable when syncing (#5795) 2020-05-10 13:08:45 -07:00
slashings_test.go Use stateutil.BlockRoot everywhere (#5739) 2020-05-05 04:30:24 +00:00
slashings.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
state_test.go Future slot check for state end point (#5755) 2020-05-05 18:42:11 -07:00
state.go Future slot check for state end point (#5755) 2020-05-05 18:42:11 -07:00
validators_stream_test.go Assert no side effects occur on test (#5714) 2020-05-05 08:39:38 +00:00
validators_stream.go Stream p2p agg attestation (#5809) 2020-05-13 12:21:53 -05:00
validators_test.go GetValidatorPerformance return Unavailable when syncing (#5795) 2020-05-10 13:08:45 -07:00
validators.go GetValidatorPerformance return Unavailable when syncing (#5795) 2020-05-10 13:08:45 -07:00