Skip to content

Commit e83010a

Browse files
Merge pull request #18 from hard-nett/main
improved overview
2 parents a094e43 + 4090ac0 commit e83010a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

mainnet/upgrades/v5/guide.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ The target block for this upgrade is `14170662`, which is expected to arrive at
1414
1515
This can be done 1 of 3 ways:
1616

17-
1. **Manually**: Nodes not using cosmovisor will apply changes to config file manually, before installing and resuming the daemon process.
18-
2. **With Default Cosmovisor**: Cosmovisor supports applying custom pre-upgrade scripts. Node operators must download the pre-upgrade script, and set dedicated environment variable for Cosmovisor to execute the scrip prior to reaching the coordinated halt height.
19-
3. **With Custom Cosmovisor**: A fork of cosmovisor that will download and execute any preupgrade script defined in our on-chain upgradeInfo
20-
<!-- This upgrade reduces our blocktimes. To do so, validators MUST modify their consensus params, BEFORE installing and applying the latest version of terp-core. These parameters are located in each nodes `config.toml`, and to do so, we have provided 3 options: -->
17+
1. **Manually**: Nodes not using cosmovisor will **wait until the network halts**, then **manually apply `config.toml` changes** before installing the v5.0.0 binary and restarting.
18+
2. **With Default Cosmovisor**: Node operators must download the pre-upgrade script and set environment variables BEFORE reaching our coordinated halt height. Cosmovisor will automatically execute the script and upgrade when the halt height is reached.
19+
3. **With Custom Cosmovisor**: A modified cosmovisor that automatically downloads and executes pre-upgrade scripts. Operators must install the custom cosmovisor binary BEFORE reaching the coordinated halt height - no manual script download required.
2120

2221
### A. WITHOUT COSMOVISOR: Manual Update to `config.toml`
2322

0 commit comments

Comments
 (0)