Skip to content

feat: Giga RPC node (OCC execution)#2768

Merged
arajasek merged 2 commits intomainfrom
asr/rpc-giga-occ
Feb 5, 2026
Merged

feat: Giga RPC node (OCC execution)#2768
arajasek merged 2 commits intomainfrom
asr/rpc-giga-occ

Conversation

@arajasek
Copy link
Contributor

@arajasek arajasek commented Jan 26, 2026

This is a followup to #2708 adding support for OCC mode to Giga RPC nodes. The logic is:

  • Make a list of EVM txs and non-EVM txs
  • Run EVM txs in parallel
    • If they fail due to interop, throw away all your work and just use the v2 logic for ALL txs
  • Run non-EVM txs in parallel

@github-actions
Copy link

github-actions bot commented Jan 26, 2026

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

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedFeb 5, 2026, 2:03 PM

@codecov
Copy link

codecov bot commented Jan 26, 2026

Codecov Report

❌ Patch coverage is 52.94118% with 40 lines in your changes missing coverage. Please review.
✅ Project coverage is 56.66%. Comparing base (ec9e52e) to head (e1160e5).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
app/app.go 56.96% 28 Missing and 6 partials ⚠️
utils/metrics/metrics_util.go 0.00% 6 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2768      +/-   ##
==========================================
+ Coverage   46.94%   56.66%   +9.72%     
==========================================
  Files        1965     2031      +66     
  Lines      160525   165929    +5404     
==========================================
+ Hits        75352    94028   +18676     
+ Misses      78643    63670   -14973     
- Partials     6530     8231    +1701     
Flag Coverage Δ
sei-chain 41.51% <52.94%> (+<0.01%) ⬆️
sei-cosmos 48.12% <ø> (+<0.01%) ⬆️
sei-db 68.72% <ø> (ø)
sei-tendermint 58.09% <ø> (?)

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

Files with missing lines Coverage Δ
giga/executor/utils/errors.go 0.00% <ø> (ø)
utils/metrics/metrics_util.go 70.47% <0.00%> (-1.60%) ⬇️
app/app.go 66.14% <56.96%> (-5.11%) ⬇️

... and 316 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/rpc-giga branch 4 times, most recently from a23d40f to 1329116 Compare January 27, 2026 16:19
Base automatically changed from asr/rpc-giga to main January 27, 2026 16:51
@arajasek arajasek marked this pull request as ready for review January 30, 2026 20:30
@arajasek arajasek changed the title [WIP] feat: Giga RPC node (OCC execution) feat: Giga RPC node (OCC execution) Jan 30, 2026
@arajasek arajasek force-pushed the asr/rpc-giga-occ branch 7 times, most recently from be0c1cc to b3bf8c0 Compare February 4, 2026 01:03
app/app.go Outdated
evmCtx.GigaMultiStore().WriteGiga()
}

nonevmScheduler := tasks.NewScheduler(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: should we call this v2Scheduler since it may still process evm txs?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sounds good, thank you

@arajasek arajasek merged commit bcfab9b into main Feb 5, 2026
45 of 46 checks passed
@arajasek arajasek deleted the asr/rpc-giga-occ branch February 5, 2026 14:41
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