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

[SPEC ONLY] Add mempool pruning AC #1678

Open
davidsiska-vega opened this issue Apr 21, 2023 · 1 comment · May be fixed by #1702
Open

[SPEC ONLY] Add mempool pruning AC #1678

davidsiska-vega opened this issue Apr 21, 2023 · 1 comment · May be fixed by #1702

Comments

@davidsiska-vega
Copy link
Contributor

@ze97286 "A system test is required that is sending 10k transactions attached to an old block, then 10 transactions are sent on a recent block - if the first 10k transactions were not pruned, the mempool will be full and the following 10 txs will fail. The test can verify that the first 10k are rejected on checktx, and that the following 10 tx pass and that the len of uncofirmed_txs in the mempool is near zero at the end of the test".

@gordsport
Copy link
Contributor

@Vegaklaus - please can you add an AC to the spam PoW spec to provide a scenario for testing that transactions are not pruned incorrectly from the mempool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants