flashbots / mev-boost-relay

MEV-Boost Relay for Ethereum proposer/builder separation (PBS)
https://boost-relay.flashbots.net
GNU Affero General Public License v3.0
421 stars 119 forks source link

Fee recipient address change is not being reflected on the relay #629

Open victorfrancax1 opened 5 months ago

victorfrancax1 commented 5 months ago

Describe the bug We're encountering an issue on both Holesky and Mainnet where, after updating the fee recipient address of a validator via the VC, the change sometimes doesn't appear on the relay. We're using the Relay Data API to verify if the address has been updated.

Steps to reproduce

Expected behavior We expect the change to the fee recipient address to be reflected on the relay as soon as the next batch of registrations happens (we're using Lighthouse, so that happens every epoch).

Which version are you using: We're using Lighthouse v5.1.0 for the VC and BN. Relays are https://boost-relay-holesky.flashbots.net/ and https://boost-relay.flashbots.net/

Additional context The issue seems to be very similar to the one described in this PR https://github.com/flashbots/mev-boost-relay/pull/167