Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update changelog #408

Merged
merged 1 commit into from
Apr 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,28 @@ Ref: https://keepachangelog.com/en/1.0.0/

# Changelog

## [v1.9.0]

### Improvements

* [\#387](https://github.com/irisnet/irismod/pull/387) Preparatory work for realizing erc20.
* [\#393](https://github.com/irisnet/irismod/pull/393) Implement DeployERC20 by gov proposal .
* [\#394](https://github.com/irisnet/irismod/pull/394) Support swap native token from erc20 token.
* [\#395](https://github.com/irisnet/irismod/pull/395) Implement SwapToERC20.
* [\#400](https://github.com/irisnet/irismod/pull/400) Implement swap native token from erc20 contract.
* [\#402](https://github.com/irisnet/irismod/pull/402) Add cli for swap from/to ERC20.
* [\#404](https://github.com/irisnet/irismod/pull/404) Implement token Balances api.
* [\#405](https://github.com/irisnet/irismod/pull/405) Rolled back the cosmos-sdk version to v0.47.9.

### Bug Fixes

* [\#401](https://github.com/irisnet/irismod/pull/401) Add token test & fix error.
* [\#407](https://github.com/irisnet/irismod/pull/407) Fix some bugs about erc20 in token module.

### API Breaking Changes

* [\#403](https://github.com/irisnet/irismod/pull/403) Standardized parameter naming

## [v1.8.0]

### Improvements
Expand Down
Loading