prysm-pulse/proto/eth/service
james-prysm 2377d6d6ea
Register validator beacon api (#11225)
* adding in beacon API request Object

* fixed proto generation

* fixing protos

* adding new API logic and fixing linting

* adding work in progress unit test for validator registrations

* fixing unit test

* fixing linting

* fixing function name to match interface

* changing emptypb to empty.Empty

* fixing import complaint

* removing unused import

* fixing import

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

Co-authored-by: terencechain <terence@prysmaticlabs.com>

* adding emptypb.Empty back in

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

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

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

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

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

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

* adding validator registration API to apimiddleware

* fixing import

* fixing import format

* fixing protos

* fixing goimports

* removing duplicate import

* fixing proto

* fixing error message in test

Co-authored-by: terencechain <terence@prysmaticlabs.com>
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
2022-08-17 11:41:51 +00:00
..
beacon_chain_service.pb.go Protobuf cleanup (#11096) 2022-08-17 01:35:27 +00:00
beacon_chain_service.pb.gw.go Protobuf cleanup (#11096) 2022-08-17 01:35:27 +00:00
beacon_chain_service.proto Protobuf cleanup (#11096) 2022-08-17 01:35:27 +00:00
beacon_debug_service.pb.go Protobuf cleanup (#11096) 2022-08-17 01:35:27 +00:00
beacon_debug_service.pb.gw.go Protobuf cleanup (#11096) 2022-08-17 01:35:27 +00:00
beacon_debug_service.proto Protobuf cleanup (#11096) 2022-08-17 01:35:27 +00:00
BUILD.bazel Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
events_service.pb.go Fix Proto Generation Scripts and Regen Protos With V3 Bindings (#11227) 2022-08-16 19:52:24 +00:00
events_service.pb.gw.go Fix Proto Generation Scripts and Regen Protos With V3 Bindings (#11227) 2022-08-16 19:52:24 +00:00
events_service.proto Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
key_management.pb.go Fix Proto Generation Scripts and Regen Protos With V3 Bindings (#11227) 2022-08-16 19:52:24 +00:00
key_management.pb.gw.go Fix Proto Generation Scripts and Regen Protos With V3 Bindings (#11227) 2022-08-16 19:52:24 +00:00
key_management.proto Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
node_service.pb.go Fix Proto Generation Scripts and Regen Protos With V3 Bindings (#11227) 2022-08-16 19:52:24 +00:00
node_service.pb.gw.go Fix Proto Generation Scripts and Regen Protos With V3 Bindings (#11227) 2022-08-16 19:52:24 +00:00
node_service.proto Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
validator_service.pb.go Register validator beacon api (#11225) 2022-08-17 11:41:51 +00:00
validator_service.pb.gw.go Register validator beacon api (#11225) 2022-08-17 11:41:51 +00:00
validator_service.proto Register validator beacon api (#11225) 2022-08-17 11:41:51 +00:00