Releases: crypto-org-chain/chain-main
v3.0.1-croeseid
August 26, 2021
This version is identical to the v3.0.0-croeseid, but updated the IBC dependency to 1.0.1 which contains a security patch and Tendermint was upgraded to 0.34.12.
NOTE: this release is for the public testnet only; you can find the instructions on how to join the testnet here: https://crypto.org/docs/getting-started/croeseid-testnet.html
v3.0.1
August 26, 2021
This version is identical to the v3.0.0, but updated the IBC dependency to 1.0.1 which contains a security patch.
WARNING: USE v3.3.2 for the upgrade: https://github.com/crypto-org-chain/chain-main/releases/tag/v3.3.2
v3.0.0
August 23, 2021
This version is meant for the "Draco II" mainnet upgrade to enable easier native token issuance via IBC solo machines. It is based on IBC 1.0 and Cosmos SDK 0.43.0 which
contain several new features (such as the feegrant and authz modules), bug fixes (such as the vesting account bug fix)
and breaking changes. For more details, please see the Cosmos SDK
and ibc-go release notes.
In addition to that, it also uses Tendermint v0.34.12.
WARNING: USE v3.3.2 for the upgrade: https://github.com/crypto-org-chain/chain-main/releases/tag/v3.3.2
v3.0.0-croeseid
August 13, 2021
This version is meant for the future testnet. It is based on IBC 1.0 and Cosmos SDK 0.43.0 which
contain several new features (such as the feegrant and authz modules), bug fixes (such as the vesting account bug fix)
and breaking changes. For more details, please see the Cosmos SDK
and ibc-go release notes.
v2.1.2
August 6, 2021
This version is based on Cosmos SDK 0.42.9 which, among other changes, contains a fix for the non-deterministic app hash mismatch
issues after node restarts or state sync.
v2.1.1
July 12, 2021
This version is based on Cosmos SDK 0.42.7 which, among other changes, contains additional state sync-related fixes.
v2.1.0
v2.0.1
May 18, 2021
This release version is the same as v2.0.0, but contains an upgrade-critical fix.
NOTE that the upgrade plan name is still expected to be "v2.0.0".
WARNING: DO NOT UPGRADE to this binary immediately; please follow the upgrade instructions described here: https://crypto.org/docs/getting-started/upgrade_guide.html#the-canis-major-upgrade-guide-v1-to-v2-0-0
Changelog
Bug Fixes
- 552 nft module store initialized after upgrade
v2.0.0
This pre-release version contains the scope of ADR-003 for the mainnet upgrade. It also upgrades to the latest version of Tendermint (0.34.10).
WARNING: USE https://github.com/crypto-org-chain/chain-main/releases/tag/v2.0.1 for the upgrade.
Changelog
Breaking changes
- 516 NFT module added
Features
Improvements
- 536 support for Arm64 (Linux and macOS)
- 494 default timeout_commit adjusted
- 533 Swagger UI contains chain-main API
Bug Fixes
- 441 fix for keyring on Linux
v2.0.0-croeseid
This release version contains the scope of ADR-003 for the Croeseid testnet. It also upgrades to the latest version of Tendermint (0.34.10).
WARNING: there is a new "testnet-croeseid-3" network (i.e. do not use this binary on "testnet-croeseid-2") -- see the instructions described here: https://crypto.org/docs/getting-started/croeseid-testnet.html
Breaking changes
- 516 NFT module added
Features
Improvements
- 536 support for Arm64 (Linux and macOS)
- 494 default timeout_commit adjusted
- 533 Swagger UI contains chain-main API
Bug Fixes
- 441 fix for keyring on Linux