Skip to content

Releases: crypto-org-chain/chain-main

v7.2.0

20 May 09:01
ee286fd

Choose a tag to compare

v7.2.0 Pre-release
Pre-release

WARNING: DO NOT upgrade to this binary immediately;

Content

This release rewrites the economics of the chain. v7 is built around a new tokenomics stack: x/inflation shapes how the network mints over time, and x/tieredrewards gives stakers a richer, tier-based reward system with a rewards pool that can backstop base yield when block fees alone fall short.

The plan name is v7 for mainnet and v7.1.0-testnet for testnet.

x/inflation

  • Time-based inflation decay: after a configured decay epoch start height, the rate applied in minting is reduced using a monthly decay model (governed decay_rate), on top of the normal Cosmos x/mint calculation.
  • Supply and burns: module params support max supply (enforced in BeginBlocker) and burned addresses whose balances are treated as out of circulation for that check.

Details in ADR-007

x/tieredrewards

  • Tiers define rules such as minimum lock, exit delay, bonus APY (capped for safety), and close-only tiers for wind-down.
  • Stakers can manage positions (including flows such as exit with delegation back to the owner) and claim rewards, including batch claims for multiple position IDs in one tx.
  • Base-rewards top-up: if fees to stakers (after community tax) are below a governance TargetBaseRewardsRate, the module tops up staker rewards from a rewards_pool, allocated with consensus voting power, so “base” staking yield can be floored even when fees are light.
  • Bonus rewards are integrated with validator events (e.g. unbonding/slashing) so accrual and claims stay consistent across lifecycle changes; redelegation slash handling was tightened so pending rewards are claimed where needed.

Details ADR-006

Other changes

Other v7 changes focus on hardening and maintenance: major dependency upgrades (Cosmos SDK v0.53.4, IBC v10.5.1, RocksDB/cronos-store), a CometBFT security patch, and semver/module-path alignment. The release also improves developer operations (local-chain scripts, Makefile, lint/CI cleanup) and fixes important edge cases in nft-transfer/IBC NFT handling, versiondb integration, and CLI/query coverage. Overall, outside tokenomics, this is a strong stability and platform-quality release.

Refer to the linked CHANGELOG

v7.1.0

11 May 08:38
4570cda

Choose a tag to compare

v7.1.0 Pre-release
Pre-release

WARNING: DO NOT USE BINARY, USE v7.2.0 instead

v7.0.0

25 Apr 03:45
ff01bd8

Choose a tag to compare

v7.0.0 Pre-release
Pre-release

WARNING: DO NOT USE BINARY, USE v7.2.0 instead

v6.0.4

26 Jan 05:50
8777f41

Choose a tag to compare

Security patch:

v6.0.3

14 Oct 17:06
440ab84

Choose a tag to compare

Security patch:

v6.0.2

01 Sep 15:56
e3729ef

Choose a tag to compare

Bug fixes:

  • Fix for apphash missmatch during v6 upgrade

v6.0.1

21 Aug 10:19
b2d4c3e

Choose a tag to compare

Bug fixes:

  • Fixed error when deleting legacy versions.

  • Resolved versiondb interface mismatch.

v6.0.0-2

10 Jul 06:37
bcd5bcb

Choose a tag to compare

New binary release to replace existing v6.0.0

WARNING: DO NOT upgrade to this binary immediately;

This binary is for upgrade plan v6.0.0 for mainnet and v6.0.0-testnet for testnet

Upgrade

The upgrade plan name is v6.0.0 for mainnet and v6.0.0-testnet for testnet.

Description

v6.0.0-2 includes :

  • Bump cosmos SDK to v50 and enabling x/circuit module
  • Bump ibc-go to v8.7.0
  • Bump other dependencies
  • Add cache in rocksDB to reduce ram usage
  • Various bug fixes

More details https://github.com/crypto-org-chain/chain-main/blob/v6.0.0/CHANGELOG.md

v6.0.0

12 Jun 07:23
v6.0.0
6eee1f1

Choose a tag to compare

WARNING:

This is an ALPHA binary for Testnet only. Do not use it on Mainnet

DO NOT upgrade to this binary immediately; This binary is for upgrade plan v6.0.0 on testnet

Upgrade

The upgrade plan name is v6.0.0 on testnet

v5.0.1

12 Mar 18:14
32ee6bd

Choose a tag to compare

v5.0.1 includes a security patch from ibc-go and cosmos-sdk, this version should be used for the upcoming v5.0.0 upgrade.