Skip to content

Commit fcbd060

Browse files
author
Dreamer
authored
fix: solve address parse errors caused by service rest api conflicts (#350)
1 parent 3db0858 commit fcbd060

File tree

7 files changed

+141
-135
lines changed

7 files changed

+141
-135
lines changed

CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,16 @@ Ref: https://keepachangelog.com/en/1.0.0/
3939

4040
### Improvements
4141

42-
* [\#321](https://github.com/irisnet/irismod/pull/340) The token module supports the exchange of two tokens.
43-
* [\#321](https://github.com/irisnet/irismod/pull/342) Refator token module .
44-
* [\#321](https://github.com/irisnet/irismod/pull/348) Adjust the length limit of classID and nftID in nft .
42+
* [\#340](https://github.com/irisnet/irismod/pull/340) The token module supports the exchange of two tokens.
43+
* [\#342](https://github.com/irisnet/irismod/pull/342) Refator token module.
44+
* [\#348](https://github.com/irisnet/irismod/pull/348) Adjust the length limit of classID and nftID in nft.
4545

4646
### Bug Fixes
4747

48-
* [\#321](https://github.com/irisnet/irismod/pull/336) Fix farm genesis validate failed.
49-
* [\#321](https://github.com/irisnet/irismod/pull/327) Only export htlc with state=open.
50-
* [\#321](https://github.com/irisnet/irismod/pull/347) Fix service refund address parse error .
48+
* [\#336](https://github.com/irisnet/irismod/pull/336) Fix farm genesis validate failed.
49+
* [\#327](https://github.com/irisnet/irismod/pull/327) Only export htlc with state=open.
50+
* [\#347](https://github.com/irisnet/irismod/pull/347) Fix service refund address parse error.
51+
* [\#350](https://github.com/irisnet/irismod/pull/350) Fix address parse errors caused by service rest api conflicts.
5152

5253
## [v1.7.1] - 2022-11-18
5354

modules/service/types/query.pb.go

Lines changed: 84 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/service/types/query.pb.gw.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)