Releases: irisnet/irismod
Releases · irisnet/irismod
v1.9.0
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
v1.8.0
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
v1.7.3
v1.7.3-rc1
bump cosmos-sdk version to v0.46.9 (#335)
v1.7.2-gon-beta.2
Merge pull request #333 from irisnet/fix/gon replace base64.RawStdEncoding with base64.StdEncoding
v1.7.2-gon-beta.1
fix empty json data for class/nft metadata (#332)
v1.7.2
v1.7.1
v1.7.0
Bug Fixes
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 toNFTsOfOwner
, Remove deprecatedQueries
api