Skip to content

Releases: ixofoundation/ixo-blockchain

Ixo v3.0.0 🚀

22 Mar 10:25
Compare
Choose a tag to compare

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:/ixofoundation/ixo-blockchain
cd ixo-blockchain && git checkout v3.0.0
make install

v3.0.0-rc.0

22 Mar 10:06
Compare
Choose a tag to compare
v3.0.0-rc.0 Pre-release
Pre-release

Changelog

See the full changelog here

v0.20.2

11 Oct 12:22
Compare
Choose a tag to compare

Full Changelog: v0.20.1...v0.20.2

Ixo v2.0.0 🚀

29 Aug 07:18
f41a093
Compare
Choose a tag to compare

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

Key Features and Enhancements:

  1. Packet-forward-middleware integrated:
    Developed by Strangelove, is a new module that enables IBC packets to be routed across multiple chains with a single transaction,
    simplifying the process of moving assets or data between blockchain networks.

  2. Async-ICQ integrated:
    Interchain Queries enable blockchains to query the state of an account on another chain without the need for ICA auth. ICS-27,
    Interchain Accounts, is used for IBC transactions, e.g. to transfer coins from one interchain account to another, whereas Interchain
    Queries are used for IBC Queries, e.g. to query the balance of an account on another chain. In short, ICA is cross chain writes while ICQ
    is cross chain reads.

  3. Dependancy updates:
    Includes cosmos-sdk to v0.45.16, ibc-go to v4.4.1 (includes Huckleberry security fix), wasmvm to v1.2.4 (includes Cherry security fix),
    changed consensus engine from Tendermint to Cometbft

  4. Fixes:
    Fix gas context issue (gas estimation and usage was very low). 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-2.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:/ixofoundation/ixo-blockchain
cd ixo-blockchain && git checkout v2.0.0
make install

v0.20.1

03 Jul 10:17
c4be3cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.0...v0.20.1

v0.20.0

22 Mar 15:40
be8f539
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.19.3...v0.20.0

v0.20.0-rc.4

17 Mar 15:52
Compare
Choose a tag to compare
v0.20.0-rc.4 Pre-release
Pre-release

v0.20.0-rc.3

15 Mar 12:50
Compare
Choose a tag to compare
v0.20.0-rc.3 Pre-release
Pre-release

v0.20.0-rc.2

14 Mar 15:51
Compare
Choose a tag to compare
v0.20.0-rc.2 Pre-release
Pre-release

v0.20.0-rc.1

10 Mar 09:31
Compare
Choose a tag to compare
v0.20.0-rc.1 Pre-release
Pre-release

Full Changelog: v0.19.3...v0.20.0-rc.1