--suggested-fee-recipient
for validator not overriding beacon's address in Prysm v5.0.3
#14179
Labels
--suggested-fee-recipient
for validator not overriding beacon's address in Prysm v5.0.3
#14179
Describe the bug
Our beacon client sets
--suggested-fee-recipient
to address 1, while our validator client sets it to address 2. However, when our validator (1058425) proposed a block in slot 9430590, the fee recipient was address 1 instead of address 2.According to the documentation, when both the beacon and validator clients have different fee recipient addresses set using this flag, the validator's address should override the beacon's address. However, in my case, the beacon's address is occasionally taking precedence over the validator's address.
I compiled the logs of the beacon and validator around proposed.
Please let us know if you need additional details or logs to debug this issue.
validator logs
beacon logs
Has this worked before in a previous version?
🔬 Minimal Reproduction
Steps to Reproduce:
Set up the beacon client with --suggested-fee-recipient pointing to fee address 1.
Set up the validator client with --suggested-fee-recipient pointing to fee address 2.
Run both clients and observe the fee recipient address in use.
Expected Behavior:
The fee recipient address set for the validator (fee address 2) should consistently override the beacon's address (fee address 1).
Actual Behavior:
The fee recipient address set for the beacon (fee address 1) is intermittently being used instead of the validator's address.
beacon script
validator script
Error
No response
Platform(s)
Linux (x86)
What version of Prysm are you running? (Which release)
v5.0.3
Anything else relevant (validator index / public key)?
Validator: https://beaconcha.in/validator/1058425
Proposed slot: https://beaconcha.in/slot/9430590
The text was updated successfully, but these errors were encountered: