prysm-pulse/validator/db/kv
Raul Jordan ba440abe2d
Store Hashed Password to Wallet Path (#7295)
* store wallet pass on creation
* store wallet hash
* save hash to wallet dir
* initialize wallet hash
* gaz
* imports spacing
* remove mentions of hashed pass from db schema
* simplify the wallet hash code
* comment removal
* Merge branch 'master' into fix-password-override
* pass tests
* test fix
* Merge branch 'fix-password-override' of github.com:prysmaticlabs/prysm into fix-password-override
* remove extraneous printfs
* tests passing
* require auth for create wallet
* gaz
* fix signup logic
* Merge refs/heads/master into fix-password-override
* Merge refs/heads/master into fix-password-override
* Merge refs/heads/master into fix-password-override
* Merge refs/heads/master into fix-password-override
* Merge branch 'master' into fix-password-override
2020-09-22 14:49:07 +00:00
..
attestation_history_test.go Apply testutils assertions: final cleanup (#7003) 2020-08-25 15:23:06 +00:00
attestation_history.go Handle empty local slashing protection data (#6877) 2020-08-05 01:03:40 +00:00
BUILD.bazel Store Hashed Password to Wallet Path (#7295) 2020-09-22 14:49:07 +00:00
db_test.go Applies assertion funcs to validator tests (#6694) 2020-07-23 01:13:52 +00:00
db.go Store Hashed Password to Wallet Path (#7295) 2020-09-22 14:49:07 +00:00
manage_test.go Apply testutils assertions: final cleanup (#7003) 2020-08-25 15:23:06 +00:00
manage.go Audit best practice feedback - validator DB test folder (#6426) 2020-06-26 21:37:43 -05:00
new_proposal_history_test.go Local protection proposal schema update (#7197) 2020-09-14 01:55:33 +00:00
new_proposal_history.go Local protection proposal schema update (#7197) 2020-09-14 01:55:33 +00:00
proposal_history_test.go Applies assertion funcs to validator tests (#6694) 2020-07-23 01:13:52 +00:00
proposal_history.go Begin Dynamic Rescan of Validating Keys (#6963) 2020-08-31 23:38:20 +00:00
schema.go Store Hashed Password to Wallet Path (#7295) 2020-09-22 14:49:07 +00:00