File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3- ## UNRELEASED
3+ ## v27.0.0
4+
5+ * February 20, 2026*
46
57### FEATURES
68
79- Add stake validation to vote messages from interchain accounts ([ #3957 ] ( https://github.com/cosmos/gaia/pull/3957 ) )
810- Add provider ante handler to disable the creation of new consumer chains ([ #3959 ] ( https://github.com/cosmos/gaia/pull/3959 ) )
911- Add a gas surcharge to multi-send messages to mitigate spam ([ #3961 ] ( https://github.com/cosmos/gaia/pull/3961 ) )
1012
11- ### BUG-FIXES
12-
13- ### DEPENDENCIES
1413
1514## v26.0.0
1615
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ A governance gated upgrade occurs when an upgrade plan goes on chain through a s
18182 . Wait for the node to stop at the upgrade height.
1919 * The log will display something like this:
2020 ```
21- ERR UPGRADE "v23 .0.0" NEEDED at height: <UPGRADE_HEIGHT>: upgrade to v23 .0.0 and applying upgrade "v23 .0.0" at height:<UPGRADE_HEIGHT>
21+ ERR UPGRADE "v27 .0.0" NEEDED at height: <UPGRADE_HEIGHT>: upgrade to v27 .0.0 and applying upgrade "v27 .0.0" at height:<UPGRADE_HEIGHT>
2222 ```
2323* If the node service remains active, you can stop it now.
24243. Replace the binary listed in the unit file with the new release.
@@ -28,17 +28,17 @@ A governance gated upgrade occurs when an upgrade plan goes on chain through a s
2828
29291. Build or download the binary for the release you are upgrading to.
30302. Create a folder for the new binary in the relevant Cosmovisor directory.
31- * If the upgrade name is `v23 .0.0`, you would place the binary under `<node home>/cosmovisor/upgrades/v23 .0.0/bin/gaiad`:
31+ * If the upgrade name is `v27 .0.0`, you would place the binary under `<node home>/cosmovisor/upgrades/v27 .0.0/bin/gaiad`:
3232 ```
3333 .
3434 ├── current -> genesis or upgrades/<name>
3535 ├── genesis
3636 │ └── bin
37- │ └── gaiad # old: v22.3 .0
37+ │ └── gaiad # old: v26.0 .0
3838 └── upgrades
39- └── v23
39+ └── v27.0.0
4040 └── bin
41- └── gaiad # new: v23 .0.0
41+ └── gaiad # new: v27 .0.0
4242 ```
43433. Verify that Cosmovisor will use the binary you have prepared.
4444 * The Cosmovisor service should have the auto-download feature disabled. A sample Cosmovisor unit file will look like this:
You can’t perform that action at this time.
0 commit comments