prysm-pulse/beacon-chain/rpc
Radosław Kapka 8a7010f5aa
Implement GetProposerDuties in the validator API (#9223)
* endpoint implementation

* extract common code

* tests

* remove named return values

* correct test log

* sort duties by slot

Co-authored-by: terence tsao <terence@prysmaticlabs.com>
2021-07-19 18:00:15 +00:00
..
apimiddleware Implement GetProposerDuties in the validator API (#9223) 2021-07-19 18:00:15 +00:00
eth/v1 Implement GetProposerDuties in the validator API (#9223) 2021-07-19 18:00:15 +00:00
prysm/v1alpha1 Remove database field from v1alpha1 validator server (#9191) 2021-07-14 13:16:21 +00:00
statefetcher Move block interface next to generated pb (#9146) 2021-07-06 15:34:05 +00:00
testutil [Feature] - API Middleware (#8926) 2021-06-15 10:28:49 -05:00
BUILD.bazel Implement GetAttesterDuties in the validator API (#9207) 2021-07-16 20:55:22 +00:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
service_test.go Embed Config Pattern For Attestation, POW Chain, and RPC Services (#8635) 2021-03-21 16:58:41 +00:00
service.go Implement GetAttesterDuties in the validator API (#9207) 2021-07-16 20:55:22 +00:00