prysm-pulse/validator/rpc
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
..
apimiddleware Expose structs from API Middleware (#11547) 2022-10-07 15:45:26 +00:00
accounts_test.go Return error when using unsupported mnemonic language (#11805) 2023-01-26 23:44:38 +00:00
accounts.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
auth_token_test.go Replace deprecated jwt.StandardClaims with jwt.RegisteredClaims. (#11230) 2022-08-17 04:10:11 +00:00
auth_token.go Replace deprecated jwt.StandardClaims with jwt.RegisteredClaims. (#11230) 2022-08-17 04:10:11 +00:00
beacon_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
beacon.go Add customizable endpoints for the validator's REST API (#11633) 2022-11-11 17:33:48 +00:00
BUILD.bazel Add customizable endpoints for the validator's REST API (#11633) 2022-11-11 17:33:48 +00:00
health_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
health.go Wallet Create CLI manager integration (#11331) 2022-09-02 14:56:47 +00:00
intercepter_test.go Replace deprecated jwt.StandardClaims with jwt.RegisteredClaims. (#11230) 2022-08-17 04:10:11 +00:00
intercepter.go Enforce log.WithError(err) static analysis and fix all violations (#11163) 2022-08-05 10:52:02 +00:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
server_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
server.go Add customizable endpoints for the validator's REST API (#11633) 2022-11-11 17:33:48 +00:00
slashing_test.go Wallet Create CLI manager integration (#11331) 2022-09-02 14:56:47 +00:00
slashing.go Update go to 1.19.3 (#11630) 2022-11-18 19:12:19 +00:00
standard_api_test.go Return error when using unsupported mnemonic language (#11805) 2023-01-26 23:44:38 +00:00
standard_api.go Keymanager API: fix fee recipient API and add persistence (#11540) 2022-10-04 17:05:46 +00:00
wallet_test.go Wallet Create CLI manager integration (#11331) 2022-09-02 14:56:47 +00:00
wallet.go Wallet Create CLI manager integration (#11331) 2022-09-02 14:56:47 +00:00