prysm-pulse/beacon-chain/forkchoice/protoarray
Raul Jordan 9d08ba49de
Accounts Revamp Fixes: "Overall" Wallet Improvements (#6736)
* change default wallet dir path to not be hidden

* gaz + pass wallet dir

* gaz + move const to flags

* move to flags

* move to flags

* use filepath join in order to create a valid dir name

* add wallet dir

* return err no wallet found issues

* fix up edit remote

* all tests passing

* fix test

* create or open wallet

* ivan feedback

* enter password for account with pubkey

* Update validator/accounts/v2/accounts_create.go

Co-authored-by: Ivan Martinez <ivanthegreatdev@gmail.com>

* works

* preston feedback

* nothing to export

* fmt

* test for create or open

* gaz

Co-authored-by: shayzluf <thezluf@gmail.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: Ivan Martinez <ivanthegreatdev@gmail.com>
2020-07-28 20:20:13 -05:00
..
BUILD.bazel Faster ancestor root look up via fork choice store (#6753) 2020-07-28 22:29:34 +00:00
doc.go All Beacon Node Package-Level Godocs (#5677) 2020-04-29 12:40:33 -05:00
errors.go Part 8 of proto array fork choice - prune (#4642) 2020-01-24 15:51:11 +00:00
ffg_update_test.go Applies assertion funcs to forkchoice tests (#6685) 2020-07-22 21:11:03 +00:00
helpers_test.go Applies assertion funcs to forkchoice tests (#6685) 2020-07-22 21:11:03 +00:00
helpers.go Best practice feedback - part 1 (#6385) 2020-06-24 21:09:47 +00:00
metrics.go Integrate proto array forkchoice to run time (#4649) 2020-01-25 14:22:25 -06:00
no_vote_test.go Applies assertion funcs to forkchoice tests (#6685) 2020-07-22 21:11:03 +00:00
nodes_test.go Accounts Revamp Fixes: "Overall" Wallet Improvements (#6736) 2020-07-28 20:20:13 -05:00
nodes.go Best practice feedback - part 1 (#6385) 2020-06-24 21:09:47 +00:00
store.go Faster ancestor root look up via fork choice store (#6753) 2020-07-28 22:29:34 +00:00
types.go Best practice feedback - part 1 (#6385) 2020-06-24 21:09:47 +00:00
vote_test.go Applies assertion funcs to forkchoice tests (#6685) 2020-07-22 21:11:03 +00:00