prysm-pulse/proto/eth/v1alpha1
Preston Van Loon 15bfcf8ff6
Add tests for wrapped Altair objects (#9213)
* start tests for wrapped methods

* Add a few tests and skeletons for interface impl methods

* Add latest interfaces update from hf1 and stub the appropriate tests

* Add a few more tests

* More progress

* Migitate nil pointer issues in construct. Complete tests

* Copy changes from hf1 to v1alpha1 wrapper

* Use testutils from #9201

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2021-07-18 19:32:52 +00:00
..
wrapper Add tests for wrapped Altair objects (#9213) 2021-07-18 19:32:52 +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.