Skip to content

Releases: irisnet/irishub

v3.0.0

14 May 10:07
b1a5870
Compare
Choose a tag to compare

Release Notes

This is a breaking release introduces new features, multiple improvements and bug fixes described in the Changelog.

ChangeLog

API Breaking Changes

  • #403 Standardized parameter naming.

State Machine Breaking

  • (IRISHub) #2908 Add ICA module.
  • (IRISHub) #2909 Add Cosmos LSM module.

Features

  • (IRISHub) #2908 Add ICA module.
  • (IRISHub) #2909 Add Cosmos LSM module.
  • (IRISHub) #2925 Enhance token module.

Improvements

  • (IRISHub) #2910 Improve code.
  • (IRISHub) #2912 Change go path from v2 to v3.
  • (IRISHub) #2914 Improve unit test.
  • (IRISHub) #2918 Adjusting the parameters of the ica module.
  • (IRISHub) #2919 Adjusting gov config.
  • (IRISHub) #2924 Update evm AllowUnprotectedTxs params.
  • (IRISHub) #2928 Initialize gov MinDepositRatio params.
  • (IRISHub) #2938 Reduce MinGasPrice of EVM to 50Gwei.

Full Changelog: v2.1.0...v3.0.0

v3.0.0-rc1

14 May 06:59
b1a5870
Compare
Choose a tag to compare
v3.0.0-rc1 Pre-release
Pre-release

Release Notes

This is a breaking release introduces new features, multiple improvements and bug fixes described in the Changelog.

ChangeLog

API Breaking Changes

  • #403 Standardized parameter naming

State Machine Breaking

  • (IRISMod) #385 Bump cosmos-sdk to v0.47.9-ics-lsm.

Features

  • (IRISHub) #2908 Add ICA module.
  • (IRISHub) #2909 Add Cosmos LSM module.
  • (IRISHub) #2925 Enhance token module.

Improvements

  • (IRISHub) #2910 Improve code.
  • (IRISHub) #2912 Change go path from v2 to v3.
  • (IRISHub) #2914 Improve unit test.
  • (IRISHub) #2918 Adjusting the parameters of the ica module.
  • (IRISHub) #2919 Adjusting gov config.
  • (IRISHub) #2924 Update evm AllowUnprotectedTxs params.
  • (IRISHub) #2928 Initialize gov MinDepositRatio params.

Full Changelog: v2.1.0...v3.0.0

v3.0.0-rc0

11 May 12:08
ecb357d
Compare
Choose a tag to compare
v3.0.0-rc0 Pre-release
Pre-release

Release Notes

This is a breaking release introduces new features, multiple improvements and bug fixes described in the Changelog.

ChangeLog

State Machine Breaking

  • (IRISMod) #385 Bump cosmos-sdk to v0.47.9-ics-lsm.

Features

  • (IRISHub) #2908 Add ICA module.
  • (IRISHub) #2909 Add Cosmos LSM module.
  • (IRISHub) #2925 Enhance token module.

Improvements

  • (IRISHub) #2910 Improve code.
  • (IRISHub) #2912 Change go path from v2 to v3.
  • (IRISHub) #2914 Improve unit test.
  • (IRISHub) #2918 Adjusting the parameters of the ica module.
  • (IRISHub) #2919 Adjusting gov config.
  • (IRISHub) #2924 Update evm AllowUnprotectedTxs params.
  • (IRISHub) #2928 Initialize gov MinDepositRatio params.

Full Changelog: v2.1.0...v3.0.0-rc0

v2.1.0

02 Jan 10:24
39fdf6c
Compare
Choose a tag to compare

Timeline

This is a mandatory upgrade for all validators and full node operators.

The upgrade height is 23170081, which is approx. 2024-01-08 05:30:00 UTC.

Release Notes

This is a breaking release introduces new features, multiple improvements and bug fixes described in the Changelog.

ChangeLog

API Breaking

State Machine Breaking

  • (IRISHub) #2884 Add nft-transfer module with version v1.1.3-ibc-v7.3.0
  • (IRISHub) #2884 Bump up tibc-go version to v0.5.0
  • (IRISHub) #2884 Bump up irismod version to v1.8.0
  • (IRISHub) #2863 Add consensus module.
  • (IRISHub) #2863 Bump up ethermint version to v0.22.0
  • (IRISHub) #2863 Bump up ibc-go version to v7.3.0
  • (IRISHub) #2863 Bump up cosmos-sdk to v0.47.4
  • (IRISHub) #2863 Bump up cometbft to v0.37.2

Features

  • (NFT-Transfer) #2863 IRISHub now integrates the functionality of interchain nft-transfer, allowing you to transfer NFTs to other chains.

Improvements

