Implement standalone transaction prioritizer#2320
Merged
Conversation
aa0e4b8 to
eb764db
Compare
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (31.69%) is below the target coverage (70.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #2320 +/- ##
===========================================
- Coverage 46.72% 36.70% -10.03%
===========================================
Files 408 1166 +758
Lines 39574 104522 +64948
===========================================
+ Hits 18491 38362 +19871
- Misses 19796 62908 +43112
- Partials 1287 3252 +1965
🚀 New features to boost your workflow:
|
yzang2019
reviewed
Aug 27, 2025
sei-will
approved these changes
Aug 27, 2025
yzang2019
approved these changes
Aug 27, 2025
Extract the logic of transaction prioritisation from various Ante handlers for both EVM and cosmos transactions into a side effect free lightweight API exposed via ABCI interface.
Wile at it, fix minor typo and improve logging.
Refactor the preprocessor to optionally accept an already unpacked tx data.
3878ac7 to
2dad465
Compare
Collaborator
Author
|
Marking this as draft until sei-cosmos mono repo move (and probably tendermint move) lands. |
# Conflicts: # go.mod # go.sum
yzang2019
approved these changes
Oct 1, 2025
sei-will
approved these changes
Oct 1, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Extract the logic of transaction prioritisation from various Ante handlers for both EVM and cosmos transactions into a side effect free lightweight API exposed via ABCI interface.
Relates to:
GetTxPriorityHintand mempool backpressure via priority drops sei-tendermint#301IntegrateRepo archived, and changes are ported to this PR.GetTxPriorityABCI interface sei-cosmos#598