Skip to content

Commit

Permalink
Merge branch 'main' into yuandu/changelog-sdk-v047
Browse files Browse the repository at this point in the history
  • Loading branch information
taramakage authored Dec 1, 2023
2 parents fad8ce6 + 754fa59 commit 3fac745
Show file tree
Hide file tree
Showing 13 changed files with 354 additions and 301 deletions.
25 changes: 22 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,35 @@ Ref: https://keepachangelog.com/en/1.0.0/

# Changelog

## [Unreleased]
## [v1.8.0]

### Improvements

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

### Bug Fixes

* [\#367](https://github.com/irisnet/irismod/pull/367) Fix rest uri conflict in mt module.
* [\#380](https://github.com/irisnet/irismod/pull/380) Fix farm genesis validation.
* [\#367](https://github.com/irisnet/irismod/pull/367) Fix `mt` module rest url conflict.
* [\#356](https://github.com/irisnet/irismod/pull/356) Replace base64.StdEncoding with base64.RawStdEncoding.
* [\#351](https://github.com/irisnet/irismod/pull/351) Fix wrong addr length of the service module.

### API Breaking Changes

* [\#353](https://github.com/irisnet/irismod/pull/353) The commands of the token module only supports the main unit coin

## [v1.7.3]

Expand Down
115 changes: 58 additions & 57 deletions api/irismod/nft/query.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3fac745

Please sign in to comment.