prysm-pulse/proto/eth/v1
mick 1faa292615
Add is_optimistic to SyncDetails, hydrate via ValidateSync (#10692)
* cache test

* oh

* syntax fix

* error fix

* tinker

* tinker

* newlines?

* no-whitespace?

* feedback

* fix

* comment

* comments

* need to figure out how to lint locally...

* feedback

* fixes

* progress

* progress

* dedupe

* s

* working

* remove empty lines

* update test

* return errors properly

* make helpers publicly visible

* fix tests

Co-authored-by: rkapka <rkapka@wp.pl>
Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com>
2022-06-14 17:47:09 +00:00
..
testdata Checkin Generated Protobufs and Proto Files for EthereumAPIs (#8973) 2021-06-02 20:20:11 +00:00
attestation.pb.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
attestation.pb.gw.go Use go:build lines and remove obsolete +build lines (#10704) 2022-06-14 11:47:27 +00:00
attestation.proto Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
beacon_block.pb.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
beacon_block.pb.gw.go Use go:build lines and remove obsolete +build lines (#10704) 2022-06-14 11:47:27 +00:00
beacon_block.proto Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
beacon_chain.pb.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
beacon_chain.pb.gw.go Use go:build lines and remove obsolete +build lines (#10704) 2022-06-14 11:47:27 +00:00
beacon_chain.proto Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
beacon_state.pb.go Changes to SSZ handling (#10687) 2022-05-13 20:29:18 +00:00
beacon_state.pb.gw.go Use go:build lines and remove obsolete +build lines (#10704) 2022-06-14 11:47:27 +00:00
beacon_state.proto Changes to SSZ handling (#10687) 2022-05-13 20:29:18 +00:00
BUILD.bazel Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
events.pb.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
events.pb.gw.go Use go:build lines and remove obsolete +build lines (#10704) 2022-06-14 11:47:27 +00:00
events.proto Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
generated.ssz.go Validator client: add submit registration (#10785) 2022-06-01 01:53:25 +00:00
node.pb.go Add is_optimistic to SyncDetails, hydrate via ValidateSync (#10692) 2022-06-14 17:47:09 +00:00
node.pb.gw.go Use go:build lines and remove obsolete +build lines (#10704) 2022-06-14 11:47:27 +00:00
node.proto Add is_optimistic to SyncDetails, hydrate via ValidateSync (#10692) 2022-06-14 17:47:09 +00:00
README.md Checkin Generated Protobufs and Proto Files for EthereumAPIs (#8973) 2021-06-02 20:20:11 +00:00
validator.pb.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
validator.pb.gw.go Use go:build lines and remove obsolete +build lines (#10704) 2022-06-14 11:47:27 +00:00
validator.proto Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00

gRPC Gateway

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