Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keymanager APIs: fee recipient api #10850

Merged
merged 82 commits into from
Jun 16, 2022
Merged

Conversation

james-prysm
Copy link
Contributor

@james-prysm james-prysm commented Jun 8, 2022

What type of PR is this?

Feature

related to #10292
What does this PR do? Why is it needed?

This PR adds the get, post, and delete APIs as specified by the keymanager APIs. This will allow users to update a fee recipient for a given validator public key. This api activated in prysm via the --web command and works similar to other keymanager APIs.

note: the fee recipient is updated in the validator client but will update on the beacon chain/builder only during the set intervals ( when the validator client turns on, when a validator key becomes active, or at the beginning of an epoch)

@james-prysm james-prysm self-assigned this Jun 8, 2022
@james-prysm james-prysm requested review from rkapka and rauljordan June 15, 2022 22:35
validator/rpc/standard_api.go Outdated Show resolved Hide resolved
validator/rpc/standard_api.go Outdated Show resolved Hide resolved
@rkapka rkapka dismissed a stale review via 19439f8 June 16, 2022 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants