prysm-pulse/validator/keymanager/remote-web3signer
james-prysm d28ae62d02
Web3signer keymanager: key manager implementation (#10016)
* initial commit for work on web3signer-keymanager

* WIP key manager client

* adding in more valid unit tests

* refactoring some of my code to work better with current implementations

* adding comments, some error situations and fixing unit tests

* updating go.mod

* gaz

* addressing sandbox errors on test

* fixing more sand box debug items

* missed yet another error case on my test

* reverting go.mod

* addressing comments

* missed removal of unit test

* removing some deepsource issues

* adjusting based on review comments

* addressing comments

* adding the missed types

* changing public keys to only pull once

* fixing commented code format

* gaz

* Update validator/keymanager/remote-web3signer/keymanager.go

updating comments

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>

* Update validator/keymanager/remote-web3signer/keymanager.go

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>

* Update validator/keymanager/remote-web3signer/keymanager.go

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>

* Update validator/keymanager/remote-web3signer/keymanager.go

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>

* Update validator/keymanager/remote-web3signer/keymanager.go

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>

* Update validator/keymanager/remote-web3signer/keymanager.go

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>

* Update validator/keymanager/remote-web3signer/client.go

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>

* fixing conflicts

* addressing comments

* fixing deepsource issues

* more deep source issue fix

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2022-01-05 14:32:46 -06:00
..
BUILD.bazel Web3signer keymanager: key manager implementation (#10016) 2022-01-05 14:32:46 -06:00
client_test.go Web3signer keymanager: key manager implementation (#10016) 2022-01-05 14:32:46 -06:00
client.go Web3signer keymanager: key manager implementation (#10016) 2022-01-05 14:32:46 -06:00
keymanager_test.go Web3signer keymanager: key manager implementation (#10016) 2022-01-05 14:32:46 -06:00
keymanager.go Web3signer keymanager: key manager implementation (#10016) 2022-01-05 14:32:46 -06:00
log.go Web3signer: Add an HTTP Client Wrapper to Interact with Remote Server (#9991) 2021-12-09 09:33:53 -06:00