prysm-pulse/validator/keymanager/v2/direct
Raul Jordan 86b2bd5edd
Implement Accounts-V2 Backup for Direct Keymanager (#6936)
* progress on export feature
* Merge branch 'master' into impl-export
* rename func
* imports
* confs
* export single works
* impl export
* Merge branch 'master' into impl-export
* cleanup exports code
* rename to backup
* rename to backup
* Merge branch 'master' into impl-export
* full test for backup
* Merge branch 'impl-export' of github.com:prysmaticlabs/prysm into impl-export
* gazelle fix
* terence feedback
* merge confs
* Merge branch 'master' into impl-export
* refactor into single select accounts function
* gaz
* Merge refs/heads/master into impl-export
* victor's feedback
* validate yes or no
* confs
* close the zip file in defer
* Merge refs/heads/master into impl-export
* Merge refs/heads/master into impl-export
2020-08-11 23:15:06 +00:00
..
backup_test.go Implement Accounts-V2 Backup for Direct Keymanager (#6936) 2020-08-11 23:15:06 +00:00
backup.go Implement Accounts-V2 Backup for Direct Keymanager (#6936) 2020-08-11 23:15:06 +00:00
BUILD.bazel Implement Accounts-V2 Backup for Direct Keymanager (#6936) 2020-08-11 23:15:06 +00:00
direct_test.go Accounts-V2: Add command to delete accounts (#6941) 2020-08-11 03:54:37 +00:00
direct.go Implement Accounts-V2 Backup for Direct Keymanager (#6936) 2020-08-11 23:15:06 +00:00
doc.go Implement Accounts-V2 Backup for Direct Keymanager (#6936) 2020-08-11 23:15:06 +00:00
import_test.go Allow Importing One-Off, Private Keys Into Accounts-v2 (#6929) 2020-08-11 16:32:05 +00:00
import.go Allow Importing One-Off, Private Keys Into Accounts-v2 (#6929) 2020-08-11 16:32:05 +00:00