Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pool: Backfill from event listener for persistent mempools. #114

Closed
dancoombs opened this issue Apr 4, 2023 · 1 comment
Closed

pool: Backfill from event listener for persistent mempools. #114

dancoombs opened this issue Apr 4, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@dancoombs
Copy link
Collaborator

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.

@dancoombs dancoombs added enhancement New feature or request needs-triage Issue needs triage and removed needs-triage Issue needs triage labels Apr 4, 2023
@dancoombs dancoombs added this to the 0.1.0-beta milestone Apr 4, 2023
@dancoombs dancoombs changed the title op_pool: Backfill from event listener for persistent mempools. pool: Backfill from event listener for persistent mempools. Apr 29, 2023
@dancoombs dancoombs modified the milestones: 0.1.0-beta, 0.1.0 May 1, 2023
@dancoombs dancoombs removed this from the 0.1.0-beta milestone Jul 10, 2023
@dancoombs dancoombs added this to the 0.1.0 milestone Jul 19, 2023
@dancoombs
Copy link
Collaborator Author

Closed by #276

@dancoombs dancoombs self-assigned this Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants