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
Depends on a checkpoint being marked as resolved in #311
Implement ProposalInterpreter::prepare (added in consensus-shipyard/fendermint#185) by fetching resolved checkpoints from the pool and adding them to the block proposal as ChainMessage::Ipc(IpcMessage::BottomUpExec(_)).
Do not remove them from the pool as there is no guarantee that the proposal will go through.
The text was updated successfully, but these errors were encountered:
Depends on a checkpoint being marked as resolved in #311
Implement
ProposalInterpreter::prepare
(added in consensus-shipyard/fendermint#185) by fetching resolved checkpoints from the pool and adding them to the block proposal asChainMessage::Ipc(IpcMessage::BottomUpExec(_))
.Do not remove them from the pool as there is no guarantee that the proposal will go through.
The text was updated successfully, but these errors were encountered: