prysm-pulse/proto
Radosław Kapka c996109b3a
Return payload value in Wei from /eth/v3/validator/blocks (#13497)
* Add value in Wei to execution payload

* simplify how payload is returned

* test fix

* fix issues

* review

* fix block handlers
2024-01-24 20:58:35 +00:00
..
dbval Block backfilling (#12968) 2024-01-23 07:54:30 +00:00
engine/v1 builder API: remove blinded blob sidecar (#13202) 2023-11-29 06:28:37 -08:00
eth Check builder header kzg commitment (#13358) 2023-12-18 06:14:59 +00:00
migration Beacon API: update Deneb endpoints after removing blob signing (#13235) 2023-12-07 17:37:11 +00:00
prysm Return payload value in Wei from /eth/v3/validator/blocks (#13497) 2024-01-24 20:58:35 +00:00
testing Update rules_go and gazelle to 0.42 & 0.33 (latest releases) (#13021) 2023-10-10 12:50:29 +08:00
BUILD.bazel Update rules_go and gazelle to 0.42 & 0.33 (latest releases) (#13021) 2023-10-10 12:50:29 +08:00
README.md Fix Up READMEs for Mainnet (#7910) 2020-11-23 18:47:55 +00:00
ssz_proto_library.bzl bazel: Run buildifier, general cleanup (#13193) 2023-11-16 18:41:37 +00: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.