prysm-pulse/validator/keymanager/local
james-prysm 790a09f9b1
Improve wait for activation (#13448)
* removing timeout on wait for activation, instead switched to an event driven approach

* fixing unit tests

* linting

* simplifying return

* adding sleep for the remaining slot to avoid cpu spikes

* removing ifstatement on log

* removing ifstatement on log

* improving switch statement

* removing the loop entirely

* fixing unit test

* fixing manu's reported issue with deletion of json file

* missed change around writefile at path

* gofmt

* fixing deepsource issue with reading file

* trying to clean file to avoid deepsource issue

* still getting error trying a different approach

* fixing stream loop

* fixing unit test

* Update validator/keymanager/local/keymanager.go

Co-authored-by: Manu NALEPA <enalepa@offchainlabs.com>

* fixing linting

---------

Co-authored-by: Manu NALEPA <enalepa@offchainlabs.com>
2024-01-16 17:04:54 +00:00
..
backup_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
backup.go Reopenning fix for keystore field name change to align with EIP2335 (#12530) 2023-06-14 15:48:30 -05:00
BUILD.bazel HTTP Validator API: /eth/v1/keystores (#13113) 2023-10-31 16:33:54 +00:00
delete_test.go HTTP Validator API: /eth/v1/keystores (#13113) 2023-10-31 16:33:54 +00:00
delete.go HTTP Validator API: /eth/v1/keystores (#13113) 2023-10-31 16:33:54 +00:00
doc.go Rename imported keymanager to local. (#10155) 2022-02-01 19:54:19 +00:00
errors.go Keymanager api alignment (#10176) 2022-02-08 13:13:36 -06:00
import_test.go HTTP Validator API: /eth/v1/keystores (#13113) 2023-10-31 16:33:54 +00:00
import.go HTTP Validator API: /eth/v1/keystores (#13113) 2023-10-31 16:33:54 +00:00
keymanager_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
keymanager.go Improve wait for activation (#13448) 2024-01-16 17:04:54 +00:00
log.go Rename imported keymanager to local. (#10155) 2022-02-01 19:54:19 +00:00
refresh_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
refresh.go Improve wait for activation (#13448) 2024-01-16 17:04:54 +00:00