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