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

Mempool: evict expired transactions regardless of current mempool size #997

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pinheadmz
Copy link
Member

@pinheadmz pinheadmz commented Sep 14, 2020

Closes #996

Currently mempool expiry is set to 72 hours, but in Bitcoin Core it is 14 days. Any thoughts on that particular setting?

@codecov-commenter
Copy link

codecov-commenter commented Sep 14, 2020

Codecov Report

Merging #997 into master will increase coverage by 0.22%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #997      +/-   ##
==========================================
+ Coverage   62.46%   62.69%   +0.22%     
==========================================
  Files         156      156              
  Lines       26082    26080       -2     
==========================================
+ Hits        16293    16350      +57     
+ Misses       9789     9730      -59     
Impacted Files Coverage Δ
lib/mempool/mempool.js 72.00% <ø> (+6.58%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f1abba5...8274ee2. Read the comment docs.

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.

Should mempool evict old transactions even if mempool is not "full"?
2 participants