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_timeout
to500ms
to 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/forwarding
module 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
DeliverTx
that 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
), allowingDeliverTx
to be extended. - Bump PFM from Mandrake patch commit (
455757b
) to release tag (v4.1.2
). - Bump IBC to
v4.6.0
to resolve ASA-2024-007 security advisory. - Bump FiatTokenFactory to
0a7385d
for various blocklist and paused check improvements.
- Align module path with Go's naming convention. (#249, #283)
- Switch to migrated
x/blockibc
undercirclefin/noble-fiattokenfactory
. (#346)
Mar 11, 2024
This is a consensus breaking patch release to the v4 Argon line.
- Bump FiatTokenFactory to
14edf83
to enablex/authz
support. - Bump PFM to
455757b
to resolve Mandrake disclosure.
- Switch to migrated version of
x/fiattokenfactory
module.
Nov 21, 2023
This is a non-consensus breaking patch release to the v4 Argon line.
- Implement a parameter query for the
x/tariff
module. (#277)
Nov 16, 2023
This is a consensus breaking patch release to the v4 Argon line.
- Unregister
x/distribution
hooks 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/fiattokenfactory
interface 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.