prysm-pulse/proto/eth/v1alpha1
terence tsao 1d3a9983cc
Move block interface next to generated pb (#9146)
* Move block interface next to pb

* Update fuzz build bazel

* Move interface to /proto/interface and wrapper next to generated pb

* Fix fuzz build bazel

* Add //proto/eth/v1alpha1/wrapper

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2021-07-06 15:34:05 +00:00
..
wrapper Move block interface next to generated pb (#9146) 2021-07-06 15:34:05 +00:00
attestation.pb.go New Proto Messages Required for Event Streams (#9010) 2021-06-09 16:49:03 +00:00
attestation.pb.gw.go Checkin Generated Protobufs and Proto Files for EthereumAPIs (#8973) 2021-06-02 20:20:11 +00:00
attestation.proto Checkin Generated Protobufs and Proto Files for EthereumAPIs (#8973) 2021-06-02 20:20:11 +00:00
beacon_block.pb.go New Proto Messages Required for Event Streams (#9010) 2021-06-09 16:49:03 +00:00
beacon_block.pb.gw.go Checkin Generated Protobufs and Proto Files for EthereumAPIs (#8973) 2021-06-02 20:20:11 +00:00
beacon_block.proto Reduce Usage of Eth2 Terminology in Prysm (#9104) 2021-06-26 19:00:33 +00:00
beacon_chain.pb.go New Proto Messages Required for Event Streams (#9010) 2021-06-09 16:49:03 +00:00
beacon_chain.pb.gw.go Run go imports (#8995) 2021-06-06 07:39:16 +02:00
beacon_chain.proto Reduce Usage of Eth2 Terminology in Prysm (#9104) 2021-06-26 19:00:33 +00:00
BUILD.bazel Add Altair Protobuf Changes to Prysm (#9087) 2021-06-24 10:32:30 -05:00
generated.ssz.go Remove old protos (#9107) 2021-06-28 07:41:37 +00:00
node.pb.go New Proto Messages Required for Event Streams (#9010) 2021-06-09 16:49:03 +00:00
node.pb.gw.go Run go imports (#8995) 2021-06-06 07:39:16 +02:00
node.proto Reduce Usage of Eth2 Terminology in Prysm (#9104) 2021-06-26 19:00:33 +00:00
README.md Checkin Generated Protobufs and Proto Files for EthereumAPIs (#8973) 2021-06-02 20:20:11 +00:00
swagger_description.md Reduce Usage of Eth2 Terminology in Prysm (#9104) 2021-06-26 19:00:33 +00:00
swagger.proto Reduce Usage of Eth2 Terminology in Prysm (#9104) 2021-06-26 19:00:33 +00:00
swagger.swagger.json Reduce Usage of Eth2 Terminology in Prysm (#9104) 2021-06-26 19:00:33 +00:00
validator.pb.go Implement Doppelganger Check (#9120) 2021-07-02 12:11:09 +08:00
validator.pb.gw.go Implement Doppelganger Check (#9120) 2021-07-02 12:11:09 +08:00
validator.proto Implement Doppelganger Check (#9120) 2021-07-02 12:11:09 +08:00

gRPC Gateway

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