Skip to content

feat(app): remove concept of prioritized txs#2959

Open
arajasek wants to merge 1 commit intomainfrom
asr/drop-prioritize-txs
Open

feat(app): remove concept of prioritized txs#2959
arajasek wants to merge 1 commit intomainfrom
asr/drop-prioritize-txs

Conversation

@arajasek
Copy link
Contributor

Describe your changes and provide context

This PR drops the concept of "prioritized" transactions, which are txs that are peeled out of the block to be executed first. All transactions are now executed in order.

The only prioritized transactions today are oracle txs. This is one step towards the deprecation of the oracle.

Testing performed to validate your change

@github-actions
Copy link

github-actions bot commented Feb 23, 2026

The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedFeb 23, 2026, 2:10 PM

@github-actions
Copy link

The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedFeb 23, 2026, 2:07 PM

@arajasek arajasek force-pushed the asr/drop-prioritize-txs branch from 610f1e0 to 5d6504c Compare February 23, 2026 14:09
@codecov
Copy link

codecov bot commented Feb 23, 2026

Codecov Report

❌ Patch coverage is 45.00000% with 11 lines in your changes missing coverage. Please review.
✅ Project coverage is 52.00%. Comparing base (80b9aae) to head (5d6504c).

Files with missing lines Patch % Lines
app/app.go 45.00% 11 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #2959       +/-   ##
===========================================
- Coverage   57.83%   52.00%    -5.84%     
===========================================
  Files        2110       20     -2090     
  Lines      174123     3690   -170433     
===========================================
- Hits       100710     1919    -98791     
+ Misses      64451     1597    -62854     
+ Partials     8962      174     -8788     
Flag Coverage Δ
sei-chain 49.67% <45.00%> (-8.14%) ⬇️
sei-db 68.49% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
app/app.go 56.61% <45.00%> (-15.77%) ⬇️

... and 2093 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants