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
txpool api
:remove_invalid
call improved #6661base: master
Are you sure you want to change the base?
txpool api
:remove_invalid
call improved #6661Changes from 44 commits
04af09b
bf2dd1f
8c8e033
18ceac8
deb5c98
018f9d4
4aa24d3
9fe88a6
54ae11c
a6882eb
8d3dffe
70fd186
d3a1a7b
4246dac
c203d72
edb1257
f778176
a72b3f9
c411bb4
7b461bf
8765d2c
e8ccd44
6cca272
3b17a16
4f767e5
6ba133e
46fa1fd
2221d7a
0244ba0
037e016
5d0283e
caca2e1
b86ef05
595c554
7471cc6
61d7730
c88d58b
8af640f
0fad26c
ccdb853
1b09887
f1a1650
7ed1c82
4aa9bf0
2db11e5
f97ec19
bac9d89
7ef96d0
7081c59
686a427
4200ccc
5bb5f8a
af464fa
1f7280e
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.
We could also keep old function
remove_invalid
and add new one, with no optional error/block parameters. Really no strong opinion here.Maybe triggering invalid event in case of removal the transaction via RPC call is (maybe) undesirable - so maybe we should have pure remove function (which would trigger
Dropped
, IMO it makes more sense). Any thoughts? (This could also be done as follow-up).