Skip to content

Releases: noble-assets/noble

v4.0.1

20 Nov 12:49
v4.0.1
9462e88
Compare
Choose a tag to compare

This is the first patch release to the v4 Argon line.

BUG FIXES

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

v4.1.0-rc.0

15 Nov 11:12
v4.1.0-rc.0
da062c1
Compare
Choose a tag to compare
v4.1.0-rc.0 Pre-release
Pre-release

This is the first release candidate for a minor release to the v4 Argon line.

DEPENDENCIES

FEATURES

IMPROVEMENTS

v4.0.0

06 Nov 17:56
v4.0.0
28bc842
Compare
Choose a tag to compare

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)

v4.0.0-rc0

03 Nov 09:22
v4.0.0-rc0
7cbb8c4
Compare
Choose a tag to compare
v4.0.0-rc0 Pre-release
Pre-release

What's Changed

Full Changelog: v4.0.0-beta2...v4.0.0-rc0

v4.0.0-beta2

26 Sep 23:17
f8d7233
Compare
Choose a tag to compare
v4.0.0-beta2 Pre-release
Pre-release

Noble grand-1 testnet v4.0.0-beta2 release

This release incorporates fixes from the CCTP module audit by Halborn and the router module audit by Oak Security

What's Changed

Full Changelog: v3.0.0...v4.0.0-beta2

v3.1.0

16 Sep 00:04
d145036
Compare
Choose a tag to compare

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

Full Changelog: v3.0.0...v3.1.0

v4.0.0-alpha1

19 Jul 07:44
cfd318e
Compare
Choose a tag to compare
v4.0.0-alpha1 Pre-release
Pre-release

Noble grand-1 Testnet - Argon Upgrade

Highlights

  • Circle CCTP Protocol
  • Strangelove Router module for Mint+Forward via CCTP
  • Paramauthority able to recover expired light clients
  • Coinbase Rosetta integration
  • Heighliner docker images published to ghcr
  • Static binaries from Heighliner images published as artifacts

What's Changed

New Contributors

Full Changelog: v3.0.0...v4.0.0-alpha1

v3.0.0

26 May 19:42
1e5ed6b
Compare
Choose a tag to compare

May 26, 2023: grand-1 testnet upgrade from v0.5.0 or v0.5.1. We are making the versioning between testnet and mainnet consistent.

Noble Radon Upgrade

This upgrade introduces additional noble fee mechanics

Global min-fee module

A minimum fee is now held in the chain state. If a validator or full-node configures a minimum-gas-prices in app.toml below the minimum-fee in the chain state, the minimum fee from state will be used instead.

Tariff module

An additional fee can be collected for outgoing IBC transfers of a specific denom. This is a basis points (BPS) fee taken proportionally to the transfer amount, up to a maximum amount.
Fee distribution is also modified to distribute a share of fees to a configurable list of entities before the distribution-module validator distribution.

What's Changed

Full Changelog: v2.0.0...v3.0.0

v2.0.1

25 May 21:42
2779439
Compare
Choose a tag to compare

Patch Release 🔨

What's Changed

Full Changelog: v2.0.0...v2.0.1

v0.5.1

19 Apr 18:24
9249068
Compare
Choose a tag to compare

Patch Release 🔨

This patch addresses an issue where the globalfee module wasn't correctly handling its BypassMinFeeMsgTypes parameter

What's Changed

Full Changelog: v0.5.0...v0.5.1