prysm-pulse/validator/accounts
james-prysm 20e99fd1f9
Improvement to Fee Recipient UX (#11307)
* updating mock

* adding new internal api

* adding generated code

* converting validator index to pubkey

* adding new API endpoint

* fixing mock related new API

* fixing unit tests

* preventing failure on startup, replacing with warnings

* improving log message

* changing warn log to error log

* fixing error formatting

* improve log on beacon node side on startup

* fixing deepsource issue

* improving logs

* fixing unit tests

* fixing more tests

* adding error check

* adding in new case for fee recipient to avoid conflicts on changing beacon node suggested fee recipient

* adding default fee recipient check for gas limit as well

* adding improved unit tests

* accidently checked in tmp folder

* adding more unit tests

* fixing gas limit unit test

* Update validator/rpc/standard_api_test.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update validator/rpc/standard_api_test.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update validator/rpc/standard_api_test.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update beacon-chain/node/config.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update beacon-chain/node/config.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update proto/prysm/v1alpha1/validator.proto

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update validator/rpc/standard_api.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update validator/client/runner.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* addressing comments

* updating proto generated files

* fixing linting and addressign review comments

* fixing unit test

* improve error handling

* accidently added tmp folder

* improving function error returns

* realizing i am wrapping error incorrectly

* fixing unit test

* addressing review comment

* fixing linting

* fixing unit test

* improving ux around enable builder

Co-authored-by: Radosław Kapka <rkapka@wp.pl>
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2022-09-22 11:35:35 -05: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 Improvement to Fee Recipient UX (#11307) 2022-09-22 11:35:35 -05: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 V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
accounts_helper.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00: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 Wallet Create CLI manager integration (#11331) 2022-09-02 14:56:47 +00:00
accounts_list.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
accounts.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
BUILD.bazel Wallet Create CLI manager integration (#11331) 2022-09-02 14:56:47 +00:00
cli_manager.go Wallet Create CLI manager integration (#11331) 2022-09-02 14:56:47 +00:00
cli_options.go Wallet Create CLI manager integration (#11331) 2022-09-02 14:56:47 +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 clean up: godoc comments, redundant castings and more (#11428) 2022-09-12 14:03:20 +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 Wallet recover CLI Manager migration (#11278) 2022-08-24 16:57:03 +00:00