nimbus-eth2 icon indicating copy to clipboard operation
nimbus-eth2 copied to clipboard

Changing fee recipient with KeyManager API does not trigger mev-boost relayer update without a restart

Open nanexcool opened this issue 11 months ago • 1 comments

Describe the bug Changing a validator's fee recipient address using the KeyManager API does not trigger an update with mev-boost relayers until the Nimbus client is restarted.

To Reproduce Steps to reproduce the behavior:

  1. Change fee recipient via KeyManager POST call
  2. Confirm change via KeyManager GET call
  3. Wait a couple of epochs and check relayers data for the validator
  4. No change

Additional context Smoothing Pools like Dappnode Smooth or Smoothly check that the validators have the correct fee recipient configured via mev-boost relayer lists. These for now (at least the fee recipient) are only updated when the Nimbus client is restarted.

nanexcool avatar Feb 27 '24 17:02 nanexcool

I experienced this bug as well

stonp89 avatar Mar 22 '24 16:03 stonp89

https://github.com/status-im/nimbus-eth2/pull/6412

tersec avatar Jul 04 '24 18:07 tersec