Skip to content

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

Merged
arajasek merged 1 commit intomainfrom
asr/drop-prioritize-txs
Mar 2, 2026
Merged

feat(app): remove concept of prioritized txs#2959
arajasek merged 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✅ passedMar 2, 2026, 4:04 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 58.21%. Comparing base (b6685c1) to head (b5aebd0).
⚠️ Report is 1 commits behind head on main.

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   58.30%   58.21%   -0.10%     
==========================================
  Files        2108     2112       +4     
  Lines      173688   173501     -187     
==========================================
- Hits       101275   101002     -273     
- Misses      63392    63492     +100     
+ Partials     9021     9007      -14     
Flag Coverage Δ
sei-chain-pr 49.05% <45.00%> (?)
sei-db 70.41% <ø> (ø)

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

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

... and 59 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.

@arajasek arajasek force-pushed the asr/drop-prioritize-txs branch from 5d6504c to ac05571 Compare March 2, 2026 15:29
@arajasek arajasek enabled auto-merge (squash) March 2, 2026 15:30
@arajasek arajasek force-pushed the asr/drop-prioritize-txs branch from ac05571 to b5aebd0 Compare March 2, 2026 16:03
@arajasek arajasek merged commit 4b0e13e into main Mar 2, 2026
35 checks passed
@arajasek arajasek deleted the asr/drop-prioritize-txs branch March 2, 2026 16:18
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.

3 participants