Implementing and calling prepare_beacon_proposer and providing suggestedFeeRecipient
to the BN
#3693
Labels
spec-bellatrix 🐼
Issues targeting the merge spec version.
Beacon node needs to provide suggestedFeeRecipient which could be a validator specific field. Since timing preparePayload could be an independent operation from produceBlock api call by the validator, the BN needs to be aware.
How this can be achieved is in a bit of flux with the debate over if its Beacon/Validator driven. A
prepare_beacon_proposer endpoint
has been suggested for the same.. However some issues/race conditions have come up(ethereum/beacon-APIs#187)Track and discuss how to best implement this in lodestar.
The text was updated successfully, but these errors were encountered: