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
Namada validators should have accounts on Ethereum
Write a VP to check validator eth keys are in storage
Write RPC method to query validator set update proofs
Write relayer code to submit validator set update to Eth
In case a valset upd proof is not automatically constructed within the course of an epoch, it might be nice to build a tool to create a proof offline (low prio)
These tasks are currently not top priority, but ultimately required in the future:
Add the submission of validator set updates to PrepareProposal for the first block proposer of a new epoch
Events from Ethereum registering a successful validator set update should reimburse the block proposer during FinalizeBlock from the treasury
It is still to be decided how to do the following:
retry strategies if a validator set update fails
gas oracles for Ethereum
the reimbursement amount and strategy
The text was updated successfully, but these errors were encountered:
These tasks are currently not top priority, but ultimately required in the future:
PrepareProposal
for the first block proposer of a new epochFinalizeBlock
from the treasuryIt is still to be decided how to do the following:
The text was updated successfully, but these errors were encountered: