prysm-pulse/shared/gateway
Radosław Kapka 223d5309a0
Implement GetAttesterDuties in the validator API (#9207)
* remove irrelevant comment

* fix proto documentation

* first implementation

* register validator server

* first working version

* add sync checker and test file

* first test

* gzl

* final version + tests

* gzl

* run duties through API Middleware

* extract dependent root getter

* dependentRoot docs

* wrap indices in array

* fix static analysis issues

* modify err nil check

* create local variables in slot processing test

* Update proto/eth/v1/validator_service.proto

* review

* simplify index loops

* better calculation of committees at slot

* comment about impossible comndition

Co-authored-by: terence tsao <terence@prysmaticlabs.com>
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2021-07-16 20:55:22 +00:00
..
api_middleware_processing_test.go Implement GetAttesterDuties in the validator API (#9207) 2021-07-16 20:55:22 +00:00
api_middleware_processing.go Implement GetAttesterDuties in the validator API (#9207) 2021-07-16 20:55:22 +00:00
api_middleware_structs.go Small API Middleware improvements (#9111) 2021-06-28 11:36:12 +00:00
api_middleware.go Implement GetAttesterDuties in the validator API (#9207) 2021-07-16 20:55:22 +00:00
BUILD.bazel Bazel: minimal test build transitions (#9122) 2021-06-30 19:22:09 +00:00
gateway_test.go Make the shared/gateway package unaware of consuming services (#9050) 2021-06-18 13:35:13 +00:00
gateway.go Make the shared/gateway package unaware of consuming services (#9050) 2021-06-18 13:35:13 +00:00
log.go Unify gRPC Gateways into Single, Shared lib (#8799) 2021-05-04 17:20:58 +02:00
param_handling_test.go Handle comma-separated query parameters in API requests (#9102) 2021-06-28 15:37:14 +00:00
param_handling.go Handle comma-separated query parameters in API requests (#9102) 2021-06-28 15:37:14 +00:00