prysm-pulse/validator/accounts
james-prysm 8310d22a05
Validator Registration: use cached signatures if certain properties don't change. (#11014)
* initial commit

* fixing variable rename

* fixing unit test

* adding based on review comments

* renaming cache

* simplifying logic on signed validator registrationRequest

* adding unit tests

* fixing linting

* using wrong dependency
2022-07-12 04:19:49 +00:00
..
iface Massive code cleanup (#10913) 2022-06-27 13:34:38 +00:00
petnames Refactor validator accounts delete to remove cli context dependency (#10686) 2022-05-17 23:13:36 +00:00
testdata/fuzz/FuzzValidateMnemonic Fix Mnemonic Validation (#10354) 2022-03-14 07:30:11 +08:00
testing Validator Registration: use cached signatures if certain properties don't change. (#11014) 2022-07-12 04:19:49 +00:00
userprompt Group Slashing Protection History Packages Idiomatically (#9873) 2021-11-09 16:49:28 +00:00
wallet Massive code cleanup (#10913) 2022-06-27 13:34:38 +00:00
accounts_backup.go Clean up misc warnings (#10900) 2022-06-21 15:26:56 +00:00
accounts_delete.go Clean up various warnings (#10710) 2022-05-19 04:38:04 +00:00
accounts_exit_test.go Refactor validator accounts exit to remove cli context dependency (#10841) 2022-06-13 15:17:46 +00:00
accounts_exit.go Refactor validator accounts exit to remove cli context dependency (#10841) 2022-06-13 15:17:46 +00:00
accounts_helper.go Refactor validator accounts exit to remove cli context dependency (#10841) 2022-06-13 15:17:46 +00:00
accounts_import_test.go Massive code cleanup (#10913) 2022-06-27 13:34:38 +00:00
accounts_import.go Clean up misc warnings (#10900) 2022-06-21 15:26:56 +00:00
accounts_list_test.go Massive code cleanup (#10913) 2022-06-27 13:34:38 +00:00
accounts_list.go Refactor validator accounts list to remove cli context dependency (#10554) 2022-04-28 14:46:46 +00:00
accounts.go Cleanup of Keymanager Deleter interface (#10415) 2022-03-30 16:52:54 -05:00
BUILD.bazel Clean up misc warnings (#10900) 2022-06-21 15:26:56 +00:00
cli_manager.go Refactor validator accounts import to remove cli context dependency (#10890) 2022-06-16 14:14:03 +00:00
cli_options.go Massive code cleanup (#10913) 2022-06-27 13:34:38 +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_test.go Refactor validator accounts import to remove cli context dependency (#10890) 2022-06-16 14:14:03 +00:00
wallet_create.go Massive code cleanup (#10913) 2022-06-27 13:34:38 +00:00
wallet_edit_test.go Massive code cleanup (#10913) 2022-06-27 13:34:38 +00:00
wallet_edit.go Migrating Keymanager account list functionality into each type (#10382) 2022-03-22 03:04:09 +00:00
wallet_recover_fuzz_test.go Use go:build lines and remove obsolete +build lines (#10704) 2022-06-14 11:47:27 +00:00
wallet_recover_test.go Replace ioutil with io and os (#10541) 2022-04-18 20:42:07 +00:00
wallet_recover.go Replace ioutil with io and os (#10541) 2022-04-18 20:42:07 +00:00