prysm-pulse/validator/keymanager/derived
Sammy Rosso a15e0797e4
Support non english mnemonics for wallet creation (#11543)
* add option to log rejected gossip message

* add bip39 supported mnemonic languages

* Revert "add option to log rejected gossip message"

This reverts commit 9a3d4486f6c8a623d9eb6b3af1a5a89aa62ecf2f.

* Add mnemonic language flag

* Update go.mod

* Simplify language mapping

* Add test for setBip39Lang

* Update go.mod

* Improve language matching

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>

* Run gazelle + fix maligned struct

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2022-10-26 21:04:00 +00:00
..
BUILD.bazel Support non english mnemonics for wallet creation (#11543) 2022-10-26 21:04:00 +00:00
eip_test.go Support non english mnemonics for wallet creation (#11543) 2022-10-26 21:04:00 +00:00
keymanager_test.go Support non english mnemonics for wallet creation (#11543) 2022-10-26 21:04:00 +00:00
keymanager.go Support non english mnemonics for wallet creation (#11543) 2022-10-26 21:04:00 +00:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
mnemonic_test.go Support non english mnemonics for wallet creation (#11543) 2022-10-26 21:04:00 +00:00
mnemonic.go Support non english mnemonics for wallet creation (#11543) 2022-10-26 21:04:00 +00:00