Skip to content

Commit

Permalink
build(deps): bump github.com/Finschia/finschia-sdk from v0.49.0-rc6 t…
Browse files Browse the repository at this point in the history
…o v0.49.0-rc7 (#380)

* Bump github.com/Finschia/finschia-sdk from v0.49.0-rc6 to v0.49.0-rc7

* Update CHANGELOG.md

* Update swagger
  • Loading branch information
0Tech authored May 24, 2024
1 parent 5c3ba69 commit cbc6c1a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (fswap) [\#366](https://github.com/Finschia/finschia/pull/366) Bump github.com/Finschia/finschia-sdk from v0.49.0-rc3 to v0.49.0-rc4
* (fswap, fbridge) [\#373](https://github.com/Finschia/finschia/pull/373) Bump github.com/Finschia/finschia-sdk from v0.49.0-rc4 to v0.49.0-rc5
* (fswap) [\#378](https://github.com/Finschia/finschia/pull/378) Bump github.com/Finschia/finschia-sdk from v0.49.0-rc5 to v0.49.0-rc6
* (fswap, fbridge) [\#380](https://github.com/Finschia/finschia/pull/380) Bump github.com/Finschia/finschia-sdk from v0.49.0-rc6 to v0.49.0-rc7

### Improvements

Expand Down
2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions client/docs/swagger-ui/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29303,11 +29303,11 @@ paths:
type: string
format: byte
parameters:
- name: fromDenom
- name: from_denom
in: query
required: false
type: string
- name: toDenom
- name: to_denom
in: query
required: false
type: string
Expand Down Expand Up @@ -29380,11 +29380,11 @@ paths:
type: string
format: byte
parameters:
- name: fromDenom
- name: from_denom
in: query
required: false
type: string
- name: toDenom
- name: to_denom
in: query
required: false
type: string
Expand Down Expand Up @@ -29571,11 +29571,11 @@ paths:
type: string
format: byte
parameters:
- name: fromDenom
- name: from_denom
in: query
required: false
type: string
- name: toDenom
- name: to_denom
in: query
required: false
type: string
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/Finschia/finschia/v4
go 1.20

require (
github.com/Finschia/finschia-sdk v0.49.0-rc6
github.com/Finschia/finschia-sdk v0.49.0-rc7
github.com/Finschia/ostracon v1.1.3
github.com/Finschia/wasmd v0.3.0
github.com/Finschia/wasmvm v1.1.1-0.12.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym
github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d h1:nalkkPQcITbvhmL4+C4cKA87NW0tfm3Kl9VXRoPywFg=
github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d/go.mod h1:URdX5+vg25ts3aCh8H5IFZybJYKWhJHYMTnf+ULtoC4=
github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ=
github.com/Finschia/finschia-sdk v0.49.0-rc6 h1:cstv+/RU5Q4hU2KJDJkUAQ/k+QJFIGVvYkRn/hR1YUc=
github.com/Finschia/finschia-sdk v0.49.0-rc6/go.mod h1:bmPv3zWUAWmm+ZxLpUAK3NhURQ4l+3tg3Bw+WcinbmY=
github.com/Finschia/finschia-sdk v0.49.0-rc7 h1:rCFFYGbtYes3RW89B8RD0uuR/1kspMBxF1TO9muea4Y=
github.com/Finschia/finschia-sdk v0.49.0-rc7/go.mod h1:bmPv3zWUAWmm+ZxLpUAK3NhURQ4l+3tg3Bw+WcinbmY=
github.com/Finschia/ibc-go/v4 v4.3.1 h1:pUKry0j+1/ypCC3X1TkEzoLrS1A/low/1PE2HZL+13k=
github.com/Finschia/ibc-go/v4 v4.3.1/go.mod h1:kFZgmXXT2pt9QL7Ngx/eA7lI9JlOMGRG/oU4RTDXKcg=
github.com/Finschia/ostracon v1.1.3 h1:GYPTc8et+sXEq9W2SUlYwvnImpZ4aG8hI2cIhyBWRSU=
Expand Down

0 comments on commit cbc6c1a

Please sign in to comment.