Bug Fixes

  • (IRISHub) #2863 Fix collect-gentxs command.
  • (IRISHub) #2852 Fix eip712 signature and inject ParseChainID method
  • (IRISMod) irismod #380 Fix farm genesis validation.
  • (IRISMod) irismod #367 Fix mt module rest url conflict.
  • (IRISMod) irismod #356 Replace base64.StdEncoding with base64.RawStdEncoding.
  • (IRISMod) irismod #351 Fix wrong addr length of the service module.

Security

  • (IRISHub) #2865 Disable the vesting account creation to prevent contract address front-running.

v2.1.0-rc0

07 Dec 07:23
f095189
Compare
Choose a tag to compare
v2.1.0-rc0 Pre-release
Pre-release

Release Notes

This is a breaking release introduces new features, multiple improvements and bug fixes described in the Changelog.

ChangeLog

API Breaking

State Machine Breaking

  • (IRISHub) #2884 Add nft-transfer module with version v1.1.3-ibc-v7.3.0
  • (IRISHub) #2884 Bump up tibc-go version to v0.5.0
  • (IRISHub) #2884 Bump up irismod version to v1.8.0
  • (IRISHub) #2863 Add consensus module.
  • (IRISHub) #2863 Bump up ethermint version to v0.22.0
  • (IRISHub) #2863 Bump up ibc-go version to v7.3.0
  • (IRISHub) #2863 Bump up cosmos-sdk to v0.47.4
  • (IRISHub) #2863 Bump up cometbft to v0.37.2

Features

  • (NFT-Transfer) #2863 IRISHub now integrates the functionality of interchain nft-transfer, allowing you to transfer NFTs to other chains.

Improvements

Bug Fixes

  • (IRISHub) #2863 Fix collect-gentxs command.
  • (IRISHub) #2852 Fix eip712 signature and inject ParseChainID method
  • (IRISMod) irismod #380 Fix farm genesis validation.
  • (IRISMod) irismod #367 Fix mt module rest url conflict.
  • (IRISMod) irismod #356 Replace base64.StdEncoding with base64.RawStdEncoding.
  • (IRISMod) irismod #351 Fix wrong addr length of the service module.

Security

  • (IRISHub) #2865 Disable the vesting account creation to prevent contract address front-running.

v2.0.3

10 Jun 11:18
352b231
Compare
Choose a tag to compare

Release Notes

This release applies the security patch "barberey " to cosmos-sdk, upgrading it to version 0.46.13
The details of the security advisory can be found here: cosmos barberry security fix

ChangeLog

Improvements

  • (IRISHub) #2854 Bump up Cosmos-SDK to v0.46.13

v2.0.2

26 May 02:19
4a9410b
Compare
Choose a tag to compare

Release Notes

This release applies the security patch "Huckleberry" to ibc-go, upgrading it to version 5.2.1.
The details of the security advisory can be found here: IBC huckleberry security advisory.

While this change can be applied at your own convenience, we recommend doing that at the earliest opportunity.

ChangeLog

Improvements

  • (IRISHub) #2848 Bump up ibc-go to v5.2.1

v1.4.2-gon-testnet

23 Apr 02:57
32ae132
Compare
Choose a tag to compare
v1.4.2-gon-testnet Pre-release
Pre-release
update nft-transfer (#2847)

v2.0.1

18 Apr 10:58
e0bd012
Compare
Choose a tag to compare

Release Notes

This is an API breaking release, including a return structure change for getting Accounts account information, keeping the return structure consistent with v1.4.x.

ChangeLog

API Breaking Changes

  • (IRISHub) #2845 Fix query account api incompatibility

v2.0.0

11 Apr 13:27
3f88528
Compare
Choose a tag to compare

Release Notes

This is a breaking release introduces new features, multiple improvements and bug fixes described in the Changelog.

ChangeLog

State Machine Breaking

  • (IRISHub) #2831 Bump up tibc-go version to v0.4.3
  • (IRISHub) #2831 Bump up irismod version to v1.7.3
  • (IRISHub) #2766 Bump up cosmos sdk to v0.46.9
  • (IRISHub) #2822 Remove ICA module

API Breaking Change

Features

  • (IRISHub) #2776 Feat: support evm

Improvements

  • (IRISHub) #2824 Feat: update swagger docs & evm configuration
  • (IRISMod) irismod #340 The token module supports the exchange of two tokens.
  • (IRISMod) irismod #342 Refactor token module.
  • (IRISMod) irismod #348 Adjust the length limit of classID and nftID in nft.

Bug Fixes

  • (IRISHub) #2828 Fix solve proposal handler route conflict
  • (IRISHub) #2827 Fix add ibc client proposal for command
  • (IRISHub) #2794 Fix auth bech32 account prefix
  • (IRISMod) irismod #336 Fix farm genesis validate failed.
  • (IRISMod) irismod #327 Only export htlc with state=open.
  • (IRISMod) irismod #347 Fix service refund address parse error.
  • (IRISMod) irismod #350 Fix address parse errors caused by service rest api conflicts.