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
Right now, new block event for mempool is notified in EndBlocker. But in end blocker, the current block is not finalized, so then mempool try to query the latest block, it only gets the last block, so the mempool state is almost one block behind with the latest block.
Possible solutions: subscribe the new block event from cometbft?