Skip to content

Fix upgrade list comparison to respect semver#3153

Merged
masih merged 1 commit intomainfrom
masih/fix-upgrade-list-comparison
Apr 1, 2026
Merged

Fix upgrade list comparison to respect semver#3153
masih merged 1 commit intomainfrom
masih/fix-upgrade-list-comparison

Conversation

@masih
Copy link
Copy Markdown
Collaborator

@masih masih commented Mar 31, 2026

Use semver to compare the upgrade names instead of alphanumeric order.

Note that not all upgrade names have been a valid semver but the comparator used works. Tests are added to assert that it does.

Use semver to compare the upgrade names instead of alphanumeric order.

Note that not all upgrade names have been a valid semver but the
comparator used works. Tests are added to assert that it does.
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 31, 2026

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

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedMar 31, 2026, 3:30 PM

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 31, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.74%. Comparing base (1938b27) to head (ff26b92).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3153   +/-   ##
=======================================
  Coverage   58.74%   58.74%           
=======================================
  Files        2095     2095           
  Lines      173533   173537    +4     
=======================================
+ Hits       101935   101941    +6     
+ Misses      62473    62472    -1     
+ Partials     9125     9124    -1     
Flag Coverage Δ
sei-chain-pr 47.62% <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 Δ
app/upgrades.go 37.77% <100.00%> (+10.94%) ⬆️
🚀 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.

@masih masih added this pull request to the merge queue Mar 31, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 31, 2026
@masih masih added this pull request to the merge queue Apr 1, 2026
Merged via the queue into main with commit 13c9966 Apr 1, 2026
42 of 44 checks passed
@masih masih deleted the masih/fix-upgrade-list-comparison branch April 1, 2026 07:59
github-actions bot pushed a commit that referenced this pull request Apr 1, 2026
Use semver to compare the upgrade names instead of alphanumeric order.

Note that not all upgrade names have been a valid semver but the
comparator used works. Tests are added to assert that it does.

(cherry picked from commit 13c9966)
@seidroid
Copy link
Copy Markdown

seidroid bot commented Apr 1, 2026

Successfully created backport PR for release/v6.4:

masih added a commit that referenced this pull request Apr 1, 2026
#3156)

Backport of #3153 to `release/v6.4`.

Co-authored-by: Masih H. Derkani <m@derkani.org>
yzang2019 added a commit that referenced this pull request Apr 1, 2026
* main:
  Make cryptosim state store backend configurable + No Op Wrapper + Read Disable Config (#3145)
  Add warning message for IAVL deprecation (#3159)
  Change default min valid per window to zero (#3157)
  support for starting autobahn from non-zero global block (#3136)
  Fix upgrade list comparison to respect semver (#3153)
yzang2019 added a commit that referenced this pull request Apr 1, 2026
* main:
  plt-228 fixed static check on app and evmrpc package (#3154)
  flatkv cache (#3027)
  Make cryptosim state store backend configurable + No Op Wrapper + Read Disable Config (#3145)
  Add warning message for IAVL deprecation (#3159)
  Change default min valid per window to zero (#3157)
  support for starting autobahn from non-zero global block (#3136)
  Fix upgrade list comparison to respect semver (#3153)
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