This release can only be applied to the current testnet (rebel-2) as of now. Please use v2.1.1 for the mainnet(columbus-5).
COMPILER
Bump minimum Go version to 1.20
Highlights
- CosmosSDK v0.46.14 and CometBFT v0.34.29
- Split Burn Tax handler to transfer funds to the distribution module instead of directly funding the community pool
- Tax exemption for whitelisted smart contracts and IBC denoms
What's Changed
- feat(app): Import Fork of Osmosis by @alchemist-ti in #252
- tools: add mergify by @alchemist-ti in #294
#290 - feat(treasury): split the burn tax to the distribution module by @alchemist-ti in #272
- feat: add test scripts for token migration by @nghuyenthevinh2000 in #300
- feat: Support WASM stargate queries by @nghuyenthevinh2000 in #309
- feat: Smart Contract Tax Whitelist by @fragwuerdig in #301
- feat: upgrade SDKs by @nghuyenthevinh2000 in #319
- feat: exempt ibc denoms from tax by @fragwuerdig in #329
- feat: FeeDecorator by @inon-man in #331
- fix: remove panic from ante/tax by @inon-man in #334
- fix: do not BurnTaxSplit when simulating by @alchemist-ti in #340
- fix: set default
iavl-disable-fastnode
to true by @inon-man in #339
Full Changelog: v2.1.2...v2.2.1