prysm-pulse/validator/accounts
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
..
iface Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
petnames Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
testdata/fuzz/FuzzValidateMnemonic Fix Mnemonic Validation (#10354) 2022-03-14 07:30:11 +08:00
testing Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
userprompt Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
wallet Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
accounts_backup.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
accounts_delete.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
accounts_exit_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
accounts_exit.go Add support for building a Beacon API validator client versus a gRPC one (#11612) 2022-11-07 11:29:27 +01:00
accounts_helper.go Flag to exit validators without confirmation prompt (#11588) 2022-10-27 17:24:41 +02:00
accounts_import_test.go Wallet Create CLI manager integration (#11331) 2022-09-02 14:56:47 +00:00
accounts_import.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
accounts_list_test.go Return error when using unsupported mnemonic language (#11805) 2023-01-26 23:44:38 +00:00
accounts_list.go Add support for building a Beacon API validator client versus a gRPC one (#11612) 2022-11-07 11:29:27 +01:00
accounts.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
BUILD.bazel Add customizable endpoints for the validator's REST API (#11633) 2022-11-11 17:33:48 +00:00
cli_manager.go Return error when using unsupported mnemonic language (#11805) 2023-01-26 23:44:38 +00:00
cli_options.go Add customizable endpoints for the validator's REST API (#11633) 2022-11-11 17:33:48 +00:00
doc.go Reduce Usage of Eth2 Terminology in Prysm (#9104) 2021-06-26 19:00:33 +00:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
wallet_create.go Support non english mnemonics for wallet creation (#11543) 2022-10-26 21:04:00 +00:00
wallet_edit.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
wallet_recover_fuzz_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
wallet_recover_test.go Wallet recover CLI Manager migration (#11278) 2022-08-24 16:57:03 +00:00
wallet_recover.go Support non english mnemonics for wallet creation (#11543) 2022-10-26 21:04:00 +00:00