Skip to content

Latest commit

 

History

History
194 lines (108 loc) · 7.76 KB

CHANGELOG.md

File metadata and controls

194 lines (108 loc) · 7.76 KB

CHANGELOG

v6.0.0

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.

IMPROVEMENTS

  • Update module path for v6 release line. (#389)

v5.0.0

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.

DEPENDENCIES

FEATURES

  • Update the default commit_timeout to 500ms to improve block time. (#380)

IMPROVEMENTS

  • Update module path for v5 release line. (#271)

v4.1.3

May 10, 2024

This is a consensus breaking patch release to the v4.1 Fusion line.

DEPENDENCIES

v4.1.2

May 2, 2024

This is a consensus breaking patch release to the v4.1 Fusion line.

DEPENDENCIES

IMPROVEMENTS

v4.1.1

Apr 16, 2024

This is a consensus breaking patch release to the v4.1 Fusion line.

BUG FIXES

  • Remove custom ABCI logic inside DeliverTx that causes consensus failures. (#353)

v4.1.0

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.

DEPENDENCIES

  • Switch to Noble's Cosmos SDK fork (v0.45.16-noble), allowing DeliverTx 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

v4.0.3

Mar 11, 2024

This is a consensus breaking patch release to the v4 Argon line.

DEPENDENCIES

  • Bump FiatTokenFactory to 14edf83 to enable x/authz support.
  • Bump PFM to 455757b to resolve Mandrake disclosure.

IMPROVEMENTS

  • Switch to migrated version of x/fiattokenfactory module.

v4.0.2

Nov 21, 2023

This is a non-consensus breaking patch release to the v4 Argon line.

IMPROVEMENTS

  • Implement a parameter query for the x/tariff module. (#277)

v4.0.1

Nov 16, 2023

This is a consensus breaking patch release to the v4 Argon line.

BUG FIXES

  • Unregister x/distribution hooks to address consensus failure. (#274)

v4.0.0

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.

BUG FIXES

  • Fix simulation tests. (#252)
  • Fix Ledger support for macOS Sonoma. (#253)

DEPENDENCIES

FEATURES

IMPROVEMENTS

  • Add x/fiattokenfactory interface changes required for CCTP. (#241)

v3.1.0

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).

FEATURES

  • Include support for IBC inside the ParamAuthority. (#235)

IMPROVEMENTS


Previous Changes

This changelog has yet to be fully initialized. For previous versions please refer to the release notes for a summary of changes.