Skip to content

Conversation

@arajasek
Copy link
Contributor

@arajasek arajasek commented Jan 15, 2026

Describe your changes and provide context

This is a WIP changeset that will allow us to execute txs on mainnet today using the Giga executor. It currently:

TODO:

Testing performed to validate your change

@github-actions
Copy link

github-actions bot commented Jan 15, 2026

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

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedJan 16, 2026, 10:35 PM

@codecov
Copy link

codecov bot commented Jan 15, 2026

Codecov Report

❌ Patch coverage is 3.03030% with 96 lines in your changes missing coverage. Please review.
✅ Project coverage is 43.74%. Comparing base (91ef5cb) to head (b8763f8).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
app/app.go 3.48% 80 Missing and 3 partials ⚠️
giga/executor/utils/errors.go 0.00% 5 Missing ⚠️
giga/executor/executor.go 0.00% 4 Missing ⚠️
giga/executor/precompiles/failfast.go 0.00% 4 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2708      +/-   ##
==========================================
- Coverage   43.76%   43.74%   -0.03%     
==========================================
  Files        1914     1914              
  Lines      159504   159573      +69     
==========================================
- Hits        69801    69799       -2     
- Misses      83284    83352      +68     
- Partials     6419     6422       +3     
Flag Coverage Δ
sei-chain 45.72% <3.03%> (-0.05%) ⬇️
sei-cosmos 38.20% <ø> (-0.01%) ⬇️
sei-db 68.72% <ø> (ø)
sei-tendermint 47.28% <ø> (+<0.01%) ⬆️

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

Files with missing lines Coverage Δ
giga/executor/executor.go 0.00% <0.00%> (ø)
giga/executor/precompiles/failfast.go 0.00% <0.00%> (ø)
giga/executor/utils/errors.go 0.00% <0.00%> (ø)
app/app.go 54.35% <3.48%> (-2.53%) ⬇️

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

}

func (app *App) ProcessTxsSynchronousGiga(ctx sdk.Context, txs [][]byte, typedTxs []sdk.Tx, absoluteTxIndices []int) []*abci.ExecTxResult {
defer metrics.BlockProcessLatency(time.Now(), metrics.SYNCHRONOUS)

Check warning

Code scanning / CodeQL

Calling the system time Warning

Calling the system time may be a possible source of non-determinism
@arajasek arajasek force-pushed the asr/rpc-giga branch 6 times, most recently from 212d2f5 to 190fa2b Compare January 16, 2026 22:28
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