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

[Macro] - Persistence Mempool #83

Open
shenkeyao opened this issue Aug 22, 2024 · 0 comments
Open

[Macro] - Persistence Mempool #83

shenkeyao opened this issue Aug 22, 2024 · 0 comments
Assignees

Comments

@shenkeyao
Copy link
Member

shenkeyao commented Aug 22, 2024

[Pating from Zulip discussion: https://espresso.zulipchat.com/#narrow/stream/419378-Block-Builder/topic/Persistence.20mempool/near/464430135.]

Instead of (or in addition to) keeping the list of transactions in memory, we should keep them in a database, so if the builder restarts for any reason we don't lose transactions. The property we want is that any transaction successfully submitted to the builder (submit endpoint returns 200) will eventually be included in a block.

@dailinsubjam dailinsubjam self-assigned this Oct 14, 2024
@shenkeyao shenkeyao changed the title Support persistence mempool [Macro] - Persistence Mempool Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants