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
Describe the feature
For persistent mempools (DB/Redis backed) the node will need to backfill from the event listener to remove any UOs from the persistent pool that have already been mined. This should be a simple extension to the event listener to provide a pull method from a range of blocks and return an aggregated set of block events (with UO events).
Additional context
This doesn't apply to ephemeral mempools, like the P2P mempool or the closed-beta mempool.
The text was updated successfully, but these errors were encountered:
dancoombs
changed the title
op_pool: Backfill from event listener for persistent mempools.
pool: Backfill from event listener for persistent mempools.
Apr 29, 2023
Describe the feature
For persistent mempools (DB/Redis backed) the node will need to backfill from the event listener to remove any UOs from the persistent pool that have already been mined. This should be a simple extension to the event listener to provide a pull method from a range of blocks and return an aggregated set of block events (with UO events).
Additional context
This doesn't apply to ephemeral mempools, like the P2P mempool or the closed-beta mempool.
The text was updated successfully, but these errors were encountered: