Ixo v6.0.0 🚀
v6 Upgrade of the Impact Hub Network
Details of the Network Upgrade
1. Claims CW1155 Payments
CW1155 payments are now possible for claims, for APPROVAL based payments it is only allowed if the payment is not an Oracle Payment since we don't handle CW1155 token splitting.
2. New MsgBurn
Created a new Message(MsgBurn) in the Liquidstake module. This allows accounts to burn only native IXO tokens and lower the total supply.
3. Enhancements
Allow SubmitClaimAuthorization Accept flow to go through all constraints and not only the first matching constraint.
Upgrade Procedures
Upgrade steps can be found on the IXO genesis repo at here. It is preferable to use Cosmovisor and preload the v6 binary so that downtime will be a minimum.
Changelog
See the full changelog here
⚡️ Binaries
Binaries for Linux and Darwin (amd64 and arm64) are available below.
Darwin users can also use the same universal binary ixod-6.0.0-darwin-all for both amd64 and arm64.
🔨 Build from source
If you prefer to build from source, you can use the following commands:
git clone https://github.com/ixofoundation/ixo-blockchain
cd ixo-blockchain && git checkout v6.0.0
make install