Skip to content

Releases: crypto-org-chain/cronos

v1.3.0-rc1

21 May 01:21
ac56118
Compare
Choose a tag to compare
v1.3.0-rc1 Pre-release
Pre-release

v1.3.0-rc1 contains some bug fixes, dependency updates and UX improvements.

CHANGELOGS

v1.3.0-rc0

07 May 00:47
57b190e
Compare
Choose a tag to compare
v1.3.0-rc0 Pre-release
Pre-release

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.

v1.2.2

03 May 07:56
90e7c58
Compare
Choose a tag to compare

v1.2.2 is a non-consensus-breaking version, it fixes a bug of query transaction receipts in pre-v1.0 blocks.

CHANGELOG

v1.2.1

23 Apr 01:44
4584c0a
Compare
Choose a tag to compare

v1.2.1 is a non-consensus-breaking version, it contains a bug fix and prepares nodes for future rocksdb upgrades.

CHANGELOGS

v1.2.0

09 Apr 07:58
1aea999
Compare
Choose a tag to compare

v1.2.0 is a consensus breaking version on top of v1.1.x, it fixes the randao opcode issue (see: #1367).

Upgrade Plan

The upgrade plan name is v1.2.

The upgrade on mainnet is scheduled at block 13520000, upgrade proposal

v1.2.0-rc1

08 Apr 05:40
1aea999
Compare
Choose a tag to compare
v1.2.0-rc1 Pre-release
Pre-release

v1.2.0-rc1 is a non-breaking upgrade that includes a RPC fix for querying legacy EVM parameters.

v1.2.0-rc0

02 Apr 08:07
1ca1b14
Compare
Choose a tag to compare
v1.2.0-rc0 Pre-release
Pre-release

v1.2.0 is a consensus breaking version that fixes the randao opcode issue (see: #1367) in the v1.1.x.

Upgrade Plan

The upgrade plan name is v1.2.

v1.1.1

26 Mar 03:15
10b8eeb
Compare
Choose a tag to compare

v1.1.1 release adds additional logging, validator nodes should use this version for the v1.1.0 upgrade.

See release notes of v1.1.0: https://github.com/crypto-org-chain/cronos/releases/tag/v1.1.0

v1.1.0

19 Mar 08:39
526bc80
Compare
Choose a tag to compare

v1.1.0 is a major consensus-breaking release, which introduces precompiles and interchain-account(ICA).

Mainnet upgrade plan name: v1.1.0.

Update Highlights

  • IBC relayer precompiled contracts
  • ICA controller integration and ICA precompiled contracts
  • Transaction execution speedup
    • sender address cache
    • parameters migrated from json to protobuf

Dependency bumps

  • cosmos-sdk: v0.47.x
  • cometbft: v0.37.x
  • ibc-go: v7.3.x
  • ethermint -> crypto-org-chain/ethermint v0.21.x-cronos

Config Changes Compared To v1.0.15

config.toml

  • Renamed

    • Top-level config fast_sync is renamed to block_sync, should set to true as before.
    • The config section [fastsync] is renamed to [blocksync].
  • Deleted

  • Added

    • mempool.type = "flood"

      Keep it to the default value.

    • mempool.experimental_max_gossip_connections_to_persistent_peers = 0 and mempool.experimental_max_gossip_connections_to_non_persistent_peers = 0, see cometbft/cometbft#1584.

      Options to improve p2p network bandwidth efficiency.

app.toml

  • Added

    • mempool.max-txs = 5000.

      App side mempool is not used in Cronos v1.1.x, so ignore it.

    • json-rpc.allow-indexer-gap = true, json-rpc.return-data-limit = 100000

      Keep them to the default values.

v1.1.0-rc5

28 Feb 03:06
01d9dc6
Compare
Choose a tag to compare
v1.1.0-rc5 Pre-release
Pre-release

v1.1.0-rc5 includes a security issue fix in latest cosmos-sdk v0.47.10, it's technically consensus breaking, but if the testnet haven't slashed a re-delegation since the last upgrade, it should be fine.

CHANGELOGS