From fd144d1ad68507b1c5a08e4201003d4b470c8a02 Mon Sep 17 00:00:00 2001 From: John Letey Date: Thu, 14 Nov 2024 13:15:35 -0500 Subject: [PATCH] docs: add patch release entries --- .../v8.0.1/bug-fixes/428-surplus-supply.md | 1 + .changelog/v8.0.1/summary.md | 5 ++++ .../429-forwarding-initialization.md | 1 + .changelog/v8.0.2/summary.md | 5 ++++ CHANGELOG.md | 24 +++++++++++++++++++ 5 files changed, 36 insertions(+) create mode 100644 .changelog/v8.0.1/bug-fixes/428-surplus-supply.md create mode 100644 .changelog/v8.0.1/summary.md create mode 100644 .changelog/v8.0.2/bug-fixes/429-forwarding-initialization.md create mode 100644 .changelog/v8.0.2/summary.md diff --git a/.changelog/v8.0.1/bug-fixes/428-surplus-supply.md b/.changelog/v8.0.1/bug-fixes/428-surplus-supply.md new file mode 100644 index 00000000..5332f94c --- /dev/null +++ b/.changelog/v8.0.1/bug-fixes/428-surplus-supply.md @@ -0,0 +1 @@ +- In the v8 Helium upgrade handler, the Noble Core Team wanted to align a missconfiguration in the initial genesis file that resulted in 18 surplus $STAKE existing, bringing the total supply to 1,000,000,018. The migration plan involved burning the surplus 18 tokens via the Uupgrade module, however, the module account was never initialized and permissioned. ([#428](https://github.com/noble-assets/noble/pull/428)) diff --git a/.changelog/v8.0.1/summary.md b/.changelog/v8.0.1/summary.md new file mode 100644 index 00000000..73114e01 --- /dev/null +++ b/.changelog/v8.0.1/summary.md @@ -0,0 +1,5 @@ +*Nov 13, 2024* + +This is a consensus breaking patch to the v8 Helium release line. + +It addresses the following consensus failure when upgrading Noble's mainnet to the `v8.0.0` release. diff --git a/.changelog/v8.0.2/bug-fixes/429-forwarding-initialization.md b/.changelog/v8.0.2/bug-fixes/429-forwarding-initialization.md new file mode 100644 index 00000000..1f09211b --- /dev/null +++ b/.changelog/v8.0.2/bug-fixes/429-forwarding-initialization.md @@ -0,0 +1 @@ +- Due to IBC-Go v8 not supporting App Wiring, the Noble Core Team has to manually initialize all IBC modules and keepers. The Forwarding module receives multiple IBC keepers, which have to be manually set once wiring is complete. ([#429](https://github.com/noble-assets/noble/pull/429)) diff --git a/.changelog/v8.0.2/summary.md b/.changelog/v8.0.2/summary.md new file mode 100644 index 00000000..e347d426 --- /dev/null +++ b/.changelog/v8.0.2/summary.md @@ -0,0 +1,5 @@ +*Nov 13, 2024* + +This is a consensus breaking patch to the v8 Helium release line. + +It addresses the following consensus failure when upgrading Noble's mainnet to the `v8.0.1` release. diff --git a/CHANGELOG.md b/CHANGELOG.md index 387e961e..f7a64d15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # CHANGELOG +## v8.0.2 + +*Nov 13, 2024* + +This is a consensus breaking patch to the v8 Helium release line. + +It addresses the following consensus failure when upgrading Noble's mainnet to the `v8.0.1` release. + +### BUG FIXES + +- Due to IBC-Go v8 not supporting App Wiring, the Noble Core Team has to manually initialize all IBC modules and keepers. The Forwarding module receives multiple IBC keepers, which have to be manually set once wiring is complete. ([#429](https://github.com/noble-assets/noble/pull/429)) + +## v8.0.1 + +*Nov 13, 2024* + +This is a consensus breaking patch to the v8 Helium release line. + +It addresses the following consensus failure when upgrading Noble's mainnet to the `v8.0.0` release. + +### BUG FIXES + +- In the v8 Helium upgrade handler, the Noble Core Team wanted to align a missconfiguration in the initial genesis file that resulted in 18 surplus $STAKE existing, bringing the total supply to 1,000,000,018. The migration plan involved burning the surplus 18 tokens via the Uupgrade module, however, the module account was never initialized and permissioned. ([#428](https://github.com/noble-assets/noble/pull/428)) + ## v8.0.0 *Nov 11, 2024*