prysm-pulse/validator/rpc
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
..
gateway Implement Create and List Accounts Validator RPC (#7172) 2020-09-04 00:58:36 +00:00
accounts_test.go Store Hashed Password to Wallet Path (#7295) 2020-09-22 14:49:07 +00:00
accounts.go Implement Create and List Accounts Validator RPC (#7172) 2020-09-04 00:58:36 +00:00
auth_test.go Store Hashed Password to Wallet Path (#7295) 2020-09-22 14:49:07 +00:00
auth.go Store Hashed Password to Wallet Path (#7295) 2020-09-22 14:49:07 +00:00
BUILD.bazel Store Hashed Password to Wallet Path (#7295) 2020-09-22 14:49:07 +00:00
health_test.go Fix Small Issue in Validator RPC Health Endpoint (#7195) 2020-09-08 22:35:31 +00:00
health.go Fix Small Issue in Validator RPC Health Endpoint (#7195) 2020-09-08 22:35:31 +00:00
intercepter_test.go Add Node Connection Endpoint to Validator Client (#7171) 2020-09-03 23:25:56 +00:00
intercepter.go Store Hashed Password to Wallet Path (#7295) 2020-09-22 14:49:07 +00:00
server_test.go Add Authentication Functions to Validator RPC (#6968) 2020-08-13 20:27:42 +00:00
server.go Restructure Prysm Wallet V2 Package to Prevent Import Cycles (#7247) 2020-09-16 20:34:42 -05:00
wallet_test.go Store Hashed Password to Wallet Path (#7295) 2020-09-22 14:49:07 +00:00
wallet.go Store Hashed Password to Wallet Path (#7295) 2020-09-22 14:49:07 +00:00