From 56e2ef6104dc713da4d2682b69cc075e773d8a21 Mon Sep 17 00:00:00 2001 From: Robert Zaremba Date: Sat, 20 Nov 2021 10:21:37 +0100 Subject: [PATCH] doc: Update cosmosvisor README (#10584) * doc: Update cosmosvisor README We forgot to backport the filedump change from master to 0.44.x branch, so the autodownload doesn't work yet (until the next 0.44.x will be released) * Update README.md --- cosmovisor/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cosmovisor/README.md b/cosmovisor/README.md index 0f3419cf0f55..8ad896bbde30 100644 --- a/cosmovisor/README.md +++ b/cosmovisor/README.md @@ -13,7 +13,7 @@ Cosmovisor is designed to be used as a wrapper for a `Cosmos SDK` app: *Note: If new versions of the application are not set up to run in-place store migrations, migrations will need to be run manually before restarting `cosmovisor` with the new binary. For this reason, we recommend applications adopt in-place store migrations.* -*Note: If validators would like to enable the auto-download option (which [we don't recommend](#auto-download)), and they are currently running an application using Cosmos SDK `v0.42`, they will need to use Cosmovisor [`v0.1`](https://github.com/cosmos/cosmos-sdk/releases/tag/cosmovisor%2Fv0.1.0). Later versions of Cosmovisor do not support Cosmos SDK `v0.42` or earlier if the auto-download option is enabled.* +*Note: If validators would like to enable the auto-download option (which [we don't recommend](#auto-download)), and they are currently running an application using Cosmos SDK `v0.42`, they will need to use Cosmovisor [`v0.1`](https://github.com/cosmos/cosmos-sdk/releases/tag/cosmovisor%2Fv0.1.0). Later versions of Cosmovisor do not support Cosmos SDK `v0.44.3` or earlier if the auto-download option is enabled.* ## Contributing @@ -31,7 +31,7 @@ To install the latest version of `cosmovisor`, run the following command: go install github.com/cosmos/cosmos-sdk/cosmovisor/cmd/cosmovisor@latest ``` -To install a previous version, you can specify the version. IMPORTANT: Chains that use Cosmos-SDK v0.42.x and want to use auto-download feature MUST use Cosmovisor v0.1.0 +To install a previous version, you can specify the version. IMPORTANT: Chains that use Cosmos-SDK v0.44.3 or earlier (eg v0.44.2) and want to use auto-download feature MUST use Cosmovisor v0.1.0 ``` go install github.com/cosmos/cosmos-sdk/cosmovisor/cmd/cosmovisor@v0.1.0