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

feat(mempool): mempool transaction limits, saving to db and continue block prod from pending block #372

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

Conversation

cchudant
Copy link
Member

@cchudant cchudant commented Oct 31, 2024

Pull Request type

  • Feature

Add limits to the mempool:

  • transaction age
  • max number of transactions in the mempool
  • additional limit of declare transactions in the mempool

fixes #373

@cchudant
Copy link
Member Author

cchudant commented Nov 5, 2024

Added:

@cchudant cchudant changed the title feat(mempool): mempool transaction limits feat(mempool): mempool transaction limits, saving to db and continue block prod from pending block Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

bug: pending txs should be stored in graceful shutdown
1 participant