prysm-pulse/validator/client
james-prysm 20e99fd1f9
Improvement to Fee Recipient UX (#11307)
* updating mock

* adding new internal api

* adding generated code

* converting validator index to pubkey

* adding new API endpoint

* fixing mock related new API

* fixing unit tests

* preventing failure on startup, replacing with warnings

* improving log message

* changing warn log to error log

* fixing error formatting

* improve log on beacon node side on startup

* fixing deepsource issue

* improving logs

* fixing unit tests

* fixing more tests

* adding error check

* adding in new case for fee recipient to avoid conflicts on changing beacon node suggested fee recipient

* adding default fee recipient check for gas limit as well

* adding improved unit tests

* accidently checked in tmp folder

* adding more unit tests

* fixing gas limit unit test

* Update validator/rpc/standard_api_test.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update validator/rpc/standard_api_test.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update validator/rpc/standard_api_test.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update beacon-chain/node/config.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update beacon-chain/node/config.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update proto/prysm/v1alpha1/validator.proto

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update validator/rpc/standard_api.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update validator/client/runner.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* addressing comments

* updating proto generated files

* fixing linting and addressign review comments

* fixing unit test

* improve error handling

* accidently added tmp folder

* improving function error returns

* realizing i am wrapping error incorrectly

* fixing unit test

* addressing review comment

* fixing linting

* fixing unit test

* improving ux around enable builder

Co-authored-by: Radosław Kapka <rkapka@wp.pl>
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2022-09-22 11:35:35 -05:00
..
iface Improvement to Fee Recipient UX (#11307) 2022-09-22 11:35:35 -05:00
testutil Improvement to Fee Recipient UX (#11307) 2022-09-22 11:35:35 -05:00
aggregate_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
aggregate.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
attest_protect_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
attest_protect.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
attest_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
attest.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
BUILD.bazel Improvement to Fee Recipient UX (#11307) 2022-09-22 11:35:35 -05:00
key_reload_test.go Add expected waiting time to pending validator log (#11213) 2022-08-16 18:05:56 +00:00
key_reload.go Add expected waiting time to pending validator log (#11213) 2022-08-16 18:05:56 +00:00
log.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
metrics_test.go Remove inclusion distance & slots (#11265) 2022-08-18 16:31:22 -07:00
metrics.go Remove inclusion distance & slots (#11265) 2022-08-18 16:31:22 -07:00
multiple_endpoints_grpc_resolver.go Update Libp2p to v0.15.1 (#9960) 2021-12-01 18:09:34 +00:00
propose_protect_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
propose_protect.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
propose_test.go Fixed size arrays in block interfaces and structs (#11375) 2022-09-06 14:30:16 +00:00
propose.go Fixed size arrays in block interfaces and structs (#11375) 2022-09-06 14:30:16 +00:00
registration_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
registration.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
runner_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
runner.go Improvement to Fee Recipient UX (#11307) 2022-09-22 11:35:35 -05:00
service_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
service.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
slashing_protection_interchange_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
sync_committee_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
sync_committee.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
validator_test.go Improvement to Fee Recipient UX (#11307) 2022-09-22 11:35:35 -05:00
validator.go Improvement to Fee Recipient UX (#11307) 2022-09-22 11:35:35 -05:00
wait_for_activation_test.go Add expected waiting time to pending validator log (#11213) 2022-08-16 18:05:56 +00:00
wait_for_activation.go Add expected waiting time to pending validator log (#11213) 2022-08-16 18:05:56 +00:00