prysm-pulse/beacon-chain/rpc/beacon
Shay Zluf acd7dd137f
More efficient list indexed attestation endpoint (#5441)
* use state gen to retrieve state fo computing committees

* gaz + goimports

* remove duplicate

* main net config

* committee instead of committee

* remove

* handle feature config

* Update beacon-chain/rpc/beacon/attestations.go

Co-Authored-By: Victor Farazdagi <simple.square@gmail.com>

* remove duplication

* group attestations by block root

* fix errors

* fix test

* ivan feedback

* add test

* return error if new state management is turned off

* fix featureconfig handling

* gaz

* Update beacon-chain/rpc/beacon/attestations.go

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: Victor Farazdagi <simple.square@gmail.com>
Co-authored-by: terence tsao <terence@prysmaticlabs.com>
2020-04-19 18:13:33 +03:00
..
assignments_test.go Revert archival deprecations (#5464) 2020-04-16 23:26:10 +00:00
assignments.go Revert archival deprecations (#5464) 2020-04-16 23:26:10 +00:00
attestations_test.go More efficient list indexed attestation endpoint (#5441) 2020-04-19 18:13:33 +03:00
attestations.go More efficient list indexed attestation endpoint (#5441) 2020-04-19 18:13:33 +03:00
blocks_test.go proper error checking and type assertions (#5424) 2020-04-14 16:41:09 +00:00
blocks.go Handle genesis case for blocks/states at slot index (#5224) 2020-03-27 00:09:14 +00:00
BUILD.bazel More efficient list indexed attestation endpoint (#5441) 2020-04-19 18:13:33 +03:00
committees_test.go Revert archival deprecations (#5464) 2020-04-16 23:26:10 +00:00
committees.go Revert archival deprecations (#5464) 2020-04-16 23:26:10 +00:00
config_test.go Add Endpoint to Return Current Chain Config Parameters (#4595) 2020-02-04 05:28:35 +00:00
config.go Add Endpoint to Return Current Chain Config Parameters (#4595) 2020-02-04 05:28:35 +00:00
server.go Part 1 of integrating new state mgmt to run time (#5108) 2020-03-16 12:07:07 -07:00
slashings_test.go Broadcast slashing (#5073) 2020-03-12 20:29:23 +00:00
slashings.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
validators_stream_test.go proper error checking and type assertions (#5424) 2020-04-14 16:41:09 +00:00
validators_stream.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
validators_test.go Revert archival deprecations (#5464) 2020-04-16 23:26:10 +00:00
validators.go Revert archival deprecations (#5464) 2020-04-16 23:26:10 +00:00