Skip to content

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 4, 2026, 1:04 AM

@codecov
Copy link

codecov bot commented Jan 26, 2026

Codecov Report

❌ Patch coverage is 53.48837% with 40 lines in your changes missing coverage. Please review.
✅ Project coverage is 56.62%. Comparing base (4d7369c) to head (b3bf8c0).

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   56.65%   56.62%   -0.03%     
==========================================
  Files        2031     2031              
  Lines      165854   165929      +75     
==========================================
- Hits        93959    93957       -2     
- Misses      63664    63745      +81     
+ Partials     8231     8227       -4     
Flag Coverage Δ
sei-chain 41.47% <53.48%> (-0.04%) ⬇️
sei-cosmos 48.13% <100.00%> (+0.01%) ⬆️
sei-db 68.72% <ø> (ø)
sei-tendermint 58.08% <ø> (+0.01%) ⬆️

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% <ø> (ø)
sei-cosmos/store/cachemulti/store.go 70.47% <100.00%> (ø)
utils/metrics/metrics_util.go 70.47% <0.00%> (-1.60%) ⬇️
app/app.go 66.14% <56.96%> (-5.11%) ⬇️

... and 21 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 6 times, most recently from 9ef8f33 to be0c1cc Compare February 4, 2026 00:53
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?

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