prysm-pulse/proto
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
..
beacon Clean up shared interface package (#9172) 2021-07-13 18:58:43 +00:00
cluster Change gogoproto compiler to protoc-gen-go-cast (#8697) 2021-05-17 18:32:04 +00:00
eth Implement GetAttesterDuties in the validator API (#9207) 2021-07-16 20:55:22 +00:00
faucet Change gogoproto compiler to protoc-gen-go-cast (#8697) 2021-05-17 18:32:04 +00:00
interfaces Move block interface next to generated pb (#9146) 2021-07-06 15:34:05 +00:00
migration Move block interface next to generated pb (#9146) 2021-07-06 15:34:05 +00:00
prysm/v2 Add proto wrappers for Altair (#9209) 2021-07-16 20:30:26 +00:00
slashing Move EthereumAPIs Into Prysm (#8968) 2021-06-02 18:49:52 -05:00
testing Beacon State V2 Interface Definition With Semantic Version Paths (#9125) 2021-06-30 15:06:19 +00:00
validator/accounts/v2 Add Altair Protobuf Changes to Prysm (#9087) 2021-06-24 10:32:30 -05:00
BUILD.bazel Bazel: minimal test build transitions (#9122) 2021-06-30 19:22:09 +00:00
README.md Fix Up READMEs for Mainnet (#7910) 2020-11-23 18:47:55 +00:00
ssz_proto_library.bzl Add sync committee aggregation_bits tags for minimal and mainnet (#9147) 2021-07-03 18:59:35 -05:00

Prysm Protocol Buffers

This package defines common protobuf messages and services used by Prysm. For now, we are checking in all generated code to support native go dependency management.