prysm-pulse/proto
Radosław Kapka 79445d2bf6
HTTP Beacon API: /eth/v1/validator/duties (#12810)
* impl

* protos

* remove apimiddleware from e2e

* register endpoint

* get epoch from vars

* tests

* test fixes

* remove unused function

* GetProposerDuties

* proto

* fix compilation

* register

* tests

* GetSyncCommitteeDuties

* protos

* register

* tests in progress

* complete tests

* check altair epoch

* more testing

* create variable

---------

Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com>
2023-09-12 13:57:04 +00:00
..
engine/v1 Fix Execution Block Unmarshalling in Deneb (#12860) 2023-09-07 16:52:02 +00:00
eth HTTP Beacon API: /eth/v1/validator/duties (#12810) 2023-09-12 13:57:04 +00:00
migration renaming data to blobs in execution payload (#12664) 2023-08-31 08:41:57 -05:00
prysm Integrate EIP-4881 Deposit Tree Into Prysm via a Feature Flag (#11942) 2023-09-07 03:19:32 +00:00
testing Apply Goimports to Generated Files (#12170) 2023-03-21 11:12:23 +00:00
BUILD.bazel Checkpoint Sync 1/5 - fork/version detection and unmarshaling support (#10380) 2022-03-21 19:43:41 +00:00
README.md Fix Up READMEs for Mainnet (#7910) 2020-11-23 18:47:55 +00:00
ssz_proto_library.bzl adding ssz capabilities for deneb publish block v1 (#12622) 2023-08-31 08:41:57 -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.