Skip to content

Commit

Permalink
fix(tools/cosmovisor): do not download all binaires with autodownload (
Browse files Browse the repository at this point in the history
…#23653)

Co-authored-by: Alex | Interchain Labs <[email protected]>
  • Loading branch information
gartnera and aljo242 authored Feb 12, 2025
1 parent e3718e0 commit f072eca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions tools/cosmovisor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
### Bug Fixes

* [#23652](https://github.com/cosmos/cosmos-sdk/pull/23652) Fix issue with wrong directory placement when using `prepare-upgrade` for non archive.
* [#23653](https://github.com/cosmos/cosmos-sdk/pull/23653) Remove duplicate binary downloads during auto-download process

## v1.7.0 - 2024-11-18

Expand Down
4 changes: 0 additions & 4 deletions tools/cosmovisor/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ func UpgradeBinary(logger log.Logger, cfg *Config, p upgradetypes.Plan) error {
return fmt.Errorf("cannot parse upgrade info: %w", err)
}

if err := upgradeInfo.ValidateFull(cfg.Name); err != nil {
return fmt.Errorf("invalid binaries: %w", err)
}

url, err := GetBinaryURL(upgradeInfo.Binaries)
if err != nil {
return err
Expand Down

0 comments on commit f072eca

Please sign in to comment.