🔨 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 v8.1.0
make installWhat's Changed
- Problem: cometbft not up to date by @yihuang in #641
- Problem: redundant SetMaxValidators when seed MaxProviderConsensusValidators by @mmsqe in #645
- Problem: no withdraw address must equal delegator precondition by @mmsqe in #644
- Problem: importBlockEvents reports incorrect height count on failures by @mmsqe in #642
- Problem: error formatting in the ERC20 wrapper error by @mmsqe in #643
- feat(sanction): reject nested MsgExec in blacklist ante by @freeelancer in #648
- Problem: Ignored gas cap parameter in EVM calls enabling excessive gas consumption by @mmsqe in #647
- Problem: wrong staking keeper wired in app.go by @mmsqe in #654
Full Changelog: v8.0.0...v8.1.0