You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Platform details (OS, architecture): running nimbus as multiservice with docker.
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.
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:
Additional context
Running nimbus in dappnode. See https://github.com/dappnode/DAppNodePackage-nimbus-generic
The text was updated successfully, but these errors were encountered: