Skip to content

V6.5 upgrade handler#3293

Open
philipsu522 wants to merge 3 commits intomainfrom
v6.5-upgrade-handler
Open

V6.5 upgrade handler#3293
philipsu522 wants to merge 3 commits intomainfrom
v6.5-upgrade-handler

Conversation

@philipsu522
Copy link
Copy Markdown
Contributor

@philipsu522 philipsu522 commented Apr 21, 2026

Describe your changes and provide context

Add v6.5 upgrade handler. Note that we're moving from v${Major}.${Minor}.${Patch} to just v${Major}.${Minor} i.e. v6.4.0 -> v6.5, changes included in scripts/bump-version.sh

Testing performed to validate your change

Ran script, verified output

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 21, 2026

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

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedApr 21, 2026, 11:29 PM

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59.36%. Comparing base (2f0d688) to head (6464fac).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3293   +/-   ##
=======================================
  Coverage   59.36%   59.36%           
=======================================
  Files        2072     2072           
  Lines      169953   169949    -4     
=======================================
- Hits       100895   100894    -1     
+ Misses      60275    60271    -4     
- Partials     8783     8784    +1     
Flag Coverage Δ
sei-chain-pr 69.85% <100.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 Δ
precompiles/addr/setup.go 90.47% <100.00%> (+0.47%) ⬆️
precompiles/bank/setup.go 90.47% <100.00%> (+0.47%) ⬆️
precompiles/distribution/setup.go 88.88% <100.00%> (+0.65%) ⬆️
precompiles/gov/setup.go 88.88% <100.00%> (+0.65%) ⬆️
precompiles/ibc/setup.go 90.00% <100.00%> (+0.52%) ⬆️
precompiles/json/setup.go 88.88% <100.00%> (+0.65%) ⬆️
precompiles/oracle/setup.go 90.00% <100.00%> (+0.52%) ⬆️
precompiles/p256/setup.go 83.33% <100.00%> (+1.51%) ⬆️
precompiles/pointer/setup.go 90.00% <100.00%> (+0.52%) ⬆️
precompiles/pointerview/setup.go 88.23% <100.00%> (+0.73%) ⬆️
... and 3 more

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

Comment thread scripts/bump-version.sh
exit 1
fi

OLD_TAG=$(grep -v '^[[:space:]]*$' "$TAG_FILE" | tail -n 1)
Copy link
Copy Markdown
Contributor

@wen-coding wen-coding Apr 21, 2026

Choose a reason for hiding this comment

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

nit: I like how you are skipping whitespace only lines, it would be nice if we can make this a shell function.

Copy link
Copy Markdown
Contributor

@bdchatham bdchatham left a comment

Choose a reason for hiding this comment

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

Looks good and differences are expected based on the recent semver change

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