Skip to content

Flatten sei-wasmd into sei-chain module#2622

Merged
masih merged 2 commits intomainfrom
masih/flatten-wasmd
Dec 17, 2025
Merged

Flatten sei-wasmd into sei-chain module#2622
masih merged 2 commits intomainfrom
masih/flatten-wasmd

Conversation

@masih
Copy link
Copy Markdown
Collaborator

@masih masih commented Dec 16, 2025

To reduce complexity and remove unnecessary nesting, collapse sei-wasmd into sei-chain module.

To reduce complexity and remove unnecessary nesting, collapse `sei-wasmd` into `sei-chain` module.
@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 16, 2025

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

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedDec 16, 2025, 11:19 PM

@codecov
Copy link
Copy Markdown

codecov bot commented Dec 16, 2025

Codecov Report

❌ Patch coverage is 36.00000% with 80 lines in your changes missing coverage. Please review.
✅ Project coverage is 43.15%. Comparing base (e296862) to head (bf9f130).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
sei-wasmd/x/wasm/ibctesting/chain.go 0.00% 17 Missing ⚠️
sei-wasmd/app/test_helpers.go 0.00% 11 Missing ⚠️
sei-wasmd/x/wasm/ibctesting/coordinator.go 0.00% 8 Missing ⚠️
sei-wasmd/x/wasm/keeper/ante.go 50.00% 4 Missing and 4 partials ⚠️
sei-wasmd/x/wasm/keeper/snapshotter.go 0.00% 2 Missing and 2 partials ⚠️
sei-wasmd/x/wasm/types/types.go 20.00% 4 Missing ⚠️
sei-wasmd/x/wasm/artifacts/v152/lib_no_cgo.go 0.00% 3 Missing ⚠️
sei-wasmd/x/wasm/artifacts/v155/lib_no_cgo.go 0.00% 3 Missing ⚠️
sei-wasmd/app/app.go 60.00% 2 Missing ⚠️
sei-wasmd/app/export.go 33.33% 2 Missing ⚠️
... and 12 more

❌ Your patch status has failed because the patch coverage (36.00%) is below the target coverage (70.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2622      +/-   ##
==========================================
- Coverage   43.22%   43.15%   -0.07%     
==========================================
  Files        1857     1864       +7     
  Lines      153168   153927     +759     
==========================================
+ Hits        66204    66426     +222     
- Misses      81034    81531     +497     
- Partials     5930     5970      +40     
Flag Coverage Δ
sei-chain 44.60% <36.00%> (-0.54%) ⬇️
sei-cosmos 38.03% <ø> (-0.01%) ⬇️
sei-db 69.06% <ø> (ø)
sei-tendermint 47.53% <ø> (+<0.01%) ⬆️
sei-wasmd ?

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

Files with missing lines Coverage Δ
app/ante.go 64.51% <ø> (-10.49%) ⬇️
app/app.go 71.93% <ø> (-4.61%) ⬇️
app/precompiles.go 100.00% <ø> (ø)
app/receipt.go 87.05% <ø> (ø)
app/test_helpers.go 32.82% <ø> (+0.49%) ⬆️
app/upgrades/v0/upgrade.go 0.00% <ø> (ø)
cmd/seid/cmd/blocktest.go 0.00% <ø> (ø)
cmd/seid/cmd/ethreplay.go 0.00% <ø> (ø)
cmd/seid/cmd/genwasm.go 0.00% <ø> (ø)
cmd/seid/cmd/root.go 0.00% <ø> (ø)
... and 86 more

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

panic(fmt.Sprintf("unsupported height: %d", height))
}
if index < 0 {
panic(fmt.Sprintf("unsupported index: %d", index))

Check warning

Code scanning / CodeQL

Panic in BeginBock or EndBlock consensus methods Warning

Possible panics in BeginBock- or EndBlock-related consensus methods could cause a chain halt
@masih masih marked this pull request as ready for review December 16, 2025 23:54
@masih masih merged commit cf890a7 into main Dec 17, 2025
38 of 39 checks passed
@masih masih deleted the masih/flatten-wasmd branch December 17, 2025 07:42
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.

4 participants