Skip to content

Commit

Permalink
docs: add patch release entries
Browse files Browse the repository at this point in the history
  • Loading branch information
johnletey committed Nov 14, 2024
1 parent 2592437 commit fd144d1
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions .changelog/v8.0.1/bug-fixes/428-surplus-supply.md
Original file line number Diff line number Diff line change
@@ -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))
5 changes: 5 additions & 0 deletions .changelog/v8.0.1/summary.md
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
@@ -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))
5 changes: 5 additions & 0 deletions .changelog/v8.0.2/summary.md
Original file line number Diff line number Diff line change
@@ -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.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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*
Expand Down

0 comments on commit fd144d1

Please sign in to comment.