prysm-pulse/validator/client
Sammy Rosso 9136d30121
Return error when using unsupported mnemonic language (#11805)
* Return error when using unsupported mnemonic language

* Fix failing tests

* More test fixes

* Add MnemonicLanguage to CreateWalletRequest

* Add MnemonicLanguage to remaining tests

* Add language to error

* Add missing (.)

* Set default language + fix renumbered fields

* Replace hardcoded language with default var

* default set

* gaz

* fix proto field setting

* fix up

* Remove WithMnemonicLanguage from tests

* Remove WithMnemonicLanguage from tests

* Fix conflicting information failure

* Gazelle + remove hardcoded english values

* fix

* Fix tests

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2023-01-26 23:44:38 +00:00
..
beacon-api Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
grpc-api Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
iface Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
testutil Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
validator-client-factory Onboard validator's Beacon REST API usage to e2e tests (#11704) 2022-12-08 14:38:56 +00:00
aggregate_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
aggregate.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
attest_protect_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
attest_protect.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
attest_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
attest.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
BUILD.bazel add custom headers to DomainData requests (#11767) 2023-01-10 00:20:45 +00:00
key_reload_test.go Fix a bunch of deepsource warnings (#11814) 2022-12-22 09:20:10 +00:00
key_reload.go Improve validator set change event readability and error handling (#11797) 2022-12-19 22:12:09 +01:00
log.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
metrics_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
metrics.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
multiple_endpoints_grpc_resolver.go add server name to address (#11556) 2022-10-17 10:59:17 -04:00
propose_protect_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
propose_protect.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
propose_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
propose.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
registration_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
registration.go Add support for building a Beacon API validator client versus a gRPC one (#11612) 2022-11-07 11:29:27 +01:00
runner_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
runner.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
service_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
service.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
slashing_protection_interchange_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
sync_committee_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
sync_committee.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
validator_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
validator.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
wait_for_activation_test.go Return error when using unsupported mnemonic language (#11805) 2023-01-26 23:44:38 +00:00
wait_for_activation.go Add expected waiting time to pending validator log (#11213) 2022-08-16 18:05:56 +00:00