Skip to content

Ixo v3.0.0 πŸš€

Latest
Compare
Choose a tag to compare
@Michael-Ixo Michael-Ixo released this 22 Mar 10:25

This is a major release, aimed at enhancing the functionality of the Ixo chain to amplify its impact.

Key Features and Enhancements:

  1. Claims module enhancements:
    New messages allowing the updates of claim collections. Adding "invalidated" as claim evaluation option, to bypass evaluation payment for invalidated claims.

  2. Entity module:
    New message MsgRevokeEntityAccountAuthz to allow authz revoking from module account to user.

  3. Fixes:
    Fix ledger modules. Fix wasmd whitelisted stargate queries. Minor fixes.

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-3.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 v3.0.0
make install