Sourced from cosmossdk.io/math's releases.
Cosmovisor v1.1.0
Release Notes
New execution model
With this release we are shifting to a new CLI design:
- in the past, Cosmovisor was designed to act as a wrapper for a Cosmos App. An admin could link it and use it instead of the Cosmos App. When running it will pass all options and configuration parameters to the app. Hence the only way to configure the Cosmovisor was through environment variables.
- now, we are moving to a more traditional model, where Cosmovisor has it's own command set and is a true supervisor.
New commands have been added:
run
will start the Cosmos App and pass remaining arguments to the app (similar tonpm run
)help
will display Cosmovisor helpversion
will display both Cosmovisor and the associated app version.The existing way of starting an app with Cosmovisor has been deprecated (
cosmovisor [app params]
) and will be removed in the future version. Please usecosmovisor run [app pararms]
instead.New Features
We added a new configuration option:
DAEMON_BACKUP_DIR
(as env variable). When set, Cosmovisor will create backup the app data backup in that directory (instead of using the app home directory) before running the update. See the README file for more details.Bug Fixes
- Fixed
cosmovisor version
output when installed using 'go install github.com/cosmos/cosmos-sdk/cosmovisor/cmd/cosmovisor@v1.0.0'.Changelog
For more details, please see the CHANGELOG.
bf24916
fix(math): revert #16263 and add test cases (#17489)1089f71
fix(math): fix panic in .Size()
(#17480)c94ce04
ci: Re-enable rocksdb backend in build.yml (#17474)1bd3705
feat: add core and api for PreBlock (#17468)4e11394
build(deps): Bump github.com/cosmos/gogoproto from 1.4.10 to 1.4.11 in /x/acc...46bab63
feat(accounts): init accounts module (#17443)8976d83
chore: bump client/v2 to go.mod 1.21 (#17454)37b8760
test: disable TestStatusCommand
(#17452)4b1bb7f
chore: add 0.50.0-rc.0 changelog to main (#17455)ff2e5a2
feat(bank): Allow injectable restrictions on bank transfers (#14224)