From 524af48e9d79923d24444959c7699f7447d55f30 Mon Sep 17 00:00:00 2001 From: mattkii <142337545+mattkii@users.noreply.github.com> Date: Wed, 16 Sep 2026 16:25:37 -0700 Subject: [PATCH 1/4] =?UTF-8?q?docs:=20add=20proposal=2013=20=E2=80=94=20m?= =?UTF-8?q?ove=20v7.4.2=20upgrade=20numbering?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kiichain/proposals/proposal_13.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 kiichain/proposals/proposal_13.json diff --git a/kiichain/proposals/proposal_13.json b/kiichain/proposals/proposal_13.json new file mode 100644 index 0000000..3cdea38 --- /dev/null +++ b/kiichain/proposals/proposal_13.json @@ -0,0 +1,20 @@ +{ + "messages": [ + { + "@type": "/cosmos.upgrade.v1beta1.MsgSoftwareUpgrade", + "authority": "kii10d07y265gmmuvt4z0w9aw880jnsr700jrff0qv", + "plan": { + "name": "v7.4.2", + "time": "0001-01-01T00:00:00Z", + "height": "10011200", + "info": "", + "upgraded_client_state": null + } + } + ], + "metadata": "ipfs://CID", + "deposit": "3500000000000000000000akii", + "title": "Upgrade Kiichain to v7.4.2", + "summary": "Coordinated upgrade of Kiichain mainnet to v7.4.2.\n\nThe upgrade is scheduled for Monday 2026-09-14 around 17:00:00 UTC (block height 10,011,200).\n\nValidators should download the v7.4.2 binary, verify the checksum, and stage it in cosmovisor under the upgrade plan name v7.4.2 before the upgrade height.\n\nBinaries:\n- linux/amd64: https://kiichain-snapshots-public.s3.us-east-2.amazonaws.com/releases/v7.4.2/kiichaind-v7.4.2-linux-amd64\n sha256: e99e145379c65b9a1b8dae1a799d9a359a16740c07d0c3684820e6729ab34513\n- linux/arm64: https://kiichain-snapshots-public.s3.us-east-2.amazonaws.com/releases/v7.4.2/kiichaind-v7.4.2-linux-arm64\n sha256: 22df50464e13a69436213e54069eec26fe6468f2e88d0eb80e877bd883b63d49\n\nThis release updates CosmWasm dependencies and includes a no-op upgrade handler for plan name v7.4.2.", + "expedited": true +} From 357fedc0fdb0c5ec46a77021c9ce880494a1e0c6 Mon Sep 17 00:00:00 2001 From: mattkii <142337545+mattkii@users.noreply.github.com> Date: Thu, 17 Sep 2026 15:11:54 -0700 Subject: [PATCH 2/4] docs: retarget proposal 13 to 2026-09-21 17UTC --- kiichain/proposals/proposal_13.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kiichain/proposals/proposal_13.json b/kiichain/proposals/proposal_13.json index 3cdea38..4b1d8b5 100644 --- a/kiichain/proposals/proposal_13.json +++ b/kiichain/proposals/proposal_13.json @@ -6,7 +6,7 @@ "plan": { "name": "v7.4.2", "time": "0001-01-01T00:00:00Z", - "height": "10011200", + "height": "10248100", "info": "", "upgraded_client_state": null } @@ -15,6 +15,6 @@ "metadata": "ipfs://CID", "deposit": "3500000000000000000000akii", "title": "Upgrade Kiichain to v7.4.2", - "summary": "Coordinated upgrade of Kiichain mainnet to v7.4.2.\n\nThe upgrade is scheduled for Monday 2026-09-14 around 17:00:00 UTC (block height 10,011,200).\n\nValidators should download the v7.4.2 binary, verify the checksum, and stage it in cosmovisor under the upgrade plan name v7.4.2 before the upgrade height.\n\nBinaries:\n- linux/amd64: https://kiichain-snapshots-public.s3.us-east-2.amazonaws.com/releases/v7.4.2/kiichaind-v7.4.2-linux-amd64\n sha256: e99e145379c65b9a1b8dae1a799d9a359a16740c07d0c3684820e6729ab34513\n- linux/arm64: https://kiichain-snapshots-public.s3.us-east-2.amazonaws.com/releases/v7.4.2/kiichaind-v7.4.2-linux-arm64\n sha256: 22df50464e13a69436213e54069eec26fe6468f2e88d0eb80e877bd883b63d49\n\nThis release updates CosmWasm dependencies and includes a no-op upgrade handler for plan name v7.4.2.", + "summary": "Coordinated upgrade of Kiichain mainnet to v7.4.2.\n\nThe upgrade is scheduled for Monday 2026-09-21 around 17:00:00 UTC (block height 10,248,100).\n\nValidators should download the v7.4.2 binary, verify the checksum, and stage it in cosmovisor under the upgrade plan name v7.4.2 before the upgrade height.\n\nBinaries:\n- linux/amd64: https://kiichain-snapshots-public.s3.us-east-2.amazonaws.com/releases/v7.4.2/kiichaind-v7.4.2-linux-amd64\n sha256: 45413e8bb66f6f8f4c5243630fd26962d59168e50754fb797351f637692aa08a\n- linux/arm64: https://kiichain-snapshots-public.s3.us-east-2.amazonaws.com/releases/v7.4.2/kiichaind-v7.4.2-linux-arm64\n sha256: 6c670cebde422cb9b924fa601833d0cb9a2d95e385cca35f7f8ec95a6079e1bf\n\nThis release updates CosmWasm dependencies and includes a no-op upgrade handler for plan name v7.4.2.", "expedited": true } From fefbe44e131ce30d9eb5303aad3330cd5e698ec3 Mon Sep 17 00:00:00 2001 From: mattkii <142337545+mattkii@users.noreply.github.com> Date: Thu, 17 Sep 2026 16:25:36 -0700 Subject: [PATCH 3/4] docs: restore RC2 checksums on proposal 13 --- kiichain/proposals/proposal_13.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiichain/proposals/proposal_13.json b/kiichain/proposals/proposal_13.json index 4b1d8b5..d000087 100644 --- a/kiichain/proposals/proposal_13.json +++ b/kiichain/proposals/proposal_13.json @@ -15,6 +15,6 @@ "metadata": "ipfs://CID", "deposit": "3500000000000000000000akii", "title": "Upgrade Kiichain to v7.4.2", - "summary": "Coordinated upgrade of Kiichain mainnet to v7.4.2.\n\nThe upgrade is scheduled for Monday 2026-09-21 around 17:00:00 UTC (block height 10,248,100).\n\nValidators should download the v7.4.2 binary, verify the checksum, and stage it in cosmovisor under the upgrade plan name v7.4.2 before the upgrade height.\n\nBinaries:\n- linux/amd64: https://kiichain-snapshots-public.s3.us-east-2.amazonaws.com/releases/v7.4.2/kiichaind-v7.4.2-linux-amd64\n sha256: 45413e8bb66f6f8f4c5243630fd26962d59168e50754fb797351f637692aa08a\n- linux/arm64: https://kiichain-snapshots-public.s3.us-east-2.amazonaws.com/releases/v7.4.2/kiichaind-v7.4.2-linux-arm64\n sha256: 6c670cebde422cb9b924fa601833d0cb9a2d95e385cca35f7f8ec95a6079e1bf\n\nThis release updates CosmWasm dependencies and includes a no-op upgrade handler for plan name v7.4.2.", + "summary": "Coordinated upgrade of Kiichain mainnet to v7.4.2.\n\nThe upgrade is scheduled for Monday 2026-09-21 around 17:00:00 UTC (block height 10,248,100).\n\nValidators should download the v7.4.2 binary, verify the checksum, and stage it in cosmovisor under the upgrade plan name v7.4.2 before the upgrade height.\n\nBinaries:\n- linux/amd64: https://kiichain-snapshots-public.s3.us-east-2.amazonaws.com/releases/v7.4.2/kiichaind-v7.4.2-linux-amd64\n sha256: e99e145379c65b9a1b8dae1a799d9a359a16740c07d0c3684820e6729ab34513\n- linux/arm64: https://kiichain-snapshots-public.s3.us-east-2.amazonaws.com/releases/v7.4.2/kiichaind-v7.4.2-linux-arm64\n sha256: 22df50464e13a69436213e54069eec26fe6468f2e88d0eb80e877bd883b63d49\n\nThis release updates CosmWasm dependencies and includes a no-op upgrade handler for plan name v7.4.2.", "expedited": true } From c1c5b6a0f4a50065401ae8569715d0902919b6c8 Mon Sep 17 00:00:00 2001 From: Jhelison Uchoa Date: Fri, 18 Sep 2026 12:17:45 -0300 Subject: [PATCH 4/4] docs: update prop 13 with new deposit and height --- kiichain/proposals/proposal_13.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kiichain/proposals/proposal_13.json b/kiichain/proposals/proposal_13.json index d000087..ba43fe1 100644 --- a/kiichain/proposals/proposal_13.json +++ b/kiichain/proposals/proposal_13.json @@ -6,14 +6,14 @@ "plan": { "name": "v7.4.2", "time": "0001-01-01T00:00:00Z", - "height": "10248100", + "height": "10250221", "info": "", "upgraded_client_state": null } } ], "metadata": "ipfs://CID", - "deposit": "3500000000000000000000akii", + "deposit": "20000000000000000000000akii", "title": "Upgrade Kiichain to v7.4.2", "summary": "Coordinated upgrade of Kiichain mainnet to v7.4.2.\n\nThe upgrade is scheduled for Monday 2026-09-21 around 17:00:00 UTC (block height 10,248,100).\n\nValidators should download the v7.4.2 binary, verify the checksum, and stage it in cosmovisor under the upgrade plan name v7.4.2 before the upgrade height.\n\nBinaries:\n- linux/amd64: https://kiichain-snapshots-public.s3.us-east-2.amazonaws.com/releases/v7.4.2/kiichaind-v7.4.2-linux-amd64\n sha256: e99e145379c65b9a1b8dae1a799d9a359a16740c07d0c3684820e6729ab34513\n- linux/arm64: https://kiichain-snapshots-public.s3.us-east-2.amazonaws.com/releases/v7.4.2/kiichaind-v7.4.2-linux-arm64\n sha256: 22df50464e13a69436213e54069eec26fe6468f2e88d0eb80e877bd883b63d49\n\nThis release updates CosmWasm dependencies and includes a no-op upgrade handler for plan name v7.4.2.", "expedited": true