Releases: cosmos/gaia
v9.0.0-rc0
Gaia v9.0.0-rc0 Release Notes
This is the first release candidate in preparation of the Lambda upgrade. This release candidate is for use in the simulated upgrade testnet. This is the first release of the Hub with Replicated Security. See the v9 upgrade proposal post on the forum for more information and further discussion.
This release contains the following changes:
- (feat) Add Interchain-Security v1.0.0-rc2 provider module. See the ICS Spec for more details.
- (tests) Add E2E ccv tests. Tests covering new functionality introduced by the provider module to add and remove a consumer chain via governance proposal.
- (tests) Add integration ccv tests. Imports Interchain-Security's
TestCCVTestSuite
and implements Gaia as the provider chain.
App: gaiad
Version: v9.0.0-rc0
Commit: 9ab19633433d6793386ff4efe07855de03d5f325
Files:
24f3b7901f1dfb9ece66a071e2e81fdd gaiad-v9.0.0-rc0-darwin-amd64
9ff62a1eb34a95b7df8ecc941e71bc44 gaiad-v9.0.0-rc0-darwin-arm64
54e7896e03fdef08d2efdf104cc2e894 gaiad-v9.0.0-rc0-linux-amd64
12c3cdd174eab47baf164e979df164db gaiad-v9.0.0-rc0-linux-arm64
0e873a0b484648b575f216a47349fd2f gaiad-v9.0.0-rc0-windows-amd64.exe
0650ed2283c12796d58fe60ee50a3459 gaiad-v9.0.0-rc0.tar.gz
Checksums-Sha256:
4af89803fef72210cc47020ff5aa5ad73f44c054bd4229ead927c9c0f6157f3a gaiad-v9.0.0-rc0-darwin-amd64
c01fb9abd2c28e55e0db62e417896c7bdd7a7f47fdafb605c59ae828d90715d0 gaiad-v9.0.0-rc0-darwin-arm64
17bf7613e2d6f24e13a487086ce2ea2c3dfd9d5ae517740ceb34e0e566212c7d gaiad-v9.0.0-rc0-linux-amd64
d38f40e5da65edb374f011e4d38c2f2fbb03c1ac997b600c24f8c4e0f60faacf gaiad-v9.0.0-rc0-linux-arm64
7355c317fca7bf09ee92ca32cff607cf2926061a847c9da8499c1d096866fb77 gaiad-v9.0.0-rc0-windows-amd64.exe
240bc1fea841054da90df2ab5a36998f4ade69e74add54faea2a3ca508d52c60 gaiad-v9.0.0-rc0.tar.gz
v8.0.0-rc3
Gaia v8.0.0-rc3 Release Notes
This is the fourth release candidate in preparation of the Rho upgrade. This release candidate is for use in the simulated upgrade testnet.
This release contains the following changes:
- (gaia) Bump ibc-go to v3.4.0 to fix a vulnerability in ICA. See v3.4.0 CHANGELOG.md and v3.2.1 Release Notes for details.
- (gaia) Bump cosmos-sdk to v0.45.11. See CHANGELOG.md for details.
- (gaia) Bump tendermint to 0.34.24. See CHANGELOG.md for details.
- (gaia) Bump liquidity to v1.5.3.
- (gaia) Bump packet-forwarding-middleware to v3.1.1.
- (feat) Add globalfee module. See globalfee docs for more details.
- (feat) #1845 Add bech32-convert command to gaiad.
- (fix) Add new fee decorator to change
MaxBypassMinFeeMsgGasUsage
so importers of x/globalfee can changeMaxGas
. - (fix) #1870 Fix bank denom metadata in migration. See #1892 for more details.
- (fix) #1976 Fix Quicksilver ICA exploit in migration. See the bug fix forum post for more details.
- (tests) Add E2E tests. The tests cover transactions/queries tests of different modules, including Bank, Distribution, Encode, Evidence, FeeGrant, Global Fee, Gov, IBC, packet forwarding middleware, Slashing, Staking, and Vesting module.
- (tests) #1941 Fix packet forward configuration for e2e tests.
- (tests) Use gaiad to swap out Ignite in liveness tests.
App: gaiad
Version: v8.0.0-rc3
Commit: 27234da8e9f2a9efacea2d9da06edaf190a6af30
Files:
999812e8478d287340a537f2c31ca5a0 gaiad-v8.0.0-rc3-darwin-amd64
8d86c176de1123491d3319810468acb3 gaiad-v8.0.0-rc3-darwin-arm64
bc4b2a7b01ef286aa5dde08e872864a3 gaiad-v8.0.0-rc3-linux-amd64
2613704e36110f9a6dbfa32098db53c1 gaiad-v8.0.0-rc3-linux-arm64
fc1cd956f2d56c4df19befbc7a46d9a3 gaiad-v8.0.0-rc3-windows-amd64.exe
69896b4240962eeb39fdf2b600b132fa gaiad-v8.0.0-rc3.tar.gz
Checksums-Sha256:
77c6b73b43ad583484b5d0373c5176583654f32477e9b47db2370ac30e34875a gaiad-v8.0.0-rc3-darwin-amd64
c32c36fc49a05f38916863c7a429decaab534552449c36657e58bd80917770ff gaiad-v8.0.0-rc3-darwin-arm64
52236137b101de47dc392ce831c7d379d7a0dca35cdde997f6de61241d6cc71e gaiad-v8.0.0-rc3-linux-amd64
1d118a0f8911c5039e07e1f90cd4bcc85ac1d22c2686e6c838c9157aa6d89031 gaiad-v8.0.0-rc3-linux-arm64
ca1b0ded75093862850a1beaffd8fd15c96bea701701130077926724228c27f9 gaiad-v8.0.0-rc3-windows-amd64.exe
dba8196780c87f30a1615d107cc01bd5c6e33832bd68ceebe79d497231863c77 gaiad-v8.0.0-rc3.tar.gz
v8.0.0-rc2
Gaia v8.0.0-rc2 Release Notes
This is the third release candidate in preparation of the Rho upgrade. This release candidate is for use in the simulated upgrade testnet.
This release contains the following changes:
- (gaia) Bump ibc-go to v3.4.0 to fix a vulnerability in ICA. See v3.4.0 CHANGELOG.md and v3.2.1 Release Notes for details.
- (gaia) Bump cosmos-sdk to v0.45.11. See CHANGELOG.md for details.
- (gaia) Bump tendermint to 0.34.24. See CHANGELOG.md for details.
- (gaia) Bump liquidity to v1.5.3.
- (gaia) Bump packet-forwarding-middleware to v3.1.1-0.20230113180046-4fb516ae522e.
- (feat) Add globalfee module. See globalfee docs for more details.
- (feat) #1845 Add bech32-convert command to gaiad.
- (fix) Add new fee decorator to change
MaxBypassMinFeeMsgGasUsage
so importers of x/globalfee can changeMaxGas
. - (fix) #1870 Fix bank denom metadata in migration. See #1892 for more details.
- (fix) #1976 Fix Quicksilver ICA exploit in migration. See the bug fix forum post for more details.
- (tests) Add E2E tests. The tests cover transactions/queries tests of different modules, including Bank, Distribution, Encode, Evidence, FeeGrant, Global Fee, Gov, IBC, packet forwarding middleware, Slashing, Staking, and Vesting module.
- (tests) #1941 Fix packet forward configuration for e2e tests.
- (tests) Use gaiad to swap out Ignite in liveness tests.
App: gaiad
Version: v8.0.0-rc2
Commit: 27cd4b5186322c7ac6c6dcb1cffde9fe5c5efcf8
Files:
4160c9d877f480256f85a3dbc8f47bbc gaiad-v8.0.0-rc2-darwin-amd64
80a496a2459f7fd13e462361bc8c5294 gaiad-v8.0.0-rc2-darwin-arm64
962258d0cda070bc124a6ea017038764 gaiad-v8.0.0-rc2-linux-amd64
0b333c2e2993493860035d6e8721b701 gaiad-v8.0.0-rc2-linux-arm64
a420de34f6500777003b7953e61ff23b gaiad-v8.0.0-rc2-windows-amd64.exe
a87ed7df88c287071d595557faf5b30b gaiad-v8.0.0-rc2.tar.gz
Checksums-Sha256:
65bbe983a01a5abdcaaac437b110ca11a62ee45ec62296d4e6ad8da87982c701 gaiad-v8.0.0-rc2-darwin-amd64
79d7401afa1efa9779b5e96819e5ac60083a32aaa7e6444bb1677422ba9f814b gaiad-v8.0.0-rc2-darwin-arm64
74c3d790712968d681d67fa536e884b1adf273ba8bb3a4279ad3ad1381485e1f gaiad-v8.0.0-rc2-linux-amd64
777f4489f8ff73c937a57fae3a3eb8f93ad4700d09fdaad5b3c5383c504022d8 gaiad-v8.0.0-rc2-linux-arm64
8f06858679fe977eb185e33b2165d196e815fe173a71caa21b4af15e95d19b93 gaiad-v8.0.0-rc2-windows-amd64.exe
8e4ff7685f158461ed2cb69f5f35633714360b3fdf140f69a6f079a12464f26b gaiad-v8.0.0-rc2.tar.gz
v8.0.0-rc1
Gaia v8.0.0-rc1 Release Notes
This is the second release candidate in preparation of the Rho upgrade. This release candidate is for use in the simulated upgrade testnet. For more information see https://github.com/cosmos/testnets.
This release contains the following changes:
- (gaia) Bump ibc-go to v3.4.0 to fix a vulnerability in ICA. See v3.4.0 CHANGELOG.md and v3.2.1 Release Notes for details.
- (gaia) Bump cosmos-sdk to v0.45.11. See CHANGELOG.md for details.
- (gaia) Bump tendermint to 0.34.24. See CHANGELOG.md for details.
- (gaia) Bump iquidity to v1.5.3.
- (gaia) Bump packet-forwarding-middleware to v3.0.0.
- (feat) Add globalfee module. See globalfee docs for more details.
- (feat) #1845 Add bech32-convert command to gaiad.
- (fix) Add new fee decorator to change
MaxBypassMinFeeMsgGasUsage
so importers of x/globalfee can changeMaxGas
. - (fix) #1870 Fix bank denom metadata in migration. See #1892 for more details.
- (fix) #1976 Fix Quicksilver ICA exploit in migration. See the bug fix forum post for more details.
- (tests) Add E2E tests. The tests cover transactions/queries tests of different modules, including Bank, Distribution, Encode, Evidence, FeeGrant, Global Fee, Gov, IBC, packet forwarding middleware, Slashing, Staking, and Vesting module.
- (tests) #1941 Fix packet forward configuration for e2e tests.
- (tests) Use gaiad to swap out Ignite in liveness tests.
App: gaiad
Version: v8.0.0-rc1
Commit: 24f255aa419f741f62b5a60794c29d33a0407d63
Files:
2864d4f22746c521698655aa7a5d328d gaiad-v8.0.0-rc1-darwin-amd64
d3ff8bb03c14c2a96008dd935a8519f5 gaiad-v8.0.0-rc1-darwin-arm64
dfba4f857bb85d3111ceaf2913d7b125 gaiad-v8.0.0-rc1-linux-amd64
5e4267f5230bda8c83e00d90931bbe2a gaiad-v8.0.0-rc1-linux-arm64
d3c0eef06b88f337f20a32be57f1b2f7 gaiad-v8.0.0-rc1-windows-amd64.exe
22775fc293990f4f64efb40fba2ebb18 gaiad-v8.0.0-rc1.tar.gz
Checksums-Sha256:
0a56c72ba8e3fe27088cde309e1a821355f98ac6cf8b6e36b664ce1879aabb3b gaiad-v8.0.0-rc1-darwin-amd64
f11462f585d66cfd2061bf719b33142b9ec3324c17f478fb627299030a3c3c9e gaiad-v8.0.0-rc1-darwin-arm64
db106075fe866601727dc67c81011fe0e05aa5aef5fbb15c7986ddb7a2bb4326 gaiad-v8.0.0-rc1-linux-amd64
a56923a14c6970c8a4978d8e256e1e50277738541c80dd3cfba8d3a8f64636ad gaiad-v8.0.0-rc1-linux-arm64
75c8eb84c893a7ce02bb6e54722d9fe53dc912dceb34a43f0e4536cd000827b2 gaiad-v8.0.0-rc1-windows-amd64.exe
c09c8c9f19d19d99fde78d4c5b926a5ab61cb8a7604513e7a6a6cae8c0e24aba gaiad-v8.0.0-rc1.tar.gz
v8.0.0-rc
Gaia v8.0.0-rc Release Notes
This release candidate is in preparation for the Rho upgrade. Please see the forum post for more details. This release candidate is to be used as part of a simulated upgrade testnet. For more information see https://github.com/cosmos/testnets.
This release contains the following changes:
- (gaia) bump cosmos-sdk to v0.46.4. See CHANGELOG.md for details. Notably, Gov module has major changes while remaining backwards compatible.
- (gaia) #1573, #1576 update cosmos ledger version to v.0.9.3.
- (gaia) bump Liquidity module to v2.0.1.
- (gaia) bump ibc-go module to v5.0.1. See CHANGELOG.md for details.
- (gaia) bump packet-forwarding-middleware to depend on ibc-go v5.
- (feat) add Groups module.
- (feat) add icamauch (Interchain Account Message Authorization) module.
- (feat) add globalfee module.
- (feat) replace
MempoolFeeDecorator
with FeeDecorator in order to bypass min fee of messages whitelisted by node operators in app.toml. - (tests) add E2E tests The tests cover transactions/queries tests of different modules, including Bank,
Distribution, Encode, Evidence, FeeGrant, Global Fee, Legacy Gov, New Gov, Groups,
IBC, ICA, packet forwarding middleware, Slashing, Staking, and Vesting module. - (tests) use gaiad to swap out Ignite in liveness tests.
- (gaia) #1845 Add bech32-convert command to gaiad
App: gaiad
Version: v8.0.0-rc
Commit: 8ef100554881240de6698449dc6f1bc9c1d5b771
Files:
3d1d2078f7f511521ab550f21abb86cf gaiad-v8.0.0-rc-darwin-amd64
63538adf487370d40e17744cec8af208 gaiad-v8.0.0-rc-darwin-arm64
1a7b3f1418bcd96459853d46e159be6a gaiad-v8.0.0-rc-linux-amd64
94ccf67f085f54a6a987321016c2df86 gaiad-v8.0.0-rc-linux-arm64
39928066e9450f7c983258b85f3e6b95 gaiad-v8.0.0-rc-windows-amd64.exe
637d6496a68d6b3b9d9fb28752ac400b gaiad-v8.0.0-rc.tar.gz
Checksums-Sha256:
b38c964dd7f22ac4157b8132d258c911ce2cf284966ed72d2a771d288183287d gaiad-v8.0.0-rc-darwin-amd64
a4557be1c1bd53fe39c8b4afdf0aa32e97b4f37062b9b5ed82dff2c76b3dcfa6 gaiad-v8.0.0-rc-darwin-arm64
ce3e5c852aecd204fed3e37088afd607a89f072d2a4f35651667d516b92e7bdc gaiad-v8.0.0-rc-linux-amd64
8a64fc54edd461ea99f0cfd50e838baafbe053928b4bb92fbe71143a90e143dd gaiad-v8.0.0-rc-linux-arm64
7b9ff70fb027d4b0b602616b1b3f88fdc75a19d467e0ccc2d24fe7367d11f643 gaiad-v8.0.0-rc-windows-amd64.exe
c506a1fc950a0a7ce2c8edbb2a209d5a2ab9fba756e98b1f59ef1af19c70ab05 gaiad-v8.0.0-rc.tar.gz
v7.1.0
Gaia v7.1.0 Release Notes
This release contains the "dragonberry" security release from Cosmos SDK v0.45.9. It should be upgraded IMMEDIATELY by all validator and node operators as a rolling upgrade without organizing a chain halt. Validators can independently upgrade their binaries.
If the chain is experiencing app hash mismatches, core devs will organize a chain halt upgrade to the patched version inside the #validators-verified channel of Discord. If you run a Cosmos Hub validator but are not in the channel please contact a Discord mod. In the case of a chain halt upgrade, validators would downgrade to gaia v7.0.4
, sync to a designated halt height and then upgrade the network to gaia v7.1.0
at that height.
App: gaiad
Version: v7.1.0
Commit: 5db8fcc9a229730f5115bed82d0f85b6db7184b4
Files:
57071848842244a609d0b77cc25c61c2 gaiad-v7.1.0-darwin-amd64
1941df5a8b74bcf5a8128dd1e448c59a gaiad-v7.1.0-linux-amd64
7242471c91bceadb31c8c4fd9ddde2a6 gaiad-v7.1.0-linux-arm64
0337804799198ac43c97fa80a1adc1a5 gaiad-v7.1.0-windows-amd64.exe
c8cbd466fcca3f83be4c75bcbedfb51e gaiad-v7.1.0.tar.gz
Checksums-Sha256:
5256a6f81ba24f7d322880974ac9311267d75bd00d8813d6b5892870ab34ccdd gaiad-v7.1.0-darwin-amd64
7a24fd361b0259878a5aeb1f890ca0df20be1a875e7fc94aaef36eec4edf99c4 gaiad-v7.1.0-linux-amd64
4ac73edab3a967af4af2549d48ff8c7600f73e103766dc97f2eeff35fd6b8c50 gaiad-v7.1.0-linux-arm64
a6967fc4c1d09daab99ae9538faee57fc9bd77dfe2a30221410a74234620667c gaiad-v7.1.0-windows-amd64.exe
7123682906f4d57aeb6a793452726a44aa2eaa5a76fb9eac1eebd560d9720b24 gaiad-v7.1.0.tar.gz
v7.0.3
Gaia v7.0.3 Release Notes
This release contains a version update to golang from 1.17 to 1.18.
In addition, the release contains updates to the following core dependencies: cosmos-sdk to v0.45.6 and liquidity to v1.5.1. Minor functionality updates, include: cosmos ledger version to v.0.9.3 to fixing the issue #1573 - Ledger Nano S Plus not detected by gaiad.
App: gaiad
Version: v7.0.3
Commit: d0884c29aac4c1e647b0a82f3df31515d2bd06a3
Files:
d7a7d2996b2e870ca6a862a79eb91953 gaiad-v7.0.3-darwin-amd64
c10922a6b33206a36fa9f09551a69374 gaiad-v7.0.3-linux-amd64
9f8eb61483923a6b848af219498f3111 gaiad-v7.0.3-linux-arm64
730003b211b0336fe31bbc233e968147 gaiad-v7.0.3-windows-amd64.exe
a71fe78585a88fd1fde906d4bde980a8 gaiad-v7.0.3.tar.gz
Checksums-Sha256:
a5a4c895bac0af5e881535bd3552ed956b69ae54587bb14ca351cbd4c42b310b gaiad-v7.0.3-darwin-amd64
83ab17f90bedb4106f911f90adbccac229e50d1c65230fb02d2c53efaf1d232c gaiad-v7.0.3-linux-amd64
2a5cbb709c4ee7e33a33ba014d264ea781bc5b43430af7a5acd0bdc74a6c8de0 gaiad-v7.0.3-linux-arm64
ee6b568a92eb278056ed1a57b03f757219ad9d91ccffeddae83de88150c3b7f0 gaiad-v7.0.3-windows-amd64.exe
e245d9cc9287d614b94f982ce0fd22f77de083c447b175feb0663d861f00bae2 gaiad-v7.0.3.tar.gz
v7.0.2
Gaia v7.0.2 Release Notes
This release introduces an update to Cosmos SDK dependency: cosmos-sdk to v0.45.4. See CHANGELOG.md for details.
This release also introduces custom message types to bypass minimum fee checks for, see #1447 for details. If a transaction contains only bypassed message types, the transaction will not have minimum fee checks performed during CheckTx
operation.
Operators can supply these message types via the bypass-min-fee-msg-types
configuration in app.toml
. Note, by default, the included message types are a number of IBC message types.
App: gaiad
Version: v7.0.2
Commit: cd27aaaf39cc7819b5164e4baf3fd5aad23ec52a
Files:
f41301c8340a7b61149bd5cebe309c40 gaiad-v7.0.2-darwin-amd64
c67d27434513bf893dd6a67dcc62d63b gaiad-v7.0.2-linux-amd64
7cf803c1cc8157af6d5ebae763a29314 gaiad-v7.0.2-linux-arm64
cf47a44b9915781643397f1525c1a9f7 gaiad-v7.0.2-windows-amd64.exe
a597c9403d332db9bec58eab9482b2bb gaiad-v7.0.2.tar.gz
Checksums-Sha256:
303f01166acbcdbb78620de2767d355d701453aba0b274e9413412efe659cb70 gaiad-v7.0.2-darwin-amd64
803d41f7a047f6c08264bf6c857800d683de9ba4ad958ad41625590dab954be7 gaiad-v7.0.2-linux-amd64
a934f7db69ee4f7e88591567fe391049c5cc3c0e3c70ff450e6b2b37494c21c1 gaiad-v7.0.2-linux-arm64
42293cf8d2c7c4b1d6557aab430dffbbbbc73307f1e0ff326c4bc4c5d0b36eef gaiad-v7.0.2-windows-amd64.exe
f1f05576d1466bc68094df1221be37b59478b8589a13486770f31d644955ee87 gaiad-v7.0.2.tar.gz
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