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
Post merge, Eth-Stakers would like to earn rewards ( via gas fees) on particular transactions when proposing ( currently only earning rewards from the protocol itself and not on gas fees). This requires stakers to provide an eth1 account ( the fee recipient) to the validator client either as a catch-all ( all validators default to a particular eth1 account) or unique for each validator key.
Flow
config -> validator client -> beacon node sets the configuration in cache
validator client get block -> beacon node get block with fee recipient -> execution client
🦄 Feature Tracking
part of #10242
Current status (opt-in or opt-out):
Opt-in feature flag name:
Opt-out feature flag name:
Feature Description
Post merge, Eth-Stakers would like to earn rewards ( via gas fees) on particular transactions when proposing ( currently only earning rewards from the protocol itself and not on gas fees). This requires stakers to provide an eth1 account ( the fee recipient) to the validator client either as a catch-all ( all validators default to a particular eth1 account) or unique for each validator key.
Flow
config -> validator client -> beacon node sets the configuration in cache
validator client get block -> beacon node get block with fee recipient -> execution client
config json structure based on teku implementation
proposer_config is optional
default_config is mandatory
fee_recipient is mandatory in each config
Tasks
fee-recipient-config-file
flag for fee recipient to provide config file location from validator client clifee-recipient-config-url
flg for fee recipient to provide config file via url( api call) from validator client clisuggested-fee-recipient
to set default fee recipient from validator client clisuggested-fee-recipient
to set default fee recipient from beacon node cliThis issue should be closed after all of the above tasks are complete.
The text was updated successfully, but these errors were encountered: