Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remote Key Manager API(web3signer) (#10302)
* removing flag requirement, can run web3signer without predefined public keys * placeholders for remote-keymanager-api * adding proto and accountschangedfeed * updating generated code * fix imports * fixing interface * adding work in progress apimiddleware code * started implementing functions for remote keymanager api * fixing generted code from proto * fixing protos * fixing import format * fixing proto generation again , didn't fix the first time * fixing imports again * continuing on implementing functions * implementing add function * implementing delete API function * handling errors for API * removing unusedcode and fixing format * fixing bazel * wip enable --web when running web3signer * fixing wallet check for web3signer * fixing apis * adding list remote keys unit test * import remote keys test * delete pubkeys tests * moving location of tests * adding unit tests * adding placeholder functions * adding more unit tests * fixing bazel * fixing build * fixing already slice issue with unit test * fixing linting * Update validator/client/validator.go Co-authored-by: Raul Jordan <[email protected]> * Update validator/keymanager/types.go Co-authored-by: Raul Jordan <[email protected]> * Update validator/node/node.go Co-authored-by: Raul Jordan <[email protected]> * Update validator/keymanager/types.go Co-authored-by: Raul Jordan <[email protected]> * Update validator/client/validator.go Co-authored-by: Raul Jordan <[email protected]> * adding comment on proto based on review * Update validator/keymanager/remote-web3signer/keymanager.go Co-authored-by: Radosław Kapka <[email protected]> * Update validator/keymanager/remote-web3signer/keymanager.go Co-authored-by: Radosław Kapka <[email protected]> * Update validator/rpc/standard_api.go Co-authored-by: Radosław Kapka <[email protected]> * Update validator/rpc/standard_api.go Co-authored-by: Radosław Kapka <[email protected]> * Update validator/rpc/standard_api.go Co-authored-by: Radosław Kapka <[email protected]> * Update validator/rpc/standard_api.go Co-authored-by: Radosław Kapka <[email protected]> * adding generated code based on review * updating based on feedback * fixing imports * fixing formatting * Update validator/rpc/standard_api.go Co-authored-by: Radosław Kapka <[email protected]> * fixing event call * fixing dependency * updating bazel * Update validator/rpc/standard_api.go Co-authored-by: Radosław Kapka <[email protected]> * Update validator/rpc/standard_api.go Co-authored-by: Radosław Kapka <[email protected]> * Update validator/rpc/standard_api.go Co-authored-by: Radosław Kapka <[email protected]> * Update validator/rpc/standard_api.go Co-authored-by: Radosław Kapka <[email protected]> * addressing comment from review Co-authored-by: Raul Jordan <[email protected]> Co-authored-by: Radosław Kapka <[email protected]>
- Loading branch information