prysm-pulse/validator/client
terencechain 95c140b512
Validator client: add submit registration (#10785)
* Add client registration methods

* Mocken

* Run mockgen

* Fix bad tests

* Fix rest of the tests

* Tests

* Fix time tests

Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2022-06-01 01:53:25 +00:00
..
iface Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
testutil Clean up various warnings (#10710) 2022-05-19 04:38:04 +00:00
aggregate_test.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
aggregate.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
attest_protect_test.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
attest_protect.go Use fieldparams for BLS public key (#10042) 2022-01-06 17:33:08 +00:00
attest_test.go Move Consensus Type Wrappers Into Consensus Types Package (#10598) 2022-05-02 15:43:40 +00:00
attest.go add mutex for validator.highestValidSlot (#10722) 2022-05-28 00:44:06 +00:00
BUILD.bazel Validator client: add submit registration (#10785) 2022-06-01 01:53:25 +00:00
key_reload_test.go Use fieldparams for BLS public key (#10042) 2022-01-06 17:33:08 +00:00
key_reload.go Use fieldparams for BLS public key (#10042) 2022-01-06 17:33:08 +00:00
log_test.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
log.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
metrics_test.go Clean up various warnings (#10710) 2022-05-19 04:38:04 +00:00
metrics.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
multiple_endpoints_grpc_resolver.go Update Libp2p to v0.15.1 (#9960) 2021-12-01 18:09:34 +00:00
propose_protect_test.go Rename Block Package in Consensus-Types to Interfaces (#10605) 2022-05-02 14:32:37 -04:00
propose_protect.go Rename Block Package in Consensus-Types to Interfaces (#10605) 2022-05-02 14:32:37 -04:00
propose_test.go Validator client: add submit registration (#10785) 2022-06-01 01:53:25 +00:00
propose.go Rename Block Package in Consensus-Types to Interfaces (#10605) 2022-05-02 14:32:37 -04:00
registration_test.go Validator client: add submit registration (#10785) 2022-06-01 01:53:25 +00:00
registration.go Validator client: add submit registration (#10785) 2022-06-01 01:53:25 +00:00
runner_test.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
runner.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
service_test.go Service constructors and Start() - better separation of concerns (#10532) 2022-04-16 02:45:35 +00:00
service.go Clean up various warnings (#10710) 2022-05-19 04:38:04 +00:00
slashing_protection_interchange_test.go Move Consensus Type Wrappers Into Consensus Types Package (#10598) 2022-05-02 15:43:40 +00:00
sync_committee_test.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
sync_committee.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
validator_test.go Run mockgen (#10775) 2022-05-31 09:43:01 -07:00
validator.go add mutex for validator.highestValidSlot (#10722) 2022-05-28 00:44:06 +00:00
wait_for_activation_test.go Run mockgen (#10775) 2022-05-31 09:43:01 -07:00
wait_for_activation.go Fee Recipient : ux log fixes and prevent validator from calling beacon node if flags are not provided. (#10406) 2022-03-22 13:13:59 -05:00