Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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: add tx status in mempool #1287
feat: add tx status in mempool #1287
Changes from 9 commits
473937e
33355a0
d4a86e3
cd28593
aff84b8
4039a56
51f2e96
6fb9af9
2f38c2b
edbcdae
652f814
2cede15
125ef6f
37c8cd1
90f482c
5cdd6e0
94a4d3d
26bbd60
7708045
4b8918d
2a07da9
e8e634b
e91c8f1
9bcd19b
c370030
1cbb37d
a22978d
33e8bf3
709e6d3
39f1deb
2384c48
58929bb
840b61d
d21e084
486888e
8a5bbae
e4c9839
5ae87e9
6ac1205
4e09a6c
cc8c178
7437fd9
c6f3e9a
bc74ef3
64eb498
bbcb66a
a75c6d5
14d09b0
8e3c51d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[question] why does this implementation not support transaction eviction?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
evicted txs are valid transactions that were evicted because of size/ttl reasons for example when mempool is full. afaik Clist mempool on the other hand directly rejects transactions if the cache is full rather than evicting them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is also no TTL on the v0 mempool
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.