prysm-pulse/validator/client
james-prysm 27b4e32e1c
HTTP Validator API: /eth/v1/keystores (#13113)
* WIP

* fixing tests

* fixing bazel

* fixing api client

* fixing tests

* fixing more tests and bazel

* fixing trace and more bazel issues

* fixing router path function definitions

* fixing more tests and deep source issues

* adding delete test

* if a route is provided, reregister before the catch all on the middleware.

* fixing linting

* fixing deepsource complaint

* gaz

* more deepsource issues

* fixing missed err check

* changing how routes are registered

* radek reviews

* Update validator/rpc/handlers_keymanager.go

Co-authored-by: Sammy Rosso <15244892+saolyn@users.noreply.github.com>

* Update validator/rpc/handlers_keymanager.go

Co-authored-by: Sammy Rosso <15244892+saolyn@users.noreply.github.com>

* fixing unit test after sammy's review

* adding radek's comments

---------

Co-authored-by: Sammy Rosso <15244892+saolyn@users.noreply.github.com>
2023-10-31 16:33:54 +00:00
..
beacon-api Fix block proposals in the REST validator client (#13116) 2023-10-30 18:15:45 +00:00
beacon-chain-client-factory integrate validator count endpoint in validator client (#12912) 2023-10-11 15:23:02 +02:00
grpc-api Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
iface Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
node-client-factory Add REST API stubs for beacon chain, node and slasher clients (#12094) 2023-03-20 16:32:32 +00:00
testutil Registration Cache used by default and other UX changes for Proposer settings (#12456) 2023-06-29 02:49:21 +00:00
validator-client-factory Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
aggregate_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
aggregate.go Enable whitespace linter & fix findings (#12273) 2023-04-18 18:58:27 +00:00
attest_protect_test.go Remove remote slashing protection feature (#12989) 2023-10-04 04:15:06 +00:00
attest_protect.go Remove remote slashing protection feature (#12989) 2023-10-04 04:15:06 +00:00
attest_test.go Keymanager mock cleanup (#12341) 2023-04-27 05:25:17 +00:00
attest.go Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
blob_test.go Add Blind Blob Sidecar Signing in Validator Client (#12922) 2023-09-19 00:36:42 +00:00
blob.go Add Blind Blob Sidecar Signing in Validator Client (#12922) 2023-09-19 00:36:42 +00:00
BUILD.bazel HTTP Validator API: /eth/v1/keystores (#13113) 2023-10-31 16:33:54 +00:00
key_reload_test.go Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
key_reload.go Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
log.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
metrics_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
metrics.go Fix reported effective balance for unknown/pending validators (#12693) 2023-08-07 09:19:02 -05:00
multiple_endpoints_grpc_resolver.go feat: add builder override (#12601) 2023-08-31 08:41:57 -05:00
propose_protect_test.go Remove remote slashing protection feature (#12989) 2023-10-04 04:15:06 +00:00
propose_protect.go Remove remote slashing protection feature (#12989) 2023-10-04 04:15:06 +00:00
propose_test.go Fix block proposals in the REST validator client (#13116) 2023-10-30 18:15:45 +00:00
propose.go Fix block proposals in the REST validator client (#13116) 2023-10-30 18:15:45 +00:00
registration_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
registration.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
runner_test.go Increase validator client startup proposer settings deadline (#12533) 2023-06-30 21:37:39 +00:00
runner.go Remove no-op cancel func (#13069) 2023-10-30 14:43:25 +00:00
service_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
service.go integrate validator count endpoint in validator client (#12912) 2023-10-11 15:23:02 +02:00
slashing_protection_interchange_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
sync_committee_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
sync_committee.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
validator_test.go HTTP Validator API: /eth/v1/keystores (#13113) 2023-10-31 16:33:54 +00:00
validator.go integrate validator count endpoint in validator client (#12912) 2023-10-11 15:23:02 +02:00
wait_for_activation_test.go Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
wait_for_activation.go Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00