What's Changed
- test(e2e): add wasm e2e test by @BigtoC in #356
- build(golangci-lint): migrate to v2 config and apply lint to repo by @freeelancer in #358
- feat: block mint burn for disabled tokenfactory coins by @freeelancer in #359
- feat: add erc20 token address for tokenfactory token by @freeelancer in #361
- fix: enforce use of noop mempool by @freeelancer in #357
- Merge branch 'main' into release/v5.0.0-rcx by @freeelancer in #363
- fix: connect integration tests and keep cosmos key type as default by @freeelancer in #362
- Merge from main by @freeelancer in #365
- ci: add workflow for cosmwasm tests on chain by @mantricjavier in #360
- chore(deps): bump cosmos-sdk fork from v0.53.0 to v0.53.3 by @freeelancer in #369
- fix: cleanup temp wasmd folder by @mmsqe in #334
- test(e2e): tokenfactory hooks tests by @freeelancer in #370
- feat: bump cosmos/evm to latest commit + upgradehandler by @freeelancer in #373
- fix: reinstate secp256k1 keys add by @freeelancer in #374
- chore(deps): bump cosmos/evm to latest commit by @mmsqe in #377
- fix: update heighliner tag and enable arm64 platform in build configuration by @allthatjazzleo in #375
New Contributors
- @BigtoC made their first contribution in #356
- @mantricjavier made their first contribution in #360
- @mmsqe made their first contribution in #334
Full Changelog: v5.0.0-rc0...v5.0.0-rc2
🔨 Build from source
If you prefer to build from source, you can use the following commands:
git clone https://github.com/MANTRA-Chain/mantrachain
cd mantrachain && git checkout v5.0.0-rc2
make install