Releases: crypto-org-chain/cronos
v1.4.0-rc1
v1.4.0-rc1
includes many bug fixes.
v1.3.3
1.3.3
is a minor release that add cronos-testground support.
$ docker pull ghcr.io/crypto-org-chain/cronos-testground:1.3.3
v1.3.2
v1.3.2
fixes two json-rpc issues.
v1.4.0-rc0
v1.4.x
is a new major breaking version, the main updates:
- Implement block-stm parallel transaction execution.
- Upgrade to cosmos-sdk 0.50.x and enable optimistic execution.
- Upgrade to ibc-go 8.5.x and support unordered ica channel.
- Implemented cluster benchmarking infrastructure.
Upgrade Plan
It takes a coordinated upgrade from 1.3
to 1.4
, the upgrade plan name should be v1.4
.
v1.3.1
v1.3.1
upgrade rocksdb dependency and tune rocksdb options to reduce ram usage.
For versiondb nodes, please use graceful shutdown to terminate the node before upgrade, otherwise, you need to manually ldb compact --db=...
before start up with new binary.
v1.3.0
v1.3.0
is a consensus-breaking version, it introduces a new module e2ee that can help users to do end-to-end encrypted communication.
Upgrade
The upgrade plan name is v1.3
, please check upgrade proposal for upgrade details.
v1.3.0-rc2
v1.3.0-rc2
is a non-breaking release that fixes a multisig issue, and adds support for pending transaction subscriptions in json-rpc.
v1.3.0-rc1
v1.3.0-rc1
contains some bug fixes, dependency updates and UX improvements.
v1.3.0-rc0
v1.3.0-rc0
is the first release candidate for a consensus-breaking version, this version introduces a new module e2ee
that can help users to do end-to-end encrypted communication.
Upgrade
The upgrade plan name is v1.3
.