Skip to content

Releases: irisnet/irismod

v1.9.0

14 May 05:34
d8cb923
Compare
Choose a tag to compare

API Breaking Changes

  • #403 Standardized parameter naming

Improvements

  • #387 Preparatory work for realizing erc20.
  • #393 Implement DeployERC20 by gov proposal .
  • #394 Support swap native token from erc20 token.
  • #395 Implement SwapToERC20.
  • #400 Implement swap native token from erc20 contract.
  • #402 Add cli for swap from/to ERC20.
  • #404 Implement token Balances api.
  • #405 Rolled back the cosmos-sdk version to v0.47.9.
  • #409 Add a switch for enabling erc20 swap function.
  • #410 Implement upgradeable contract.
  • #411 Implement erc20 upgrade.
  • #412 Optimize contract code
  • #417 Optimize token command line

Bug Fixes

  • #401 Add token test & fix error.
  • #407 Fix some bugs about erc20 in token module.

v1.8.0

01 Dec 02:15
ca90786
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

Improvements

  • #382 Fix dependabot alerts.
  • #381 Forbidden to mint nft under ibc class.
  • #378 Support cosmos-sdk x/nft api.
  • #376 Bump up cosmos-sdk to v0.47.4.
  • #374 Move proto file to irismod directory.
  • #369 Support cosmos depinject.
  • #368 Remove sdk simapp dep.
  • #367 Lint proto.
  • #365 Remove duplicate events.
  • #364 Migrate token params.
  • #363 Migrate service params.
  • #362 Migrate htlc params.
  • #361 Migrate farm params.
  • #360 Migrate coinswap params.

Bug Fixes

  • #380 Fix farm genesis validation.
  • #367 Fix mt module rest url conflict.
  • #356 Replace base64.StdEncoding with base64.RawStdEncoding.
  • #351 Fix wrong addr length of the service module.

API Breaking Changes

  • #353 The commands of the token module only supports the main unit coin

v1.6.2

17 Jul 10:39
c1a6307
Compare
Choose a tag to compare
Merge pull request #370 from bianjieai/release/v1.6.x

merge irita commit

v1.7.3

11 Apr 09:32
ed68a47
Compare
Choose a tag to compare
refactor: the cli only supports the main unit coin (#353)

v1.7.3-rc1

14 Feb 02:43
7ac228f
Compare
Choose a tag to compare
v1.7.3-rc1 Pre-release
Pre-release
bump cosmos-sdk version to v0.46.9 (#335)

v1.7.2-gon-beta.2

07 Feb 09:12
e22c383
Compare
Choose a tag to compare
v1.7.2-gon-beta.2 Pre-release
Pre-release
Merge pull request #333 from irisnet/fix/gon

replace base64.RawStdEncoding with base64.StdEncoding

v1.7.2-gon-beta.1

06 Feb 03:22
a61dbef
Compare
Choose a tag to compare
v1.7.2-gon-beta.1 Pre-release
Pre-release
fix empty json data for class/nft metadata (#332)

v1.7.2

28 Nov 01:34
d31c067
Compare
Choose a tag to compare

November 28, 2022

  • #324 refactor nft mergration function

v1.7.1

18 Nov 05:37
5b5c46e
Compare
Choose a tag to compare

Because cosmos-sdk decided to deprecate versions below v0.46.5, it was decided to perform this upgrade

  • #321 Bump up cosmos-sdk to v0.46.5.

v1.7.0

15 Nov 06:10
c17501e
Compare
Choose a tag to compare

Bug Fixes

  • #304 Fix nft module import error.
  • #314 Fix addLiquidity panic error.

Improvements

  • #305 Remove ibc-go from project.
  • #319 Bump up cosmos-sdk to v0.46.4.
  • #307 Refactor proto-gen with docker.
  • #308 Coinswap module adds unilateral injection liquidity function.
  • #309 Refactor nft with cosmos-sdk nft module.

API Breaking Changes

  • #309 GRPC method Owner rename to NFTsOfOwner, Remove deprecated Queries api