Skip to content

Releases: graphprotocol/gaia

v18.0.0-rc0

27 Jun 03:28
v18.0.0-rc0
44b7310
Compare
Choose a tag to compare
v18.0.0-rc0 Pre-release
Pre-release

Gaia v18.0.0 Release Notes

📝 Changelog

Check out the changelog for a list of relevant changes or compare all changes from last release.

Refer to the upgrading guide when migrating from v17.2.x to v18.x.

🚀 Highlights

This release adds the following features:

  • Permissioned CosmWasm (as per prop 895) enables the governance-gated deployment of CosmWasm contracts. See this forum discussion for more details on what contracts should be deployed on the Hub.
  • Skip's feemarket module (as per prop 842) enables the dynamic adjustment of the base transaction fee based on the block utilization (the more transactions in a block, the higher the base fee). This module replaces the x/globalfee module.
  • Expedited proposals (as per prop 926) enable governance proposals with a shorter voting period (i.e., one week instead of two), but with a higher tally threshold (i.e., 66.7% of Yes votes for the proposal to pass) and a higher minimum deposit (i.e., 500 ATOMs instead of the 250 for regular proposals). Initially, only MsgSoftwareUpgrade and MsgCancelUpgrade can be expedited.

The release also bumps the following dependencies:

❤️ Contributors

This list is non-exhaustive and ordered alphabetically.
Thank you to everyone who contributed to this release!

🔨 Build from source

You must use Golang v1.22 if building from source.

git clone https://github.com/cosmos/gaia
cd gaia && git checkout v18.0.0
make install

⚡️ Download binaries

Binaries for linux, darwin, and windows are available below.

v14.2.0-rc0

07 Mar 07:30
v14.2.0-rc0
3aa6e50
Compare
Choose a tag to compare
v14.2.0-rc0 Pre-release
Pre-release

Gaia v14.2.0 Release Notes

This is an emergency release and should be applied only at height 19460500.

Upgrade notes: https://github.com/cosmos/gaia/blob/v14.2.0/UPGRADING.md

📝 Changelog

Check out the changelog for a list of relevant changes or compare all changes from last release.

🚀 Highlights

This is an emergency release that fixes an issue with PFM.

🔨 Build from source

git clone https://github.com/cosmos/gaia
cd gaia && git checkout v14.2.0
make install

⚡️ Download binaries

Binaries for linux, darwin, and windows are available below.

v14.0.0

17 Nov 16:12
v14.0.0
189b57b
Compare
Choose a tag to compare
v14.0.0 Pre-release
Pre-release

Gaia v14.0.0 Release Notes

📝 Changelog

Check out the changelog for a list of relevant changes or compare all changes from last release.

🚀 Highlights

This release upgrade ICS to v2.3.0-provider-lsm adding the cryptographic verification of equivocation feature and deprecating the equivocation proposals.

🔨 Build from source

git clone https://github.com/cosmos/gaia
cd gaia && git checkout v14.0.0
make install

⚡️ Download binaries

Binaries for linux, darwin, and windows are available below.

v14.0.0-rc1

17 Nov 16:12
v14.0.0-rc1
7712404
Compare
Choose a tag to compare
v14.0.0-rc1 Pre-release
Pre-release

Gaia v14.0.0 Release Notes

📝 Changelog

Check out the changelog for a list of relevant changes or compare all changes from last release.

🚀 Highlights

This release upgrade ICS to v2.3.0-provider-lsm adding the cryptographic verification of equivocation feature and deprecating the equivocation proposals.

🔨 Build from source

git clone https://github.com/cosmos/gaia
cd gaia && git checkout v14.0.0
make install

⚡️ Download binaries

Binaries for linux, darwin, and windows are available below.

v13.0.2

17 Nov 16:14
v13.0.2
2406abb
Compare
Choose a tag to compare
v13.0.2 Pre-release
Pre-release

Gaia v13.0.2 Release Notes

📝 Changelog

Check out the changelog for a list of relevant changes or compare all changes from last release.

🚀 Highlights

This release contains a fix that enables users to sign with ledger through the binary on newest versions of macOS and Xcode.
Thanks to @jhernandezb for the fix.

🔨 Build from source

git clone https://github.com/cosmos/gaia
cd gaia && git checkout v13.0.2
make install

⚡️ Download binaries

Binaries for linux, darwin, and windows are available below.

v14.0.0-rc0

17 Nov 16:12
v14.0.0-rc0
0e94897
Compare
Choose a tag to compare
v14.0.0-rc0 Pre-release
Pre-release

Gaia v14.0.0 Release Notes

📝 Changelog

Check out the changelog for a list of relevant changes or compare all changes from last release.

🚀 Highlights

This release upgrade ICS to v2.2.0-provider-lsm adding the cryptographic verification of equivocation feature and deprecating the equivocation proposals.

🔨 Build from source

git clone https://github.com/cosmos/gaia
cd gaia && git checkout v14.0.0
make install

⚡️ Download binaries

Binaries for linux, darwin, and windows are available below.

v13.0.1

17 Nov 16:14
v13.0.1
72edfa7
Compare
Choose a tag to compare
v13.0.1 Pre-release
Pre-release

Gaia v13.0.0 Release Notes

📝 Changelog

Check out the changelog for a list of relevant changes or compare all changes from last release.

🚀 Highlights

This release contains a security bug fix for high-severity Packet Forwarding Middleware issue.
Please consult this security advisory document for more information.

The changes outlined in this release do not require a co-ordinated upgrade.

🔨 Build from source

git clone https://github.com/cosmos/gaia
cd gaia && git checkout v13.0.1
make install

⚡️ Download binaries

Binaries for linux, darwin, and windows are available below.

v13.0.0

17 Nov 16:14
v13.0.0
04ea8da
Compare
Choose a tag to compare
v13.0.0 Pre-release
Pre-release

Gaia v13.0.0 Release Notes

📝 Changelog

Check out the changelog for a list of relevant changes or compare all changes from last release.

🚀 Highlights

This release remove the Liquidity module and bump Replicated Security to v2.1.0-provider-lsm.

🔨 Build from source

git clone https://github.com/cosmos/gaia
cd gaia && git checkout v13.0.0
make install

⚡️ Download binaries

Binaries for linux, darwin, and windows are available below.