prysm-pulse/validator/accounts/v2
Preston Van Loon 7cc32c4dda
Various code inspection resolutions (#7438)
* remove unused code

* remove defer use in loop

* Remove unused methods and constants

* gofmt and gaz

* nilness check

* remove unused args

* Add TODO for refactoring subscribeWithBase to remove unused arg. It seems too involved to include in this sweeping PR. https://github.com/prysmaticlabs/prysm/issues/7437

* replace empty slice declaration

* Remove unnecessary type conversions

* remove redundant type declaration

* rename receivers to be consistent

* Remove bootnode query tool. It is now obsolete by discv5

* Remove relay node. It is no longer used or supported

* Revert "Remove relay node. It is no longer used or supported"

This reverts commit 4bd7717334dad85ef4766ed9bc4da711fb5fa810.

* Delete unused test directory

* Delete unsupported gcp startup script

* Delete old k8s script

* build fixes

* fix build

* go mod tidy

* revert slasher/db/kv/block_header.go

* fix build

* remove redundant nil check

* combine func args

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: Victor Farazdagi <simple.square@gmail.com>
2020-10-12 08:11:05 +00:00
..
iface Fix issue with direct wallet's password being overwritten by incorrect password during import. (#7212) 2020-09-15 09:52:07 -05:00
prompt Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
testing Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
wallet Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
accounts_backup_test.go Resolve Web UI Beta Testing Bugs (#7471) 2020-10-10 02:07:28 +00:00
accounts_backup.go Fix accounts-v2 backup so that it can backup HD wallet accounts (#7284) 2020-09-21 10:50:05 +02:00
accounts_create_test.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
accounts_create.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
accounts_delete_test.go Resolve Web UI Beta Testing Bugs (#7471) 2020-10-10 02:07:28 +00:00
accounts_delete.go Restructure Prysm Wallet V2 Package to Prevent Import Cycles (#7247) 2020-09-16 20:34:42 -05:00
accounts_exit_test.go Resolve Web UI Beta Testing Bugs (#7471) 2020-10-10 02:07:28 +00:00
accounts_exit.go Fix URL to voluntary exit documentation (#7361) 2020-09-27 22:12:28 +00:00
accounts_helper.go Account commands cleanup (#7065) 2020-08-20 19:14:03 +00:00
accounts_import_test.go Resolve Web UI Beta Testing Bugs (#7471) 2020-10-10 02:07:28 +00:00
accounts_import.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
accounts_list_test.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
accounts_list.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
BUILD.bazel Include Deposit Data JSON in Wallet Create RPC Response (#7444) 2020-10-07 02:15:54 +00:00
cmd_accounts.go Fix config file flags in subcommands (#7475) 2020-10-11 08:26:59 -07:00
cmd_wallet.go Add medalla flag (#7399) 2020-10-07 23:04:19 +00:00
doc.go Accounts V2: Resolve Remaining Keymanager Bugs (#6706) 2020-07-24 00:43:01 +00:00
wallet_create_test.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
wallet_create.go Introduce checks for existing wallets into two edge cases (#7349) 2020-09-30 16:13:37 +02:00
wallet_edit_test.go Restructure Prysm Wallet V2 Package to Prevent Import Cycles (#7247) 2020-09-16 20:34:42 -05:00
wallet_edit.go Restructure Prysm Wallet V2 Package to Prevent Import Cycles (#7247) 2020-09-16 20:34:42 -05:00
wallet_recover_test.go Introduce checks for existing wallets into two edge cases (#7349) 2020-09-30 16:13:37 +02:00
wallet_recover.go Include Deposit Data JSON in Wallet Create RPC Response (#7444) 2020-10-07 02:15:54 +00:00