prysm-pulse/validator/rpc
james-prysm d0c740f477
Registration Cache used by default and other UX changes for Proposer settings (#12456)
* WIP

* WIP

* adding in migration function

* updating mock validator and gaz

* adding descriptive logs

* fixing mocking

* fixing tests

* fixing mock

* adding changes to handle enable builder settings

* fixing tests and edge case

* reduce cognative complexity of function

* further reducing cognative complexity on function

* WIP

* fixing unit test on migration

* adding more tests

* gaz and fix unit test

* fixing deepsource issues

* fixing more deesource issues missed previously

* removing unused reciever name

* WIP fix to migration logic

* fixing loging info

* reverting migration logic, converting logic to address issues discussed on slack, adding unit tests

* adding test for builder setting only not saved to db

* addressing comment

* fixing flag

* removing accidently missed deprecated flags

* rolling back mock on pr

* fixing fmt linting

* updating comments based on feedback

* Update config/features/flags.go

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

* fixing based on feedback on PR

* Update config/validator/service/proposer_settings.go

Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com>

* Update validator/client/runner.go

Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com>

* Update validator/db/kv/proposer_settings.go

Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com>

* adding additional logs to clear up some steps based on feedback

* fixing log

* deepsource

* adding comments based on review feedback

---------

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: Sammy Rosso <15244892+saolyn@users.noreply.github.com>
Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com>
2023-06-29 02:49:21 +00:00
..
apimiddleware Keymanager API: Add validator voluntary exit endpoint (#12299) 2023-06-21 14:06:16 -05:00
accounts_test.go Keymanager API: Add validator voluntary exit endpoint (#12299) 2023-06-21 14:06:16 -05:00
accounts.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
auth_token_test.go Fix numerous spelling error and typos in the log messages, comments, and documentation. (#12385) 2023-05-11 20:45:43 +00:00
auth_token.go Fix numerous spelling error and typos in the log messages, comments, and documentation. (#12385) 2023-05-11 20:45:43 +00:00
beacon_test.go Add REST API stubs for beacon chain, node and slasher clients (#12094) 2023-03-20 16:32:32 +00:00
beacon.go Enable nilerr linter & fix findings (#12270) 2023-04-18 20:53:16 +00:00
BUILD.bazel Keymanager API: Add validator voluntary exit endpoint (#12299) 2023-06-21 14:06:16 -05:00
health_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
health.go Enable nilerr linter & fix findings (#12270) 2023-04-18 20:53:16 +00:00
intercepter_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
intercepter.go Enforce log.WithError(err) static analysis and fix all violations (#11163) 2022-08-05 10:52:02 +00:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
server_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
server.go Add REST API stubs for beacon chain, node and slasher clients (#12094) 2023-03-20 16:32:32 +00:00
slashing_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
slashing.go Enable whitespace linter & fix findings (#12273) 2023-04-18 18:58:27 +00:00
standard_api_test.go Registration Cache used by default and other UX changes for Proposer settings (#12456) 2023-06-29 02:49:21 +00:00
standard_api.go Registration Cache used by default and other UX changes for Proposer settings (#12456) 2023-06-29 02:49:21 +00:00
wallet_test.go Reopenning fix for keystore field name change to align with EIP2335 (#12530) 2023-06-14 15:48:30 -05:00
wallet.go Reopenning fix for keystore field name change to align with EIP2335 (#12530) 2023-06-14 15:48:30 -05:00