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
When a proposal is built, transactions should not be removed from the mempool as the proposal may not be accepted. Transactions should be removed only after the proposal is decided, during app commit phase.
We need to somehow keep track of how many transactions have been reaped and skip them in subsequent 'reap: loop iteration.
maybe add something like: