v1.4.0
Release Notes for cheqd-node v1.4.0
This version primarily fixes the interactive installer, an off-ledger helper software for carrying out cheqd-node installations and upgrades. The installer now:
- Attempts to create a backup of the user's configuration folder and private validator state files, when carrying out upgrades or downloading snapshots.
- Frees up spaces by deleting the data folder when requesting a snapshot restore (only if the backup has been made).
- Bumps Cosmovisor if necessary.
- Set environment variables for cheqd-node as well as for Cosmovisor.
- Separates out warning, error, info etc level messages based on success status of the action.
To enable debug level logs in case the installer fails, set an environment variable called PYTHONDEVMODE
to the value 1
on your system. This will provide additional diagnostic logging that can help pinpoint errors if the installer fails.
What's Changed
- build: Add publish API sub-package for cheqd-node [DEV-2232] by @abdulla-ashurov in #553
- chore(deps): Bump bufbuild/buf-setup-action from 1.14.0 to 1.15.0 by @dependabot in #561
- chore(deps): Bump golang.org/x/net from 0.6.0 to 0.7.0 in /api by @dependabot in #558
- chore(deps): Bump github.com/onsi/gomega from 1.27.1 to 1.27.2 by @dependabot in #559
- chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.8.4 to 2.9.0 by @dependabot in #560
- feat: Fix multibase && fix base58 encoding in debug cmd by @DaevMithran in #562
- ci(deps): Bump bufbuild/buf-setup-action from 1.15.0 to 1.15.1 by @dependabot in #567
- chore(deps): Bump github.com/gabriel-vasile/mimetype from 1.4.1 to 1.4.2 by @dependabot in #566
- chore(deps): Bump github.com/onsi/gomega from 1.27.2 to 1.27.4 by @dependabot in #565
- docs: Update testnet and mainnet upgrade-v1.json files [DEV-2296] by @filipdjokic in #568
- chore(deps-dev): Bump semantic-release from 20.1.1 to 20.1.3 by @dependabot in #573
- chore(deps): Bump bufbuild/buf-setup-action from 1.15.0 to 1.15.1 by @dependabot in #572
- chore(deps): Bump amannn/action-semantic-pull-request from 5.1.0 to 5.2.0 by @dependabot in #571
- chore(deps): Bump actions/setup-go from 3 to 4 by @dependabot in #570
- feat(installer): Rewrite interactive installer to handle edge cases more robustly [DEV-1900] by @benyam7 in #462
- chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.9.1 to 2.9.2 by @dependabot in #576
- chore(deps): Bump github.com/onsi/gomega from 1.27.4 to 1.27.5 by @dependabot in #575
- chore(deps): Bump github.com/multiformats/go-multibase from 0.1.1 to 0.2.0 by @dependabot in #569
- chore: Merge develop to main by @ankurdotb in #578
Full Changelog: v1.3.0...v1.4.0