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

POST /eth/v1/validator/{pubkey}/feerecipient of an existing remotekey requires beacon-chain restart to register in the relay #6901

Open
pablomendezroyo opened this issue Feb 6, 2025 · 2 comments

Comments

@pablomendezroyo
Copy link

pablomendezroyo commented Feb 6, 2025

Describe the bug

After successfully POST feerecipient through validator keymanager API, it seems like the beacon-chain service (BN) does not register this new FeeRecipient to MEVBoost/relays. When querying the relay the validator registration data, the old FR is still there

Expected behaviour

Nimbus beacon-chain registers the new fee recipient in the relay.

To Reproduce
Steps to reproduce the behavior:

  1. Platform details (OS, architecture): running nimbus as multiservice with docker.
  2. Branch/commit used: nimbus version 25.1.0
  3. Commands being executed: POST fee recipient endpoint. See https://ethereum.github.io/keymanager-APIs/#/Fee%20Recipient
  4. Relevant log lines:

Additional context
Running nimbus in dappnode. See https://github.com/dappnode/DAppNodePackage-nimbus-generic

@pablomendezroyo
Copy link
Author

It might be related to #5983 . But still facing the same issue

@tersec
Copy link
Contributor

tersec commented Feb 6, 2025

Related to #6412 -- i.e. the issue here is likely that it's the VC, not the BN, which knows about this, since the in-BN version of this should be fixed already.

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

No branches or pull requests

2 participants