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
Currently, there is no way for a user to set a specific fee-recipient address per configured validator. There will need to be a way for users, especially ones with multiple validators, to specifically set a custom address per validator configured.
The beacon-apis have an endpoint: ethereum/beacon-APIs#178 to accept the fee-recipient of all the known validators to the BN.
Describe the solution you'd like
Teku and Lighthouse both have their own implementations merged already. We should determine which method is the better approach considering complexity and user experience, then implement into our own BN & VC.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Reference Teku implementation: Consensys/teku#4894
Reference Lighthouse implementation: sigp/lighthouse#2924
Currently, there is no way for a user to set a specific fee-recipient address per configured validator. There will need to be a way for users, especially ones with multiple validators, to specifically set a custom address per validator configured.
The beacon-apis have an endpoint: ethereum/beacon-APIs#178 to accept the fee-recipient of all the known validators to the BN.
Describe the solution you'd like
Teku and Lighthouse both have their own implementations merged already. We should determine which method is the better approach considering complexity and user experience, then implement into our own BN & VC.
The text was updated successfully, but these errors were encountered: