Releases: noble-assets/noble
v4.0.1
v4.1.0-rc.0
This is the first release candidate for a minor release to the v4 Argon line.
DEPENDENCIES
FEATURES
- Introduce a new
x/stabletokenfactory
module for issuing USDLR by Stable. (#269)
IMPROVEMENTS
- Align module path with Go's naming convention. (#249)
- Remove
x/fiattokenfactory
module from codebase and switch to migrated version undercirclefin/noble-fiattokenfactory
(#259) - Add multiple fee denom support to the
x/tariff
module. (#269)
v4.0.0
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
DEPENDENCIES
FEATURES
- Include support for Coinbase's Rosetta API. (#215)
IMPROVEMENTS
- Add
x/fiattokenfactory
interface changes required for CCTP. (#241)
v4.0.0-rc0
What's Changed
- chore: remove router by @johnletey in #248
- fix: ledger support for macOS Sonoma by @johnletey in #253
- chore: add cctp roles test by @johnletey in #245
- chore: update ibc to v4 by @johnletey in #250
- chore: fix simulation tests by @johnletey in #252
- chore: bump pfm to
v4.1.1
by @johnletey in #258 - chore: prepare
v4.0.0-rc0
by @johnletey in #255
Full Changelog: v4.0.0-beta2...v4.0.0-rc0
v4.0.0-beta2
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
- Update CI to work with PR's from forks by @boojamya in #187
- Heighliner github action by @agouin in #193
- Update Interchaintest by @boojamya in #194
- Add Action to include binary's and sha in release by @boojamya in #197
- fix image build ref by @agouin in #199
- chore: configure mergify by @johnletey in #200
- Update
paramauthority
Module by @boojamya in #189 - ibc client authority by @agouin in #198
- fix: upgrade cmd by @boojamya in #208
- chore: prepare
argon
by @johnletey in #196 - feat: rosetta support by @boojamya in #215
- wire up private cctp repo and router repo by @agouin in #241
- chore: cleanup post
v3.1.0
release by @agouin in #242 - Bump router to v1 release by @agouin in #243
Full Changelog: v3.0.0...v4.0.0-beta2
v3.1.0
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
- Align module path with Go's naming convention. (#234)
Full Changelog: v3.0.0...v3.1.0
v4.0.0-alpha1
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
- Update CI to work with PR's from forks by @boojamya in #187
- Heighliner github action by @agouin in #193
- Update Interchaintest by @boojamya in #194
- Add Action to include binary's and sha in release by @boojamya in #197
- fix image build ref by @agouin in #199
- chore: configure mergify by @johnletey in #200
- Update
paramauthority
Module by @boojamya in #189 - ibc client authority by @agouin in #198
- fix: upgrade cmd by @boojamya in #208
- chore: prepare
argon
by @johnletey in #196 - feat: rosetta support by @boojamya in #215
- cctp and router + wiring by @agouin in #214
New Contributors
- @johnletey made their first contribution in #200
Full Changelog: v3.0.0...v4.0.0-alpha1
v3.0.0
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
- Move to cometbft and sdk v0.45.15 by @boojamya in #155
- Airdrop json file by @boojamya in #156
- Add Tariff Module by @boojamya in #157
- Add globalminfees module by @jackzampolin in #146
- UpgradeHandler for "Radon" Upgrade by @boojamya in #154
- Update
radon
upgrade handler (Cherry-pick: #160) by @boojamya in #161 - Bump rly default version to v2.3.1 by @agouin in #164
- Update readme.md by @Jelena647 in #163
- Cherry-pick: #162, #165 by @boojamya in #166
- Add docs for tariff module by @boojamya in #167
- Handle Zero Amount Coins to Entities by @boojamya in #169
- Log error instead of panic during BeginBlocker token allocations by @boojamya in #170
- Check for zero shares and dupe addresses by @boojamya in #172
- Update Packet Forward Middleware by @boojamya in #177
- Fix: ibc-go v3 huckleberry patch by @agouin in #182
- Make more efficient if zero fees to distribute by @boojamya in #171
- Test upgrades by @agouin in #183
- version fix by @danbryan in #186
Full Changelog: v2.0.0...v3.0.0
v2.0.1
Patch Release 🔨
What's Changed
- Fix: ibc-go v3 huckleberry patch by @boojamya + @johnletey in #180
Full Changelog: v2.0.0...v2.0.1
v0.5.1
Patch Release 🔨
This patch addresses an issue where the globalfee
module wasn't correctly handling its BypassMinFeeMsgTypes
parameter
What's Changed
denom_metadata
patch forradon
upgrade by @boojamya in #160- Fix bypass min fees wiring to use params value by @agouin in #162
- Simplify Radon Upgrade Handler by @boojamya in #165
Full Changelog: v0.5.0...v0.5.1