Releases: noble-assets/noble
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)
v5.0.0-rc.0
This is the first release candidate for the v5 Krypton release line.
v4.1.3
This is a consensus breaking patch release to the v4.1 Fusion line.
DEPENDENCIES
Full Changelog: v4.1.2...v4.1.3
v4.1.2
v4.1.1
v4.1.1-rc.0
This is the release candidate for a consensus breaking patch release to the v4.1 Fusion line.
BUG FIXES
- Remove custom ABCI logic inside
DeliverTx
that causes consensus failures. (8a4cf67
)
v4.1.0 — DEPRECATED
🚨 This release is deprecated. Please use v4.1.1
instead. 🚨
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.
DEPENDENCIES
- 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.
IMPROVEMENTS
- Align module path with Go's naming convention. (#249, #283)
- Switch to migrated
x/blockibc
undercirclefin/noble-fiattokenfactory
. (#346)
Full Changelog: v4.0.3...v4.1.0
v4.1.0-rc.4
This is the fifth release candidate for a minor release to the v4 Argon line.
BUG FIXES
- Improve checks around account existence when registering a new forwarding account. (#323)
- Implement channel state checks registering and clearing forwarding accounts. (#328)
- Pass a packet onto the next middleware if we fail to decode the receiver. (#350)
DEPENDENCIES
- Bump PFM from Mandrake patch commit (
455757b
) to release tag (v4.1.2
). (#346) - Switch to Noble's Cosmos SDK fork (
v0.45.16-noble
), allowingDeliverTx
to be extended. (#346) - Bump IBC to
v4.6.0
to resolve ASA-2024-007 security advisory. (#346) - Bump FiatTokenFactory to
0a7385d
for various blocklist and paused check improvements. (#346)
FEATURES
- Allow forwarding accounts to be manually cleared by any user. (#312)
IMPROVEMENTS
- Switch to migrated
x/blockibc
undercirclefin/noble-fiattokenfactory
. (#346)
Full Changelog: v4.1.0-rc.3...v4.1.0-rc.4
v4.1.0-rc.3
This is the fourth release candidate for a minor release to the v4 Argon line.
BUG FIXES
- Correctly track
NumOfForwards
andTotalForwarded
when forwarding. (#310)
DEPENDENCIES
- Bump FiatTokenFactory to
14edf83
to enablex/authz
support. - Bump PFM to
455757b
to resolve Mandrake disclosure.
Full Changelog: v4.1.0-rc.2...v4.1.0-rc.3