Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add patch release entries #430

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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