prysm-pulse/proto
Sammy Rosso b0b4e42436
HTTP Beacon API: /eth/v1/beacon/blocks and /eth/v1/beacon/blinded_blocks (#12827)
* Add PublishBlock

* Add endpoints

* Cleanup

* Modify publishBlock to work for v1 and v2

* Remove v2 + add server receiver

* Cleanup remaining endpoints

* Remove error from SszRequested

* Remove unused functions
2023-09-27 12:51:37 +00:00
..
engine/v1 Fix deneb builder bid HTR (#12906) 2023-09-15 00:14:03 +00:00
eth HTTP Beacon API: /eth/v1/beacon/blocks and /eth/v1/beacon/blinded_blocks (#12827) 2023-09-27 12:51:37 +00:00
migration Deneb: blob sidecar events (#12928) 2023-09-22 21:54:10 +00:00
prysm Fix builder blind block namings (#12910) 2023-09-18 15:32:10 +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.