mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 12:57:18 +00:00
5d65ace970
* checkpoint changes * Update beacon-chain/rpc/validator/status.go Co-authored-by: Potuz <potuz@potuz.net> * Update beacon-chain/rpc/validator/status.go Co-authored-by: Potuz <potuz@potuz.net> * add in client side tests * add ordering * add all new test cases * gate feature * handle edge case * add one more test case * fatal error * zahoor's review * Update validator/client/validator.go Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com> * Update validator/client/validator.go Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com> * doppelganger not doppleganger * preston's review * add in comment * change comment * Fix e2e to only run new flags on the current version * Fix bug where zero byte public keys were always sent in the request when attestation history existed. Still some tests to fix due to another bug in attester protection AttestationHistoryForPubKey. * go mod tidy, gazelle * Increase test size * fix timeout, change size back to small Co-authored-by: Potuz <potuz@potuz.net> Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com> |
||
---|---|---|
.. | ||
attestation.pb.go | ||
attestation.pb.gw.go | ||
attestation.proto | ||
beacon_block.pb.go | ||
beacon_block.pb.gw.go | ||
beacon_block.proto | ||
beacon_chain.pb.go | ||
beacon_chain.pb.gw.go | ||
beacon_chain.proto | ||
BUILD.bazel | ||
generated.ssz.go | ||
node.pb.go | ||
node.pb.gw.go | ||
node.proto | ||
README.md | ||
swagger_description.md | ||
swagger.proto | ||
swagger.swagger.json | ||
validator.pb.go | ||
validator.pb.gw.go | ||
validator.proto |
gRPC Gateway
This package is contains generated files for applications that wish to use eth/v1alpha as a gRPC gateway.