prysm-pulse/validator/db/kv
Raul Jordan f4a6864343
Prepare Validator Client for Web Usage (#7158)
* prepare validator for web usage
* wallet exists func in rpc server
* only initialize wallet if feed exists and wallet also exists
* enabling web via a feed
* wallet creation works but needs to be able to recover from mnemonic via api
* ensure logic works
* Merge branch 'master' into validator-web
* fix up tests
* test file
* wallet rpc tests
* add all tests to create wallet
* Merge branch 'master' into validator-web
* imports
* Merge branch 'validator-web' of github.com:prysmaticlabs/prysm into validator-web
* Merge refs/heads/master into validator-web
* Merge refs/heads/master into validator-web
2020-09-03 15:11:17 +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 Add Authentication Functions to Validator RPC (#6968) 2020-08-13 20:27:42 +00:00
db_test.go Applies assertion funcs to validator tests (#6694) 2020-07-23 01:13:52 +00:00
db.go Prepare Validator Client for Web Usage (#7158) 2020-09-03 15:11:17 +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
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 Add Authentication Functions to Validator RPC (#6968) 2020-08-13 20:27:42 +00:00
web_api_test.go Add Authentication Functions to Validator RPC (#6968) 2020-08-13 20:27:42 +00:00
web_api.go Add Authentication Functions to Validator RPC (#6968) 2020-08-13 20:27:42 +00:00