prysm-pulse/validator/accounts
james-prysm df8da80db8
Implement Fee Recipient: CLI flags and Calling Beacon API (#10312)
* send proposer data to config

* wip implementation with file and url based config import

* improving logic on get validator index

* fix function

* optimizing function for map and address bug

* fixing log

* update cache if it doesn't exist

* updating flags

* initial unit test scaffold

* fixing validator to call rpc call, removed temporary dependency

* adding the API calls for the runner

* fixing broken build

* fixing deepsource

* fixing interface

* fixing fatal

* fixing more deepsource issues

* adding test placeholders

* updating proposer config to add validation

* changing how if statement throws error

* removing unneeded validation, validating in a different way

* wip improving tests

* more unit test work

* fixing unit test

* fixing unit tests and edge cases

* adding unit tests and adjusting how the config is created

* fixing bazel builds

* fixing proto generation

* fixing imports

* fixing unit tests

* Update cmd/validator/flags/flags.go

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>

* updating flags based on comments, fixing unit tests

* fixing bazel

* removing unneeded function

* fixing unit tests

* refactors and unit test fixes based on comments

* fixing bazel build

* refactor the cache out fo the fee recipient function

* adding usecase for multiple fee recipient

* refactor burn name

* Update validator/client/validator.go

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>

* Update validator/client/validator.go

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>

* Update validator/client/validator.go

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>

* fixing bug with validator index based on code review

* edited flag descriptions to better communicate usage

* fixing manual reference to flag name

* fixing code review comments

* fixing linting

* Update validator/client/validator.go

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>

* addressing comments and renaming functions

* fixing linting

* Update cmd/validator/flags/flags.go

* Update cmd/validator/flags/flags.go

* Update cmd/validator/flags/flags.go

* improving comments

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2022-03-21 13:48:02 -05:00
..
iface Web3Signer: CLI implementation (#10056) 2022-01-31 10:44:17 -06:00
petnames Add static analysis for unsafe uint casting (#10318) 2022-03-11 09:34:30 +00:00
testdata/fuzz/FuzzValidateMnemonic Fix Mnemonic Validation (#10354) 2022-03-14 07:30:11 +08:00
testing Implement Fee Recipient: CLI flags and Calling Beacon API (#10312) 2022-03-21 13:48:02 -05:00
userprompt Group Slashing Protection History Packages Idiomatically (#9873) 2021-11-09 16:49:28 +00:00
wallet Fix Small Bug in Genesis Validators Root Validation Func (#10183) 2022-02-03 20:58:25 +00:00
accounts_backup_test.go Rename imported keymanager to local. (#10155) 2022-02-01 19:54:19 +00:00
accounts_backup.go Adding ExtractKeystores to the Keymanager interface (#10313) 2022-03-10 17:19:04 +00:00
accounts_delete_test.go Rename imported keymanager to local. (#10155) 2022-02-01 19:54:19 +00:00
accounts_delete.go Web3Signer: CLI implementation (#10056) 2022-01-31 10:44:17 -06:00
accounts_exit_test.go Rename imported keymanager to local. (#10155) 2022-02-01 19:54:19 +00:00
accounts_exit.go Web3Signer: CLI implementation (#10056) 2022-01-31 10:44:17 -06:00
accounts_helper.go Use fieldparams for BLS public key (#10042) 2022-01-06 17:33:08 +00:00
accounts_import_test.go Keymanager api alignment (#10176) 2022-02-08 13:13:36 -06:00
accounts_import.go Keymanager api alignment (#10176) 2022-02-08 13:13:36 -06:00
accounts_list_test.go Adding ExtractKeystores to the Keymanager interface (#10313) 2022-03-10 17:19:04 +00:00
accounts_list.go Rename imported keymanager to local. (#10155) 2022-02-01 19:54:19 +00:00
accounts.go Fix comments (#8802) 2021-04-23 12:06:05 +00:00
BUILD.bazel Fix Mnemonic Validation (#10354) 2022-03-14 07:30:11 +08: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 Keymanager-Kind: fix cli kind parsing and allow for backward compatability (#10211) 2022-02-09 14:40:52 -05:00
wallet_create.go Rename imported keymanager to local. (#10155) 2022-02-01 19:54:19 +00:00
wallet_edit_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
wallet_edit.go Rename imported keymanager to local. (#10155) 2022-02-01 19:54:19 +00:00
wallet_recover_fuzz_test.go Fix Mnemonic Validation (#10354) 2022-03-14 07:30:11 +08:00
wallet_recover_test.go Fix Mnemonic Validation (#10354) 2022-03-14 07:30:11 +08:00
wallet_recover.go Fix Mnemonic Validation (#10354) 2022-03-14 07:30:11 +08:00