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

chore(mempool): refactor mempool into separate abci/data structure types and provide hooks for different state execution #63

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

jsteenb2
Copy link

@jsteenb2 jsteenb2 commented Aug 9, 2022

this refactor is part of an effort to establish a narwhal mempool without having to boil the ocean. We maintain the vast majority of the guarantees we make in the mempool/abci relationship, while allowing us to change out the the underlying data structure (clist/prioirity/narwhal/etc).

@jsteenb2 jsteenb2 force-pushed the chore/mempool_narwhal branch 7 times, most recently from 0709b06 to f4a1f96 Compare August 11, 2022 16:24
@github-actions
Copy link

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the Stale label Aug 22, 2022
@github-actions github-actions bot closed this Aug 27, 2022
@jsteenb2 jsteenb2 reopened this Aug 27, 2022
@jsteenb2 jsteenb2 force-pushed the chore/mempool_narwhal branch 2 times, most recently from 4727e0b to 91916c5 Compare August 30, 2022 23:00
separation of concerns here gives the ability to reuse the abci specifics
and change the underlying pool/data structure to suit the needs of the
author.
this new type makes use of most of the new mempool.ABCI type, which provides
a standard public interaction between the mempool and the rest of the
monolith.
@jsteenb2 jsteenb2 force-pushed the chore/mempool_narwhal branch from 91916c5 to 66ac7a1 Compare September 2, 2022 20:55
@github-actions github-actions bot closed this Sep 7, 2022
@jsteenb2 jsteenb2 reopened this Sep 7, 2022
@github-actions github-actions bot closed this Sep 12, 2022
@jsteenb2 jsteenb2 reopened this Sep 12, 2022
@github-actions github-actions bot closed this Sep 17, 2022
@jsteenb2 jsteenb2 reopened this Sep 17, 2022
@jsteenb2 jsteenb2 removed the Stale label Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant