prysm-pulse/beacon-chain/rpc
Ivan Martinez 60bf3edf0a
Optimize GetDuties to not call Eth1 functions (#5516)
* Remove unneeded validator status calls for GetDuties
* Cleanup validator runner function
* Improvements
* Undo validator client changes
* Merge branch 'master' into optimize-getduties
* Revert "Undo validator client changes"

This reverts commit 4385181eaf6897bd7f4c48af84c8071c6cecbb46.
* Merge branch 'master' of https://github.com/prysmaticlabs/prysm into optimize-getduties
* Remove unneeded tests
* Merge branch 'optimize-getduties' of https://github.com/0xKiwi/Prysm into optimize-getduties
* Revert "Cleanup validator runner function"

This reverts commit f0c8c5e8bc13f68612c00e681f74ad1665535ee8.
* Add back test
* Optimize getduties
* Merge branch 'master' of https://github.com/prysmaticlabs/prysm into optimize-getduties
* Merge branch 'master' into optimize-getduties
2020-04-20 22:24:50 +00:00
..
beacon Add back archival endpoint ListBeaconCommittees with fallback (#5518) 2020-04-20 03:41:32 +00: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 Optimize GetDuties to not call Eth1 functions (#5516) 2020-04-20 22:24:50 +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 Add back archival endpoint ListValidatorAssignments with fallback (#5517) 2020-04-20 01:19:11 +00:00