Skip to content

Releases: crypto-org-chain/cronos

v1.0.0-rc2

10 Nov 14:21
df0452a
Compare
Choose a tag to compare
v1.0.0-rc2 Pre-release
Pre-release

v1.0.0-rc2 is a non-breaking upgrade from v1.0.0-rc1, it mainly fixes an app hash mismatch issue caused by concurrent queries.

v1.0.0-rc1

04 Nov 03:37
9998985
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release

v1.0.x is a renaming from v0.9.x, v1.0.0-rc1 is a non-breaking upgrade in this version stream.

Change highlights from v0.9.0-beta4:

  • Include dragonberry security updates.
  • Fix app hash mismatch issue caused by interrupting upgrade migration.
  • Fix app hash mismatch issue caused by switching iavl-disable-fastnode option.
  • Fix several issues of grpc-only mode.

Dependency updates:

  • tendermint: v0.34.22
  • cosmos-sdk: v0.46.4
  • ibc-go: v5.0.1
  • ethermint: recent main branch with breaking changes reverted

v0.8.3

03 Nov 05:15
5943e96
Compare
Choose a tag to compare

v0.8.3 is a non-breaking upgrade that fixes an app hash mismatch issue caused by switching iavl-disable-fastnode option.

v0.8.0-gravity-alpha3

29 Oct 03:39
0a022fd
Compare
Choose a tag to compare
v0.8.0-gravity-alpha3 Pre-release
Pre-release

Fourth binary release for the gravity testnet “Pioneer 11”

v0.8.0-gravity-alpha2

19 Oct 01:42
6ae1f7c
Compare
Choose a tag to compare
v0.8.0-gravity-alpha2 Pre-release
Pre-release

Third binary release for the gravity testnet “Pioneer 11”

v0.8.2

19 Oct 03:12
dee52e1
Compare
Choose a tag to compare

v0.8.2 is a non-breaking release, change highlights:

  • dragonberry security update.
  • fix a bug in eth_sendTransaction.
  • add config option iavl-disable-fastnode to control enableness of iavl fastnode indexing, since the migration takes a long time to run.

v0.9.0-beta4

07 Oct 00:16
29e51e7
Compare
Choose a tag to compare
v0.9.0-beta4 Pre-release
Pre-release

v0.9.0-beta4 is a non-breaking release based on v0.9.0-beta3, change highlights:

  • Fixed more JSON-RPC errors when querying for blocks prior to the v0.9.0 upgrade.
  • Add option iavl-disable-fastnode to disable iavl fastnode indexing migration.
  • Integrate the file state streamer.
  • grpc queries runs concurrently.
  • update ibc-go and cosmos-sdk to formal releases.

v0.9.0-beta3

20 Sep 06:32
35abeee
Compare
Choose a tag to compare
v0.9.0-beta3 Pre-release
Pre-release

v0.9.0-beta3 is a non-breaking release based on v0.9.0-beta2, changes:

  • Fixed JSON-RPC error when querying for blocks prior to the v0.9.0 upgrade.
  • mac x86 binaries are signed with apple developer identity.

v0.8.1

30 Aug 14:17
f700166
Compare
Choose a tag to compare

v0.8.1 is a non-breaking version in the release stream of v0.8.x.

  • It fixes the v0.7.0-hotfix upgrade issue on testnet, so it's required for the testnet nodes to use for the v0.7.0-hotfix upgrade.
  • iavl is upgraded to v0.19.1, which has significant performance improvements in the application database, but the first-time start-up takes a longer time to create some indexes, after that the startup time will drop significantly.
  • cosmos-sdk is upgraded to v0.45.8.

IAVL v0.19

The IAVL v0.19 upgrade introduces a new index that improves performance,
but when the node is started up for the first time, it may take a while
for the index to be initialized (a few hours to 1 day depending on the node pruning
configuration and underlying hardware).

v0.9.0-beta2

29 Aug 06:00
fe9f9d7
Compare
Choose a tag to compare
v0.9.0-beta2 Pre-release
Pre-release

v0.9.0-beta2 retracts the interchain-accounts feature, it'll be integrated in another breaking version when the EVM binding is ready.

Other changes are:

  • Update swagger doc.
  • Update cosmos-sdk to v0.46.1 and ibc-go to v5.0.0-rc0.
  • Fix windows released binary checksum.