prysm-pulse/proto/eth/v1
james-prysm 83af9a5694
Beacon API: update Deneb endpoints after removing blob signing (#13235)
* making needed changes to beacon API based on removal of blobsidecar from block contents

* fixing tests and reverting some changes to be addressed later

* fixing generated code from protos

* gaz

* fixing get blob handler and adding blob storage to the blob service

* updating unit tests

* WIP

* wip tests

* got tests passing but needs cleanup

* removing gomod and gosum changes

* fixing more tests

* fixing more tests

* fixing more tests

* gaz

* moving some proto types around

* removing unneeded unit test

* fixing proposer paths

* adding more tests

* fixing more tests

* improving more unit tests

* updating one blob only unit test

* changing arguments of buildBlobSidecar

* reverting a change based on feedback

* terence's review items

* fixing test based on new develop changes

* radek's comments

* addressed more comments from radek

* adding in blobs to test data

* fixing casing in test

* removing extra line

* fixing issue from bad merge

* Update beacon-chain/rpc/eth/beacon/handlers_test.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update beacon-chain/rpc/eth/beacon/handlers_test.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update beacon-chain/rpc/eth/beacon/handlers_test.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update beacon-chain/rpc/eth/blob/handlers.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* moving core getblob business logic to blocker based on radek's comment

* fixing mock blocker

* gaz

---------

Co-authored-by: Radosław Kapka <rkapka@wp.pl>
2023-12-07 17:37:11 +00:00
..
testdata Checkin Generated Protobufs and Proto Files for EthereumAPIs (#8973) 2021-06-02 20:20:11 +00:00
attestation.pb.go Update rules_go and gazelle to 0.42 & 0.33 (latest releases) (#13021) 2023-10-10 12:50:29 +08:00
attestation.pb.gw.go Run ./hack/update-go-pbs.sh (#11107) 2022-07-26 16:45:16 +00:00
attestation.proto Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
beacon_block.pb.go Update rules_go and gazelle to 0.42 & 0.33 (latest releases) (#13021) 2023-10-10 12:50:29 +08:00
beacon_block.pb.gw.go Run ./hack/update-go-pbs.sh (#11107) 2022-07-26 16:45:16 +00:00
beacon_block.proto Add deneb protobufs (#12363) 2023-08-31 08:41:57 -05:00
beacon_chain.pb.go HTTP handler for Beacon API events (#13207) 2023-11-28 23:20:02 +00:00
beacon_chain.pb.gw.go Run ./hack/update-go-pbs.sh (#11107) 2022-07-26 16:45:16 +00:00
beacon_chain.proto Move weak subjectivity endpoint to HTTP (#13220) 2023-11-27 14:44:26 +00:00
beacon_state.pb.go Update rules_go and gazelle to 0.42 & 0.33 (latest releases) (#13021) 2023-10-10 12:50:29 +08:00
beacon_state.pb.gw.go Run ./hack/update-go-pbs.sh (#11107) 2022-07-26 16:45:16 +00:00
beacon_state.proto Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
BUILD.bazel bazel: Run buildifier, general cleanup (#13193) 2023-11-16 18:41:37 +00:00
events.pb.go HTTP handler for Beacon API events (#13207) 2023-11-28 23:20:02 +00:00
events.pb.gw.go Run ./hack/update-go-pbs.sh (#11107) 2022-07-26 16:45:16 +00:00
events.proto HTTP handler for Beacon API events (#13207) 2023-11-28 23:20:02 +00:00
generated.ssz.go Beacon API: update Deneb endpoints after removing blob signing (#13235) 2023-12-07 17:37:11 +00:00
node.pb.go HTTP Beacon APIs: 3 state endpoints (#13001) 2023-10-12 17:53:33 +00:00
node.pb.gw.go Run ./hack/update-go-pbs.sh (#11107) 2022-07-26 16:45:16 +00:00
node.proto HTTP Beacon APIs: 3 state endpoints (#13001) 2023-10-12 17:53:33 +00:00
README.md Checkin Generated Protobufs and Proto Files for EthereumAPIs (#8973) 2021-06-02 20:20:11 +00:00
validator.pb.go Update rules_go and gazelle to 0.42 & 0.33 (latest releases) (#13021) 2023-10-10 12:50:29 +08:00
validator.pb.gw.go Run ./hack/update-go-pbs.sh (#11107) 2022-07-26 16:45:16 +00:00
validator.proto HTTP validator APIs (#12887) 2023-09-21 18:16:59 +00:00

gRPC Gateway

This package is contains generated files for applications that wish to use eth/v1alpha as a gRPC gateway.