prysm-pulse/validator/rpc
Raul Jordan 0961fef727
Implement Create and List Accounts Validator RPC (#7172)
* impl of accounts RPCs
* create and list accounts impls
* impl create account and list accounts
* tests pass
* imports
* fix test
2020-09-04 00:58:36 +00:00
..
gateway Implement Create and List Accounts Validator RPC (#7172) 2020-09-04 00:58:36 +00:00
accounts_test.go Implement Create and List Accounts Validator RPC (#7172) 2020-09-04 00:58:36 +00:00
accounts.go Implement Create and List Accounts Validator RPC (#7172) 2020-09-04 00:58:36 +00:00
auth_test.go Prepare Validator Client for Web Usage (#7158) 2020-09-03 15:11:17 +00:00
auth.go Implement Create and List Accounts Validator RPC (#7172) 2020-09-04 00:58:36 +00:00
BUILD.bazel Implement Create and List Accounts Validator RPC (#7172) 2020-09-04 00:58:36 +00:00
health_test.go Add Node Connection Endpoint to Validator Client (#7171) 2020-09-03 23:25:56 +00:00
health.go Add Node Connection Endpoint to Validator Client (#7171) 2020-09-03 23:25:56 +00:00
intercepter_test.go Add Node Connection Endpoint to Validator Client (#7171) 2020-09-03 23:25:56 +00:00
intercepter.go Add Node Connection Endpoint to Validator Client (#7171) 2020-09-03 23:25:56 +00:00
server_test.go Add Authentication Functions to Validator RPC (#6968) 2020-08-13 20:27:42 +00:00
server.go Implement Create and List Accounts Validator RPC (#7172) 2020-09-04 00:58:36 +00:00
wallet_test.go Prepare Validator Client for Web Usage (#7158) 2020-09-03 15:11:17 +00:00
wallet.go Prepare Validator Client for Web Usage (#7158) 2020-09-03 15:11:17 +00:00