Skip to content

Bump version in prep to release v6.6-rc3#3748

Merged
bdchatham merged 1 commit into
release/v6.6from
bdchatham/v6-6-rc3
Jul 11, 2026
Merged

Bump version in prep to release v6.6-rc3#3748
bdchatham merged 1 commit into
release/v6.6from
bdchatham/v6-6-rc3

Conversation

@bdchatham

Copy link
Copy Markdown
Contributor

Bumps version.json v6.6.0-rc2v6.6.0-rc3. On merge to release/v6.6, the UCI release-publish workflow cuts the v6.6.0-rc3 tag + GitHub release (auto-generated notes) and GoReleaser builds the seid binaries.

rc3 is cut from release/v6.6 HEAD, which includes #3743feat(cosmos): range-check Dec conversions and DecCoin validation (CON-369), the app-hash-breaking immunefi fix motivating this rc.

Mirrors Masih's rc2 bump (#3732): version.json only, authored directly on the release branch, labeled release (required for UCI to cut the tag on a non-default branch).

Ordering: merge the changelog backport #3746 first, then this — matching the rc1/rc2 sequence.

🤖 Generated with Claude Code

Cuts v6.6.0-rc3, including the CON-369 range-check/DecCoin backport
(#3743). Mirrors #3732 (rc2). version.json only.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@bdchatham bdchatham added release Tracks Release Branches non-app-hash-breaking labels Jul 10, 2026
@cursor

cursor Bot commented Jul 10, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Single-field version bump only; no application or consensus logic changes in this PR.

Overview
Bumps version.json from v6.6.0-rc2 to v6.6.0-rc3 to prepare the next release candidate on release/v6.6.

Merging triggers the UCI release-publish workflow (tag, GitHub release, GoReleaser seid binaries). rc3 is intended to ship after the CON-369 Dec/DecCoin validation fix (#3743).

Reviewed by Cursor Bugbot for commit e8c07b3. Bugbot is set up for automated code reviews on this repo. Configure here.

@github-actions

github-actions Bot commented Jul 10, 2026

Copy link
Copy Markdown

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

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedJul 10, 2026, 11:23 PM

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM — single-line version bump v6.6.0-rc2 → v6.6.0-rc3 in version.json, mirroring the prior rc2 bump (#3732).

What was reviewed

  • Verified the only change is the version string in version.json (no trailing newline preserved, matching the prior file).
  • Confirmed the release label is present, which UCI requires to cut a tag on a non-default branch.
  • No code, config, or workflow logic touched — nothing app-hash-breaking here.
Extended reasoning...

Overview

This PR modifies a single file (version.json) to bump the version string from v6.6.0-rc2 to v6.6.0-rc3. This is a release-candidate cut prep, mirroring the rc2 bump pattern (#3732).

Security risks

None. The diff contains no code, workflow, or configuration logic — only a version string used downstream by the UCI release-publish workflow to name the tag/release.

Level of scrutiny

Very low. Mechanical release-mechanics change of the type explicitly called out in the approval guidelines ("version bumps"). The PR is labeled non-app-hash-breaking and the underlying app-hash-breaking fix (#3743) has already landed on the release branch and been reviewed separately.

Other factors

The PR description clearly documents ordering (changelog backport #3746 first, then this) and follows the established rc1/rc2 precedent. The bug hunting system found no issues. No outstanding reviewer comments to address (the cursor[bot] comment is an auto-generated summary placeholder).

@github-actions

Copy link
Copy Markdown

Suggested version: v6.6.0-rc3

Comparing to: v6.6.0-rc2 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 28aea16be..66bfbda91 100644
--- a/go.mod
+++ b/go.mod
@@ -28,7 +28,6 @@ require (
 	github.com/ethereum/go-ethereum v1.16.8
 	github.com/fortytw2/leaktest v1.3.0
 	github.com/go-git/go-git/v5 v5.17.2
-	github.com/go-kit/kit v0.13.0
 	github.com/gofrs/flock v0.13.0
 	github.com/gogo/gateway v1.1.0
 	github.com/gogo/protobuf v1.3.3
@@ -107,7 +106,6 @@ require (
 	google.golang.org/protobuf v1.36.11
 	gopkg.in/yaml.v2 v2.4.0
 	gopkg.in/yaml.v3 v3.0.1
-	k8s.io/component-base v0.35.0
 	pgregory.net/rapid v1.2.0
 )
 
@@ -123,6 +121,8 @@ require (
 	github.com/kevinburke/ssh_config v1.2.0 // indirect
 	github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
 	github.com/mitchellh/mapstructure v1.5.0 // indirect
+	github.com/moby/term v0.5.0 // indirect
+	github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
 	github.com/pjbgf/sha1cd v0.3.2 // indirect
 	github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
 	github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
@@ -150,7 +150,7 @@ require (
 	github.com/cenkalti/backoff v2.2.1+incompatible // indirect
 	github.com/cenkalti/backoff/v4 v4.3.0 // indirect
 	github.com/cespare/xxhash v1.1.0 // indirect
-	github.com/cespare/xxhash/v2 v2.3.0 // indirect
+	github.com/cespare/xxhash/v2 v2.3.0
 	github.com/cockroachdb/crlib v0.0.0-20241112164430-1264a2edc35b // indirect
 	github.com/cockroachdb/errors v1.12.0 // indirect
 	github.com/cockroachdb/fifo v0.0.0-20240606204812-0bbfbd93a7ce // indirect

gorelease says:

gorelease: create zip /home/runner/work/sei-chain/sei-chain: module source tree too large (max size is 524288000 bytes)

gocompat says:

Your branch is up to date with 'origin/main'.

Automatically created GitHub Release

A draft GitHub Release has been created.
It is going to be published when this PR is merged.
You can modify its' body to include any release notes you wish to include with the release.

@codecov

codecov Bot commented Jul 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.07%. Comparing base (66a196d) to head (e8c07b3).

Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff                @@
##           release/v6.6    #3748      +/-   ##
================================================
- Coverage         58.96%   58.07%   -0.89%     
================================================
  Files              2225     2151      -74     
  Lines            183599   175031    -8568     
================================================
- Hits             108254   101657    -6597     
+ Misses            65627    64357    -1270     
+ Partials           9718     9017     -701     
Flag Coverage Δ
sei-db 70.41% <ø> (ø)
sei-db-state-db ?

Flags with carried forward coverage won't be shown. Click here to find out more.
see 74 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.

@bdchatham bdchatham requested a review from amir-deris July 10, 2026 23:52
@bdchatham bdchatham enabled auto-merge (squash) July 10, 2026 23:59
@bdchatham bdchatham merged commit 1913bfe into release/v6.6 Jul 11, 2026
106 of 109 checks passed
@bdchatham bdchatham deleted the bdchatham/v6-6-rc3 branch July 11, 2026 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

non-app-hash-breaking release Tracks Release Branches

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants