Releases: cosmos/gaia
v7.0.1
Gaia v7.0.1 Release Notes
This release introduces updates to three core dependencies: tendermint
v0.34.19, cosmos-sdk
v0.45.3, and tm-db
v0.6.7. The tendermint
dependency update includes a number of p2p and consensus improvements. The cosmos-sdk
release includes minor patches and fixes. The tm-db
release includes a gorocksdb
update.
App: gaiad
Version: v7.0.1
Commit: 0664d9ec7c7acbcd944174f2f5326a7df5654bdf
Files:
dc1977e41cd262f6474d6f7c7d36d7cb gaiad-v7.0.1-darwin-amd64
fb73e46ecd16d4fea99a0d1e72e6f743 gaiad-v7.0.1-linux-amd64
1e5b33364120dd76f2eba925f9b63cb3 gaiad-v7.0.1-linux-arm64
63ba5bce0029090abbfd6ad97dbe9f54 gaiad-v7.0.1-windows-amd64.exe
fcba8aa61b6b96f1050422fee0845834 gaiad-v7.0.1.tar.gz
Checksums-Sha256:
2af028213956eb18797cde77e61283aef1c76d64d433f20ab1e644c46ad64b36 gaiad-v7.0.1-darwin-amd64
333be820aafaaee92db894ee2fbf2deb47c292dae16e408fadd609cd9cb85e3b gaiad-v7.0.1-linux-amd64
8f1f2369bff5d66bea675a4ba79391fae87d661dae34a1d28c2d658cd4546be1 gaiad-v7.0.1-linux-arm64
d47fc2726ac0e187d3d982ebe58f3ae0798f7f1c5178dcf2a0cc158be47f73f7 gaiad-v7.0.1-windows-amd64.exe
cec1f5db343f84ec481c60b39555a703c93b12884ea31d664b4d7624b84daa98 gaiad-v7.0.1.tar.gz
v7.0.0
Gaia v7.0.0 Release Notes
This is the final release for the Theta upgrade which is proposed to take place at height 10,085,397 which should occur approximately at April 12th, 2022 at 12:00:00 UTC. The chain id will remain cosmoshub-4
.
For full upgrade instructions please see https://hub.cosmos.network/main/hub-tutorials/upgrade-node.html.
- (gaia) bump cosmos-sdk to v0.45.1. See CHANGELOG.md for details.
- (gaia) bump ibc-go module to v3.0.0. See CHANGELOG.md for details.
- (gaia) add interchain account module (interhchain-account module is part of ibc-go module).
- (gaia) bump liquidity module to v1.5.0. See CHANGELOG.md for details.
- (gaia) bump packet-forward-middleware module to v2.1.1.
- (gaia) add migration logs for upgrade process.
The upgrade proposal for the Cosmos Hub that includes this release is as follows:
This on-chain upgrade governance proposal is to adopt gaia v7.0.0 which includes a number of updates and fixes. By voting YES to this proposal, you approve of adding these
For instructions on performing the upgrade see https://hub.cosmos.network/main/hub-tutorials/upgrade-node.html
Background
Since the last v6-Vega upgrade at height 86950000 there have been a number of updates, fixes and new modules added to the Cosmos SDK, IBC and Tendermint.
This is a proposal to adopt the first release candiate for the v7-Theta upgrade on the public testnet.
It contains the following changes:
- (gaia) bump cosmos-sdk to v0.45.1. See CHANGELOG.md for details.
- (gaia) bump ibc-go module to v3.0.0. See CHANGELOG.md for details.
- (gaia) add interhcian account module (interhchain-account module is part of ibc-go module).
- (gaia) bump liquidity module to v1.5.0. See CHANGELOG.md for details.
- (gaia) bump packet-forward-middleware module to v2.1.1.
- (gaia) add migration logs for upgrade process.
On-Chain Upgrade Process
When the network reaches the halt height, the state machine program of the Cosmos Hub will be halted. The classic method for upgrading requires all validators and node operators to manually substitute the existing state machine binary with the new binary. There is also a newer method that relies on Cosmovisor to swap the binaries automatically. Cosmovisor also includes the ability to download the binaries automatically before swapping them. To test a simulated local upgrade please see the local testnet documentation. Because it is an onchain upgrade process, the blockchain will be continued with all the accumulated history with continuous block height.
For full instructions please see https://hub.cosmos.network/main/hub-tutorials/upgrade-node.html
Potential Risk Factors
Although very extensive testing and simulation has taken place there always still exists a risk that the Cosmos Hub might experience problems due to potential bugs or errors from the new features. In the case of serious problems, validators should stop operating the network immediately. Cosmos Core Contributors will coordinate with validators in the #validators-verified channel
of the Cosmos Developer Discord to create and execute a contingency plan. Likely this will be an emergency release with fixes or the recommendation to consider the upgrade aborted and revert back to the previous release of gaia (v6.0.x).
App: gaiad
Version: v7.0.0
Commit: 79fcf71689358b6212ae91f41070de9669421cf5
Files:
efb1c298f5eb8616a465ba3f0f464da1 gaiad-v7.0.0-darwin-amd64
77d33e367bd118efea106ef0ee7c21b4 gaiad-v7.0.0-linux-amd64
6b60e86f329710f32378dc2fe4b042e6 gaiad-v7.0.0-linux-arm64
497b06b12c34d880f5281fd66f834136 gaiad-v7.0.0-windows-amd64.exe
c393dd71d9651a6afb0af0b59b687374 gaiad-v7.0.0.tar.gz
Checksums-Sha256:
2b7425b27e1c04877f0e9230f1657bee1b3274b73bee8f550a290cc505444dbf gaiad-v7.0.0-darwin-amd64
dc0e5b6690a55f0f1c41ad96f068049e25d9e85d53c0587284b7f1a1f9a51545 gaiad-v7.0.0-linux-amd64
994f67ec8134504ae032a1ae58caf769b5a9a1581a38705efd94ab654a7f6173 gaiad-v7.0.0-linux-arm64
1362b026e942cc16ab2b7f35a3ff39fb9075dcde70570635485d4b1866e1d036 gaiad-v7.0.0-windows-amd64.exe
f6fa8ad3e06fb830f7d26980016c3edf0e10567eb2eb90314cf326d5809328ae gaiad-v7.0.0.tar.gz
v7.0.0-rc0
This is the first release candiate for the v7-Theta upgrade.
It contains the following changes:
- (gaia) bump cosmos-sdk to v0.45.1. See CHANGELOG.md for details.
- (gaia) bump ibc-go module to v3.0.0. See CHANGELOG.md for details.
- (gaia) add interchain account module (interhchain-account module is part of ibc-go module).
- (gaia) bump liquidity module to v1.5.0. See CHANGELOG.md for details.
- (gaia) bump packet-forward-middleware module to v2.1.1.
- (gaia) add migration logs for upgrade process.
App: gaiad
Version: v7.0.0-rc0
Commit: dfa0e381b3c4b7421fd6a59be02890cb22b6febf
Files:
d5cba90ae1c424f7c5e8ebe20d4ea847 gaiad-v7.0.0-rc0-darwin-amd64
30f6c4ae859579b28d64efbf91086cd6 gaiad-v7.0.0-rc0-linux-amd64
8f3d6e35cb369422c5ebd3ded2ecd5e9 gaiad-v7.0.0-rc0-linux-arm64
100b65acd749e26bff3161674aafbb95 gaiad-v7.0.0-rc0-windows-amd64.exe
427d15a8b99940cd989ba2bd2bf25f2b gaiad-v7.0.0-rc0.tar.gz
Checksums-Sha256:
547182dd4456e8d71ff5256484458f0690a865d5c9f2185286dd9ab71dd11b10 gaiad-v7.0.0-rc0-darwin-amd64
4e95eaca51d6e0ab61b7a759aafc4b4674c270b8ffa764cb953d3808a1f9e264 gaiad-v7.0.0-rc0-linux-amd64
574916076c6e0960fa980522ed9a404967a6f4c306448d09649a11e5626cd991 gaiad-v7.0.0-rc0-linux-arm64
4eea1a32af3ed79632cfc8cca7088a10b3d89f767310e3c24fe31ad99492f6c8 gaiad-v7.0.0-rc0-windows-amd64.exe
3d608cbf68994ef0efbe381c651d472766b0cdbee6f9bd666154aa3286def3b4 gaiad-v7.0.0-rc0.tar.gz
v6.0.4
Gaia v6.0.4 Release Notes
This release works past block-height 8,695,000 with chain id cosmoshub-4
. For instructions on using this software to join the live network please see Join Mainnet.
This release primarily contains dependency updates focused around the patch release of Cosmos SDK to v0.44.6
with minor stability and bug fixes. This is an OPTIONAL update which does NOT result in state breaking changes. This release contains changes originally slated to be included in gaia v6.0.1
and v6.0.2
which were reverted in v6.0.3
because of the presence of non-determinism. The source was identified and corrected, and the final result is this release, v6.0.4
.
The CHANGELOG contains the following items:
- (gaia) Bump Cosmos-SDK to v0.44.6
- (gaia) Bump Liquidity module to v1.4.6.
- (gaia) Bump IBC module to 2.0.3.
- (gaia) #1230 Fix: update gRPC Web Configuration in
contrib/testnets/test_platform
. - (gaia) #1135 Fix rocksdb build tag usage.
- (gaia) #1160 Improvement: update state sync configs.
- (gaia) #1208 Update statesync.bash.
- (gaia) Bump Versions of various smaller dependencies, remove the Cosmos SDK replace statement, update
initiClientCtx
params, ensurestdout
andstderr
are handled correctly in the CLI.
App: gaiad
Version: v6.0.4
Commit: 305668ab9d962431c79d718bb0ffdeec77a46439
Files:
179afaf245c183ab2e4d455171c46f5c gaiad-v6.0.4-darwin-amd64
c315af25b53e3f70ed73fa54dd35d5b1 gaiad-v6.0.4-linux-amd64
2e528fef7e56f27620e10dfbdc443830 gaiad-v6.0.4-linux-arm64
5badd12b1c46d40bd2feaaab7e1c1f8d gaiad-v6.0.4-windows-amd64.exe
ffd26eb2a82e243015d417b8fc25c18c gaiad-v6.0.4.tar.gz
Checksums-Sha256:
442b6dba520d1f5dd7a47ccfd5e13d6cea792b1f0036758c9ad25efddd8e3d75 gaiad-v6.0.4-darwin-amd64
2ef8c22f2f90489b55382505c330e3943bae90fc0758c6d3add89d30b0769f30 gaiad-v6.0.4-linux-amd64
dd68917596d1c889fdd7354973a8f1587d9d270205083681070a243ba8787b0b gaiad-v6.0.4-linux-arm64
8940db1c3329c65726aec0113dc59fb40953c2c7d0ff5210b25707fc21fe6ef7 gaiad-v6.0.4-windows-amd64.exe
b26902742a0f36601d098e6a61ea6fd75db4cd1434a4b73707b7e9308a8a6784 gaiad-v6.0.4.tar.gz
v6.0.3
This is a reversion release that matches the v6.0.0
release. This is because an app-hash mismatch was detected when running v6.0.2
and it is expected that the problem is in v6.0.1
as well. Detection of the source of the nondeterminism is ongoing. In the meantime please use this release of v6.0.0
. Please note that this release has binaries with a different check-sum than the v6.0.0
binaries because we used a docker image that uses go v1.17
instead of the docker image that was used to build the v6.0.0
release which used go v1.15
.
App: gaiad
Version: v6.0.3
Commit: 8f5dd7549fd21b99099e100da043bd8919d37ac3
Files:
f9e404c379c5e31024cbd6963d40cd46 gaiad-v6.0.3-darwin-amd64
0d62dbd96103c7729d45a467379b224b gaiad-v6.0.3-linux-amd64
f1ab5eea9ae291ee48fa4b9041ca3b2f gaiad-v6.0.3-linux-arm64
69ae9f89c3a9d40484eed544dc290d62 gaiad-v6.0.3-windows-amd64.exe
c688d3fccd158d4a6eef9ee6f678d34f gaiad-v6.0.3.tar.gz
Checksums-Sha256:
17db52246b1ef90907891059e9aee87a5cad193c1954b8022b97bae1791c86a4 gaiad-v6.0.3-darwin-amd64
dd8775d23321ecca7d127d24710cf3829ecfafe91d2a019642fff5d080b99760 gaiad-v6.0.3-linux-amd64
cf6041bc6e82cfab8fd7206bb0aedb8227d216306e124db87fba6ce8b6d1e9c5 gaiad-v6.0.3-linux-arm64
df0b73ec8718a23535ee798be9e479a84c862aae7da9e74a55248cc12e944a1c gaiad-v6.0.3-windows-amd64.exe
9cb3f3ac54aaca20333538334dad896a69850100e171db538a1ea26ed66743a9 gaiad-v6.0.3.tar.gz
v6.0.2 - DO NOT USE
This release contains non-state breaking changes since the launch of the gaia v6.0.0
vega upgrade of the cosmoshub-4
that occurred at block height 8,695,000. The changes include are recorded in the CHANGELOG of v6.0.1
and v6.0.2
. Release v6.0.1
was retracted due to missing updates from v6.0.2
so please consider both sets of updates inside the CHANGELOG.md.
[v6.0.2] - 2022-02-17
- (gaia) Bump Cosmos-SDK to v0.44.6
- (gaia) Bump Versions of various smaller dependencies, remove the Cosmos SDK replace statement, update
initiClientCtx
params, ensurestdout
andstderr
are handled correctly in the CLI.
[v6.0.1] - 2022-02-11
- (gaia) Bump Liquidity module to v1.4.4.
- (gaia) Bump IBC module to 2.0.3.
- (gaia) #1230 Fix: update gRPC Web Configuration in
contrib/testnets/test_platform
. - (gaia) #1135 Fix rocksdb build tag usage.
- (gaia) #1160 Improvement: update state sync configs.
- (gaia) #1208 Update statesync.bash.
App: gaiad
Version: v6.0.2
Commit: 05f3795f196dd32e9233db97ed8742f8559cb483
Files:
7746450192026af98b715c514193507c gaiad-v6.0.2-darwin-amd64
df436dfcd1c7b67ea2683d0e36fd5b4c gaiad-v6.0.2-linux-amd64
ad4bd357f619c50c2bcd7ba79ab97de8 gaiad-v6.0.2-linux-arm64
396cbadf985aaabd027e3984a47a580c gaiad-v6.0.2-windows-amd64.exe
b78cdcbb544ecf87be86990205d98a08 gaiad-v6.0.2.tar.gz
Checksums-Sha256:
a98051f488e03fcf01e788ab2f92beb1e915267337dc04f659fd433347aecb39 gaiad-v6.0.2-darwin-amd64
cccf26622594c3929e9a06f79a552ae51a4fadd58669837a8e151a89cfc4c565 gaiad-v6.0.2-linux-amd64
609c781708a55bd15f3ec540a5f0b908054eeb157bb4b71e87b382a3dda908c1 gaiad-v6.0.2-linux-arm64
73abdd83b79ce80fb7e3cfdcac4868aff4ff597badfa994d627b7f586e88e6ff gaiad-v6.0.2-windows-amd64.exe
e43e6bab27a7f9c7e1487b499ee64c403788dce630a7a2efac1cf0304f8779ff gaiad-v6.0.2.tar.gz
v6.0.0
Gaia v6.0.0 Release Notes
This is the final release for the Vega upgrade which is proposed to take place at height 8,695,000 which should occur approximately December 13th, 2021 at 14:00:00 UTC with a margin of error of ~33 hours to accommodate for any clock drift (as we saw in the Delta upgrade). The chain id will remain cosmoshub-4
.
It contains the following changes (this list contains items already listed in the first release candidate, second release candidate, and third release candidate):
- (gaia) Add NewSetUpContextDecorator to anteDecorators
- (gaia) Reconfigure SetUpgradeHandler to ensure vesting is configured after auth and new modules have InitGenesis run.
- (golang) Bump golang prerequisite to 1.17.
- (gaia) Bump Liquidity module to v1.4.2. See the CHANGELOG.md for details.
- (gaia) Bump Cosmos SDK to v0.44.3. See the CHANGELOG.md for details.
- (gaia) Add authz and feegrant modules from Cosmos SDK v0.44.3.
- (gaia) Add IBC as a standalone module from the Cosmos SDK using version v2.0.0. See the CHANGELOG.md for details.
- (gaia) Add packet-forward-middleware v1.0.1.
- (gaia) #969 Remove legacy migration code.
The upgrade proposal for the Cosmos Hub that includes this release is as follows:
This on-chain upgrade governance proposal is to adopt gaia v6.0.0 which includes a number of updates, fixes and new modules. By voting YES to this proposal, you approve of adding these updates to the Cosmos Hub.
Background
Since the last upgrade at height 6910000 there have been a number of updates, fixes and new modules added to the Cosmos SDK, IBC and Tendermint. The following updates are included in gaia v6.0.0:
- Bump Cosmos-SDK to v0.44.3 which notably includes fixes for the vesting accounts and two new modules outlined below. This release of the Cosmos SDK recognizes that IBC is maintained in an independent repository and is instead imported into gaia from that repository. For a full list of updates in Cosmos-SDK v0.44.3 please see the CHANGELOG.md
- Add the authz module to the Cosmos Hub, which will help lower the barrier to mass consumer adoption of Blockchain technologies by improving the UX and security of managine an account on the Cosmos Hub.
x/authz
is an implementation of a Cosmos SDK module, per ADR 30, that allows granting arbitrary privileges from one account (the granter) to another account (the grantee). Authorizations must be granted for a particular Msg service method one by one using an implementation of theAuthorization
interface. - Add the feegrant module to the Cosmos Hub, which will help lower the barrier to mass consumer adoption of Blockchain technologies by improving the UX of spending gas with an account on the Cosmos Hub. This module allows accounts to grant fee allowances and to use fees from their accounts. Grantees can execute any transaction without the need to maintain sufficient fees.
- BREAKING CHANGE NOTICE While a full list of breaking changes should be checked within the Cosmos SDK v0.44.3 CHANGELOG.md, it's imortant to highlight PR #10041 which impacts WALLETS AND EXCHANGES. This update has removed the deprecated the legacy REST endpoints for broadcast & encode. This means
POST /tx
andPOST /txs/encode
no longer work. Please see the REST Endpoints Migration guide to migrate to the new REST endpoints.
- Add the authz module to the Cosmos Hub, which will help lower the barrier to mass consumer adoption of Blockchain technologies by improving the UX and security of managine an account on the Cosmos Hub.
- Add IBC as a standalone module from the Cosmos SDK using version v2.0.0. See the CHANGELOG.md for details.
- Please note that the governance parameter for
MaxExpectedBlockDelay
is set to 30 seconds. The IBC team at Interchain has recommended this value to be reasonable for the cosmos hub. As a recap, this means if a connection is opened with a packet delay of 1 minute, it requires 2 blocks to be committed after the consensus state is submitted before the packet can be processed.
- Please note that the governance parameter for
- Add packet-forward-middleware v1.0.1 as per Proposal #56 prepared and tested by Strangelove Ventures. This feature allows multi-hop IBC transfer messages so that a user can send tokens from chain A to chain C via chain B. This is useful in ensuring the Cosmos Hub is used as a routing hub as well as when "unwrapping" tokens to their source chain after they have taken multiple hops.
- Bump Liquidity module to v1.4.2 to ensure compatibility with Cosmos-SDK.
Ready for Production
These changes have been extensively tested by various Cosmos Core Contributor teams including Hypha Co-Op, Informal Systems Co-Op, Interchain GmbH, Regen Network, Strangelove Ventures, Tendermint Inc and more. The release candidate for this update was run as a local testnet and a public testnet with a successful upgrade. The testnet documentation can be found here.
On-Chain Upgrade Process
This upgrade can be performed in multiple ways. When the network reaches the halt height, the state machine program of the Cosmos Hub will be halted. The classic method for upgrading requires all validators and node operators to manually substitute the existing state machine binary with the new binary. There is also a newer method that relies on the Cosmovisor utility to swap the binaries automatically. Cosmovisor also includes the ability to download the binaries automatically before swapping them. Documentation on Cosmovisor can be found here and instructions specific to the upgrade can be found here. If you are interested in trying Cosmosvisor with a simulated local upgrade please see the local testnet documentation. Because it is an onchain upgrade process, the blockchain will be continued with all the accumulated history with continuous block height.
Potential Risk Factors
Although very extensive testing and simulation has taken place there always still exists a risk that the Cosmos Hub might experience problems due to potential bugs or errors from the new features. In the case of serious problems, validators should stop operating the network immediately. Cosmos Core Contributors will coordinate with validators in the #validators-verified channel
of the Cosmos Developer Discord to create and execute a contingency plan. Likely this will be an emergency release with fixes or the recommendation to consider the upgrade aborted and revert back to the previous release of gaia (v5.0.x).
App: gaiad
Version: v6.0.0
Commit: 6ed5b7397a57c42112cf1b16f550bd0a6e263953
Files:
e0cbf39559d53cd4120a55a81b4c26dc gaiad-v6.0.0-darwin-amd64
5c836189d48d5ff4ce6c3a0b0c5e38d6 gaiad-v6.0.0-linux-amd64
d7be11c4a8dc0eadf649897fea4fcd62 gaiad-v6.0.0-linux-arm64
1370aef756b7e78ad763a3b191b6e4dd gaiad-v6.0.0-windows-amd64.exe
76ceae75b73964b45cd16266e7a6e83b gaiad-v6.0.0.tar.gz
Checksums-Sha256:
e0de182c098ab68d3ef4bab8a3d12aca100b9f1d18d873d66e82ec2c187a1735 gaiad-v6.0.0-darwin-amd64
d9b4391065a338107ca240f29539d62572fe1e85a6c455576afc5e93dba7f402 gaiad-v6.0.0-linux-amd64
e348259fb9ca5d516a8754ea1f15255ef32e7656e79d52a87616edb16f0a7343 gaiad-v6.0.0-linux-arm64
713cb6c1a7ef555d5ed64f036f65b039b44b76f314855e2f7d2a5330568e6100 gaiad-v6.0.0-windows-amd64.exe
80cc5caddd4cb56904ec281469c30ee373acf46dbab445ad508b81b6af69fc08 gaiad-v6.0.0.tar.gz
v6.0.0-rc3
Gaia v6.0.0-rc3 Release Notes
This is the third release candidate for the Vega upgrade.
It contains the following changes (this list contains items already listed in the first release candidate and second release candidate):
- (golang) Bump golang prerequisite to 1.17.
- (gaia) Bump Liquidity module to v1.4.2. See the CHANGELOG.md for details.
- (gaia) Bump Cosmos SDK to v0.44.3. See the CHANGELOG.md for details.
- (gaia) Add IBC as a standalone module from the Cosmos SDK using version v2.0.0. See the CHANGELOG.md for details.
- (gaia) Add packet-forward-middleware v1.0.1.
- (gaia) #969 Remove legacy migration code.
App: gaiad
Version: v6.0.0-rc3
Commit: 07f9892a925f451ae280d0c9d1a5401d8fc252a3
Files:
e12eeb6899fa69aac0ea56e7d4cfa48b gaiad-v6.0.0-rc3-darwin-amd64
2a9edd5299ebf5a308fcd7934a0f41a1 gaiad-v6.0.0-rc3-linux-amd64
c43c8defeb3b4517dcce89bd6052cc6c gaiad-v6.0.0-rc3-linux-arm64
12398b5b4efb784713c855b6bcc9f6dc gaiad-v6.0.0-rc3-windows-amd64.exe
a6712ff61cfcd811f279cfba03521922 gaiad-v6.0.0-rc3.tar.gz
Checksums-Sha256:
dddbaa50ab795e299ccb9f5bedab3f57965ab08d83103c5129bf7fc255950bb3 gaiad-v6.0.0-rc3-darwin-amd64
4b09b0466a6a8e1414e9f161b803023bec8c2fc8286bf1c4e4523a309e52a75c gaiad-v6.0.0-rc3-linux-amd64
08b31fdd262d1576eae8bf0e7defb5ed680fafbf26bc85a1faec22c1e9d11a22 gaiad-v6.0.0-rc3-linux-arm64
e826dd52aee52e476da41b30fa488a50fa91b98e9937438eaa64d7b9cb4415dc gaiad-v6.0.0-rc3-windows-amd64.exe
99381a6816c455c5d2430af55214257d089c083f492a2567638322a3276019ea gaiad-v6.0.0-rc3.tar.gz
v6.0.0-rc2
Gaia v6.0.0-rc2 Release Notes
This is the second release candidate for the Vega upgrade.
It contains the following changes including some from the first release candidate:
- (golang) Bump golang prerequisite to 1.17.
- (gaia) Bump Liquidity module to v1.4.1. See the CHANGELOG.md for details.
- (gaia) Bump Cosmos SDK to v0.44.2. See the CHANGELOG.md for details.
- (gaia) Add IBC as a standalone module from the Cosmos SDK using version v1.2.1. See the CHANGELOG.md for details.
- (gaia) Add packet-forward-middleware v1.0.0.
- (gaia) #969 Remove legacy migration code.
App: gaiad
Version: v6.0.0-rc2
Commit: 277a25b8940f0cfb1dc2d05fe11dc6e646840988
Files:
55bb566419035d8d2ac5bdab395e3feb gaiad-v6.0.0-rc2-darwin-amd64
74578f6c36fdf0e26e1beaf37a650d32 gaiad-v6.0.0-rc2-linux-amd64
587a9d4f1bc48220a4383fd331c8b493 gaiad-v6.0.0-rc2-linux-arm64
81579615d45aacea331ee80b23dcf55d gaiad-v6.0.0-rc2-windows-amd64.exe
78881ff49cc7fb788a6e06af41e1bb88 gaiad-v6.0.0-rc2.tar.gz
Checksums-Sha256:
b21720ac03eb1a07ed9a8278e8dcade2b207472947b2cdb5aefb78d93072316a gaiad-v6.0.0-rc2-darwin-amd64
373356d5a69687cf1b9cbdf392f85b645444e7e52b7cafb3b251d8dcba6ab4c6 gaiad-v6.0.0-rc2-linux-amd64
118dc95d048629d08da9abe687c630a4ffed91bdc0dc481f9e49bc3b592f3af7 gaiad-v6.0.0-rc2-linux-arm64
79f45924c3a3ec623032bc4b8e9ac8ee32ce40c9ade12540adc5e8da429535ea gaiad-v6.0.0-rc2-windows-amd64.exe
d90b2f4bdb739b6059c27a7eb4ebec8973a27d97fed20fa82730745854697e5d gaiad-v6.0.0-rc2.tar.gz
v5.0.8
Gaia v5.0.8 Release Notes
This release contains AnteHandler logic that rejects redundant IBC transactions to save relayers fees.
This release works for block-height past 6,910,000.
App: gaiad
Version: v5.0.8
Commit: b72cc994f7156c8a8991e6beed2dde84ad274588
Files:
b0c76db75c677e8eac331ec7a94266ec gaiad-v5.0.8-darwin-amd64
236324a4e87d948352fc16ea56517a54 gaiad-v5.0.8-linux-amd64
e5d8a9f4d6abd0e19c07dca55fa27eb8 gaiad-v5.0.8-linux-arm64
2d281cf07df15a13cccbcb3072c0c69e gaiad-v5.0.8-windows-amd64.exe
e0a8bc164593a5dd680a961d630faac0 gaiad-v5.0.8.tar.gz
Checksums-Sha256:
7ce9ff653a96b2a9e4908eb8beb77705fa91d3b094d7cafe4ca9d2a278ab2e2e gaiad-v5.0.8-darwin-amd64
846eaa6d213f99021cdcd21fb05db20137a13dc604e5f87d858c15ea4d9b503c gaiad-v5.0.8-linux-amd64
f513febacc78cb4bde014fbc0f21cd72fd37f96d7d4c218e5feffb57de7952f6 gaiad-v5.0.8-linux-arm64
ac5f5005892e29fe67d424eb055496c46934ef3aeda5ce6a575f5b35a485db2a gaiad-v5.0.8-windows-amd64.exe
9f46ced81eb48054edda5216029b9b96ff18d3d6f8599de92924ac8eeaa204b9 gaiad-v5.0.8.tar.gz