Releases: noble-assets/noble
v8.0.2
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)
Full Changelog: v8.0.1...v8.0.2
v8.0.1
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)
Full Changelog: v8.0.0...v8.0.1
v8.0.0
This is the Helium major release of Noble. It upgrades Noble itself and all of it's core modules to the latest stable release of the Cosmos SDK, v0.50.x
a.k.a. Eden. Additional module changes have been documented below:
FiatTokenFactory
The BlockIBC logic was improved to support both Bech32 and Bech32m for IBC recipient addresses.
Florin
The module was updated to accept a user's public key when verifying signatures, instead of relying on on-chain data.
Forwarding
The module was updated to include a fallback address and a list of allowed denominations to forward.
Full Changelog: v7.0.0...v8.0.0
v8.0.0-rc.4
This is the second release candidate for the v8 Helium release line.
Full Changelog: v8.0.0-rc.3...v8.0.0-rc.4
v8.0.0-rc.0
This is the first release candidate for the v8 Helium release line.
Full Changelog: v7.0.0...v8.0.0-rc.0
v7.0.0
This is the Numus major release of Noble. It introduces a new x/florin
module
that enables the native issuance of Monerium's EUR emoney (EURe)
asset. EURe is issued by Monerium EMI, a regulated entity, licensed in the EEA.
E-money is recognized as a digital alternative to cash, 1:1 backed in
high-quality liquid assets and is unconditionally redeemable on demand.
Other notable changes are documented below.
BUG FIXES
- Update
x/halo
to correctly check recipient role when trading to fiat. (#405)
IMPROVEMENTS
- Update module path for v7 release line. (#399)
Full Changelog: v6.0.0...v7.0.0
v7.0.0-rc.0
This is the first release candidate for the v7 Numus release line.
Full Changelog: v6.0.0...v7.0.0-rc.0
v6.0.0
This is the Xenon major release of Noble. It introduces a new x/halo
module
that enables the native issuance of Hashnote's US Yield Coin (USYC)
asset. USYC is an on-chain representation of Hashnote's Short Duration Yield
Fund, primarily investing in U.S. Treasury Bills and engaging in reverse repo
activities.
Other notable changes are documented below.
IMPROVEMENTS
- Update module path for v6 release line. (#389)
Full Changelog: v5.0.0...v6.0.0
v6.0.0-rc.0
This is the first release candidate for the v6 Xenon release line.
Full Changelog: v5.0.0...v6.0.0-rc.0
v5.0.0
This is the Krypton major release of Noble. It introduces a new x/aura
module
that enables the native issuance of Ondo's US Dollar Yield (USDY)
asset. USDY is a tokenized note secured by short-term US Treasuries and bank
demand deposits.
Other notable changes are documented below.
DEPENDENCIES
- Switch to Noble's Cosmos SDK fork (
v0.45.16-send-restrictions
) that supports send restrictions. (#385)
FEATURES
- Update the default
commit_timeout
to500ms
to improve block time. (#380)
IMPROVEMENTS
- Update module path for v5 release line. (#271)