Skip to content

Backport release/v6.6: Update v6.6 changelog in prep to cut rc3#3746

Merged
bdchatham merged 2 commits into
release/v6.6from
backport-3744-to-release/v6.6
Jul 15, 2026
Merged

Backport release/v6.6: Update v6.6 changelog in prep to cut rc3#3746
bdchatham merged 2 commits into
release/v6.6from
backport-3744-to-release/v6.6

Conversation

@seidroid

@seidroid seidroid Bot commented Jul 10, 2026

Copy link
Copy Markdown

Backport of #3744 to release/v6.6.

Adds the `release/v6.6` entries merged since the rc2 changelog (#3730),
in prep to cut **v6.6.0-rc3**:

- **[#3743](#3743 —
`feat(cosmos): range-check Dec conversions and DecCoin validation
(CON-369)` (the immunefi/app-hash-breaking fix that motivates rc3)
- **[#3732](#3732 — rc2
version bump
- **[#3731](#3731 — rc2
changelog backport

The two process commits mirror how the rc2 changelog (#3730) captured
the rc1 cut's process commits (#3688 version bump, #3686 changelog).
Authored on `main`; the `backport release/v6.6` label will trigger the
backport to the release branch, after which the `version.json` rc3 bump
can cut the tag.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
(cherry picked from commit 79b12b9)
@cursor

cursor Bot commented Jul 10, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Documentation-only changelog edit on the release branch; no application, consensus, or dependency changes.

Overview
Prep for v6.6-rc3 on release/v6.6 by extending the v6.6 section of CHANGELOG.md with three new entries at the top of the list (backport of #3744).

The new bullets document recent release-line work: #3743 (cosmos Dec / DecCoin range-check validation), #3732 (version bump toward v6.6-rc2), and #3731 (prior changelog update for RC2). No runtime or build code changes—only release notes ordering for reviewers cutting the next RC.

Reviewed by Cursor Bugbot for commit 020bfab. 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 15, 2026, 7:20 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 — changelog-only backport adding three entries for #3743, #3732, and #3731 in prep for v6.6-rc3.

Extended reasoning...

Overview

This PR modifies only CHANGELOG.md, adding three bullet points at the top of the v6.6 sei-chain section documenting the recent backports (#3743 Dec/DecCoin range-check, #3732 version bump, #3731 prior changelog update). It is a backport of #3744 to release/v6.6.

Security risks

None. Documentation-only change with no runtime, consensus, or code path impact.

Level of scrutiny

Minimal. This is a mechanical changelog update — the exact type of change intended for auto-approval. Entries reference real, already-merged PRs matching recent main-branch commits (d58773f, 66a196d, 8af84bf, 985ad8e).

Other factors

No bugs found by the bug hunting system. No outstanding reviewer comments requiring resolution.

@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.08%. Comparing base (000bcaf) to head (020bfab).

Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff                @@
##           release/v6.6    #3746      +/-   ##
================================================
- Coverage         58.73%   58.08%   -0.66%     
================================================
  Files              2225     2151      -74     
  Lines            183541   174973    -8568     
================================================
- Hits             107807   101627    -6180     
+ Misses            66011    64329    -1682     
+ Partials           9723     9017     -706     
Flag Coverage Δ
sei-db 70.41% <ø> (-0.22%) ⬇️
sei-db-state-db ?

Flags with carried forward coverage won't be shown. Click here to find out more.
see 98 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 added a commit that referenced this pull request Jul 11, 2026
Bumps `version.json` `v6.6.0-rc2` → `v6.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
**[#3743](#3743 —
`feat(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](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
@bdchatham

Copy link
Copy Markdown
Contributor

bugbot run

@cursor cursor 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.

✅ Bugbot reviewed your changes and found no new issues!

Comment @cursor review or bugbot run to trigger another review on this PR

Reviewed by Cursor Bugbot for commit 020bfab. Configure here.

@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 — changelog-only backport.

Extended reasoning...

Overview

This PR backports a changelog update to release/v6.6, adding three bullet entries to the top of the v6.6 section documenting already-merged PRs (#3743, #3732, #3731). The only file touched is CHANGELOG.md.

Security risks

None. This is a documentation-only change with no code, config, or dependency modifications.

Level of scrutiny

Minimal scrutiny is warranted — this is a mechanical, self-contained changelog edit following an established pattern (identical to prior RC-cut changelog PRs like #3731). There is no ambiguity in intent and no runtime behavior is affected.

Other factors

CI checks (Buf, Codecov) passed. No outstanding review comments requiring action. The bug hunting system found no issues, consistent with the trivial nature of the change.

@bdchatham
bdchatham merged commit 82614c8 into release/v6.6 Jul 15, 2026
96 of 98 checks passed
@bdchatham
bdchatham deleted the backport-3744-to-release/v6.6 branch July 15, 2026 22:12
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