prysm-pulse/beacon-chain/rpc
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
..
beacon More efficient list indexed attestation endpoint (#5441) 2020-04-19 18:13:33 +03:00
node Handle attestations with missing block (#4705) 2020-02-02 01:42:29 +00:00
testing Add WaitForSynced to beacon node for validator startup (#5366) 2020-04-18 10:45:20 +00:00
validator Add WaitForSynced to beacon node for validator startup (#5366) 2020-04-18 10:45:20 +00:00
BUILD.bazel Remove deprecated aggregator (#5200) 2020-03-25 06:14:21 -07:00
service_test.go proper error checking and type assertions (#5424) 2020-04-14 16:41:09 +00:00
service.go Revert archival deprecations (#5464) 2020-04-16 23:26:10 +00:00