Skip to content

Mantrachain v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Feb 07:18
· 1 commit to main since this release
e17cefa

What's Changed

  • switch to using MANTRA cosmos-sdk fork https://github.com/MANTRA-Chain/cosmos-sdk/tree/v0.50.11-v2-mantra-1
  • added e2e test framework
  • introduced max refund of gas fee to the amount of fee consumed
  • fixed bug where excess fees are refunded to msg.sender for transactions that are paid by fee granters
  • fixed bug where tokenfactory denom admin can burn their token from ibc escrow accounts

Changelog

Full Changelog: v1.0.3...v2.0.0

🔨 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 v2.0.0
make install