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

build: update finschia-sdk to hackwasm2023 #232

Merged
merged 3 commits into from
Jul 12, 2023
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
### Features

### Improvements
* (build) [\#232](https://github.com/Finschia/finschia/pull/232) update finschia-sdk to hackwasm2023
* (build) [\#229](https://github.com/Finschia/finschia/pull/229) update wasmd to v0.1.4+dynamiclink2 and go mod tidy
* (build) [\#221](https://github.com/Finschia/finschia/pull/221) compile static binary as release assets and docker image
* (swagger) [\#223](https://github.com/Finschia/finschia/pull/223) add integrated swagger for finschia
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
go 1.18

require (
github.com/Finschia/finschia-sdk v0.47.0
github.com/Finschia/finschia-sdk v0.47.1-0.20230712053045-edb1434b3f24
github.com/Finschia/ibc-go/v3 v3.3.3
github.com/Finschia/ostracon v1.1.0
github.com/Finschia/wasmd v0.1.5-0.20230703080914-8b29b5ee80e1
Expand Down
Loading
Loading