Jan 23, 2026
This is a minor release to the v11 Flux line.
- Bump CometBFT to
v0.38.21to resolve CSA-2026-001 security advisory. (#622)
- Recover expired IBC light clients for
haqq_11235-1,migaloo-1, andomniflixhub-1(#621)
Nov 19, 2025
This is a minor release to the v11 Flux line, codenamed Pulse.
Oct 21, 2025
This is a non-consensus breaking patch to the v11 Flux release line.
No core code changes are made in this patch.
- Ensure binaries included in releases are statically linked. (#605)
Oct 21, 2025
This is the Flux major release of Noble. It introduces the Orbiter module, that is a new system for cross-chain interoperability.
This and other notable changes are documented below.
- Integrate Orbiter module, that introduces a new system for cross-chain interoperability. (#576)
- Enable permissionless Hyperlane collateral token creation, for all assets except $USDN. (#587)
- Remove Heighliner with a Dockerfile in E2E and build environments. (#557)
- Update module path for v11 release line. (#564)
- Claim
x/distributionmodule funds via upgrade handler that were stuck after its removal. (#571) - Recover expired Shido IBC light client,
07-tendermint-106→07-tendermint-186(#597) - Recover expired Router IBC light client,
07-tendermint-136→07-tendermint-192(#603)
Oct 14, 2025
This is a consensus breaking patch to the v10.1 Ember release line.
- Bump Forwarding to
v2.0.3to removex/bankGetAllBalancesusage. (#600) - Bump CometBFT to
v0.38.19to resolve ASA-2025-003 security advisory. (#600)
Aug 25, 2025
This is a non-consensus breaking patch to the v10.1 Ember release line.
This upgrade is only relevant for validators.
Jul 30, 2025
This is a minor release to the v10 Stratum line, codenamed Ember.
Jul 7, 2025
This is a patch to the v10 Stratum release line.
If the Dollar module has no yield recipients enabled, this is non-consensus breaking.
Jun 6, 2025
This is the Stratum major release of Noble. It introduces composable yield for the Noble Dollar (USDN), along with integration of the Hyperlane protocol.
This and other notable changes are documented below.
- Ensure transaction injections from Jester are non-empty. (#515)
- Bump supported Golang version to
v1.24(#530)
- Integrate the Hyperlane Core module, that enables messaging via the Hyperlane protocol. (#519)
- Upgrade the Dollar module to enable $USDN yield distribution across specific IBC channels and Hyperlane routes. (#526)
- Integrate the Hyperlane Warp module, that enables token transfers via the Hyperlane protocol. (#527)
- Introduce a new ante handler that permissions Hyperlane actions. (#528)
- Integrate the IBC Rate Limit module, that enables more granular control over IBC token transfers. (#541)
- Update module path for v10 release line. (#516)
May 8, 2025
This is a non-consensus breaking patch to the v9 Argentum release line.
- Bump Dollar to
v1.0.2to improvePendingRewardsquery. (#549) - Bump Swap to
v1.0.2to improveSimulateSwapquery. (#549)
Mar 25, 2025
This is a consensus breaking patch to the v9 Argentum release line.
Mar 12, 2025
This is a non-consensus breaking patch to the v9 Argentum release line.
- Bump IBC to
v8.7.0to resolve ISA-2025-001 security advisory. (#513)
Mar 4, 2025
This is a non-consensus breaking patch to the v9 Argentum release line.
- Bump Authority to
v1.0.3to correctly implement codec interface. (#509) - Bump Dollar to
v1.0.1to correct recipient address in event. (#511)
Feb 28, 2025
This is the Argentum major release of Noble. It introduces various new modules that enable the issuance and use-cases of the Noble Dollar (USDN), Noble's yield bearing stablecoin. USDN is fully collateralized by U.S. Treasury bills via the M^0 protocol.
This and other notable changes are documented below.
- Update the capabilities of previously created ICA channels from the ICA Controller module back to the ICA Host module. (#432)
- Bump FiatTokenFactory to remove the limit check when decoding addresses. (#455)
- Bump
cosmossdk.io/client/v2to support returning maps inside AutoCLI queries. (#464) - Bump Authority to
v1.0.2to include a new helper CLI command. (#480) - Bump Forwarding to
v2.0.1to check recipient length and harden validation when registering accounts. (#481) - Bump Packet Forward Middleware to
v8.2.0to resolve GHSA-6fgm-x6ff-w78f security advisory. (#488, #506) - Bump Cosmos SDK to
v0.50.12(#495) - Bump IBC to
v8.6.1to resolve ASA-2025-004 security advisory. (#506)
- Integrate our custom Wormhole module, that enables Wormhole messaging on Noble via IBC. (#444)
- Integrate our custom Dollar module, that enables the issuance of Noble's stablecoin $USDN. (#448)
- Integrate our custom Swap module, that enables the exchange of tokens issued on Noble. (#449)
- Integrate our custom Jester sidecar, that enables the automatic relaying of $USDN transfers to Noble. (#463)
- Enable Swagger documentation in API endpoint. (#470)
- Enable functionality for in-place forking a synced testnet or mainnet node. (#487)
- Update module path for v9 release line. (#443)
Feb 3, 2025
This is a non-consensus breaking patch to the v8 Helium release line.
- Bump CometBFT to
v0.38.17to resolve ASA-2025-001 and ASA-2025-002 security advisories. (#466)
Dec 16, 2024
This is a non-consensus breaking patch to the v8 Helium release line.
- Update
x/authorityto include helper CLI commands. (#440) - Bump Cosmos SDK to
v0.50.11to resolve ABS-0043/ABS-0044 security advisory. (#441)
Nov 20, 2024
This is a non-consensus breaking patch to the v8 Helium release line.
- Update
x/haloto latest non-consensus breaking patch. (#431) - Bump
cosmossdk.io/mathtov1.4.0to resolve ASA-2024-010 security advisory. (#433)
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.
- 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)
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.
- 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)
Nov 11, 2024
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:
The BlockIBC logic was improved to support both Bech32 and Bech32m for IBC recipient addresses.
The module was updated to accept a user's public key when verifying signatures, instead of relying on on-chain data.
The module was updated to include a fallback address and a list of allowed denominations to forward.
Sep 13, 2024
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.
- Update
x/haloto correctly check recipient role when trading to fiat. (#405)
- Update module path for v7 release line. (#399)
Aug 27, 2024
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.
- Update module path for v6 release line. (#389)
Jul 5, 2024
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.
- Switch to Noble's Cosmos SDK fork (
v0.45.16-send-restrictions) that supports send restrictions. (#385)
- Update the default
commit_timeoutto500msto improve block time. (#380)
- Update module path for v5 release line. (#271)
May 10, 2024
This is a consensus breaking patch release to the v4.1 Fusion line.
May 2, 2024
This is a consensus breaking patch release to the v4.1 Fusion line.
- Bump
x/forwardingmodule tov1.1.0(#357) - Bump FiatTokenFactory to
738932c(#359) - Bump CCTP to
69ee090(#359)
Apr 16, 2024
This is a consensus breaking patch release to the v4.1 Fusion line.
- Remove custom ABCI logic inside
DeliverTxthat causes consensus failures. (#353)
Apr 15, 2024
This is a minor release to the v4 Argon line, codenamed Fusion.
The main part of this release is the introduction of the x/forwarding module.
It allows users to create a new account type, where the receipt of funds into
that account triggers an automatic IBC transfer over a specified channel to a
recipient address. This allows for one-click transfers to any IBC-enabled chain,
and can be used in tandem with, for example, the receipt of funds from a
Circle Mint account or via CCTP.
Other notable changes include are documented below.
- Switch to Noble's Cosmos SDK fork (
v0.45.16-noble), allowingDeliverTxto be extended. - Bump PFM from Mandrake patch commit (
455757b) to release tag (v4.1.2). - Bump IBC to
v4.6.0to resolve ASA-2024-007 security advisory. - Bump FiatTokenFactory to
0a7385dfor various blocklist and paused check improvements.
- Align module path with Go's naming convention. (#249, #283)
- Switch to migrated
x/blockibcundercirclefin/noble-fiattokenfactory. (#346)
Mar 11, 2024
This is a consensus breaking patch release to the v4 Argon line.
- Bump FiatTokenFactory to
14edf83to enablex/authzsupport. - Bump PFM to
455757bto resolve Mandrake disclosure.
- Switch to migrated version of
x/fiattokenfactorymodule.
Nov 21, 2023
This is a non-consensus breaking patch release to the v4 Argon line.
- Implement a parameter query for the
x/tariffmodule. (#277)
Nov 16, 2023
This is a consensus breaking patch release to the v4 Argon line.
- Unregister
x/distributionhooks to address consensus failure. (#274)
Nov 6, 2023
This is the long awaited Argon major release of Noble. It introduces a new x/cctp module that implements Circle's Cross Chain Transfer Protocol (CCTP), allowing native $USDC transfers between supported EVM networks and Noble (with many more networks to come).
Along with the integration of the CCTP module, the following changes were made.
- Include support for Coinbase's Rosetta API. (#215)
- Add
x/fiattokenfactoryinterface changes required for CCTP. (#241)
Sep 15, 2023
This is a minor release to the v3 Radon line.
In response to multiple IBC channels expiring on Noble's mainnet network, it was decided to expand the functionality of Noble's Maintenance Multisig to include IBC upgrade functionality (allowing expired clients to be changed).
- Include support for IBC inside the ParamAuthority. (#235)
- Align module path with Go's naming convention. (#234)
This changelog has yet to be fully initialized. For previous versions please refer to the release notes for a summary of changes.