v9.0.0
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.
BUG FIXES
- Update the capabilities of previously created ICA channels from the ICA Controller module back to the ICA Host module. (#432)
DEPENDENCIES
- Bump FiatTokenFactory to remove the limit check when decoding addresses. (#455)
- Bump
cosmossdk.io/client/v2
to support returning maps inside AutoCLI queries. (#464) - Bump Authority to
v1.0.2
to include a new helper CLI command. (#480) - Bump Forwarding to
v2.0.1
to check recipient length and harden validation when registering accounts. (#481) - Bump Packet Forward Middleware to
v8.2.0
to resolve GHSA-6fgm-x6ff-w78f security advisory. (#488, #506) - Bump Cosmos SDK to
v0.50.12
(#495) - Bump IBC to
v8.6.1
to resolve ASA-2025-004 security advisory. (#506)
FEATURES
- 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)
IMPROVEMENTS
- Update module path for v9 release line. (#443)
Full Changelog: v8.0.5...v9.0.0