From 7b12cdab58c58aefdef692ddfa75629ccc7d551e Mon Sep 17 00:00:00 2001 From: alexander-sei Date: Thu, 27 Aug 2026 14:34:46 +0200 Subject: [PATCH 1/2] Update v6.6 change log in prep to cut v6.6.3 patch Systematic changelog re-generation. Co-authored-by: Cursor --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9db8140f7..6600e78a96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,12 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## v6.6 sei-chain +* [#4024](https://github.com/sei-protocol/sei-chain/pull/4024) Backport `release/v6.6`: Add frozen RPC router and Docker integration cluster (#3989) +* [#4007](https://github.com/sei-protocol/sei-chain/pull/4007) Backport `release/v6.6`: Use iterative traversal for memiavl snapshot writes +* [#4006](https://github.com/sei-protocol/sei-chain/pull/4006) Backport `release/v6.6`: Disable mempool traffic in freeze mode +* [#3978](https://github.com/sei-protocol/sei-chain/pull/3978) Backport `release/v6.6`: Add freeze mode for historical EVM RPC +* [#3966](https://github.com/sei-protocol/sei-chain/pull/3966) Bump version to v6.6.2 in prep for patch release +* [#3965](https://github.com/sei-protocol/sei-chain/pull/3965) Backport `release/v6.6`: Update v6.6 change log in prep to cut v6.6.2 patch * [#3957](https://github.com/sei-protocol/sei-chain/pull/3957) Backport `release/v6.6`: Add context cancellation to SS DB layer * [#3954](https://github.com/sei-protocol/sei-chain/pull/3954) Backport `release/v6.6`: feat(seeds): ship Sei Labs seeds as the default bootstrap-peers * [#3951](https://github.com/sei-protocol/sei-chain/pull/3951) Backport `release/v6.6`: Tolerate failed Codex review executions From 972e9676aba68acc4f0c8f95d99915c002e78654 Mon Sep 17 00:00:00 2001 From: alexander-sei Date: Fri, 28 Aug 2026 19:53:34 +0200 Subject: [PATCH 2/2] Update v6.6 changelog with latest backports Co-authored-by: Cursor --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6600e78a96..9df9bf2d47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,10 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## v6.6 sei-chain +* [#4053](https://github.com/sei-protocol/sei-chain/pull/4053) Backport `release/v6.6`: Validate snapshots before publication +* [#4050](https://github.com/sei-protocol/sei-chain/pull/4050) Backport `release/v6.6`: Fix memiavl snapshot race condition +* [#4048](https://github.com/sei-protocol/sei-chain/pull/4048) Backport `release/v6.6`: Bound frozen RPC router batch allocations +* [#4034](https://github.com/sei-protocol/sei-chain/pull/4034) Backport `release/v6.6`: Bound block reference parsing depth * [#4024](https://github.com/sei-protocol/sei-chain/pull/4024) Backport `release/v6.6`: Add frozen RPC router and Docker integration cluster (#3989) * [#4007](https://github.com/sei-protocol/sei-chain/pull/4007) Backport `release/v6.6`: Use iterative traversal for memiavl snapshot writes * [#4006](https://github.com/sei-protocol/sei-chain/pull/4006) Backport `release/v6.6`: Disable mempool traffic in freeze mode