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

deps: bump up wasmd from 516eaaec to c581a5f2 #253

Merged
merged 2 commits into from
Aug 21, 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 @@ -42,6 +42,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (build) [\#252](https://github.com/Finschia/finschia/pull/252) Bump up several dependencies relevant to the event refactoring

### Bug Fixes
* (x/wasmd) [\#253](https://github.com/Finschia/finschia/pull/253) bump up wasmd from 516eaaec to c581a5f2 for applying the ContractHistory bug fix

### Breaking Changes

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/Finschia/finschia-sdk v0.47.3-0.20230817110929-1df6411c6429
github.com/Finschia/ibc-go/v3 v3.3.3
github.com/Finschia/ostracon v1.1.0
github.com/Finschia/wasmd v0.1.5-0.20230818040015-516eaaecf726
github.com/Finschia/wasmd v0.1.5-0.20230818070124-c581a5f2b49b
github.com/golang/mock v1.6.0
github.com/gorilla/mux v1.8.0
github.com/prometheus/client_golang v1.15.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ github.com/Finschia/ibc-go/v3 v3.3.3 h1:geNUwG7xU0vve1Rv8qATpAk59BL5thLuUcLvJ7xn
github.com/Finschia/ibc-go/v3 v3.3.3/go.mod h1:YC5hldLSJQDoii3W2E9J07BVdTF7fesUQcATo5zQ248=
github.com/Finschia/ostracon v1.1.0 h1:ruiqngsoCz1kJ3fGLJHflcvxbJrbg7QGDTruqxgLZKc=
github.com/Finschia/ostracon v1.1.0/go.mod h1:nPRoQEOOp8FFp2XQ8b1dvfHgKNxp1Zb7i1p5yrLIgG4=
github.com/Finschia/wasmd v0.1.5-0.20230818040015-516eaaecf726 h1:yomHWwEnqX32Bofrk86QOjR74mW5Ejxnh0A17pwAuKk=
github.com/Finschia/wasmd v0.1.5-0.20230818040015-516eaaecf726/go.mod h1:rk/FmWY0smbLuu/SlBubkEvxtgKJNhSnFhXPsM1zjAA=
github.com/Finschia/wasmd v0.1.5-0.20230818070124-c581a5f2b49b h1:hsMzAqMb0wYutFYzGMXXTTCfJzFqgSEPe7H5KdEEm8w=
github.com/Finschia/wasmd v0.1.5-0.20230818070124-c581a5f2b49b/go.mod h1:rk/FmWY0smbLuu/SlBubkEvxtgKJNhSnFhXPsM1zjAA=
github.com/Finschia/wasmvm v1.1.1-0.11.2.0.20230418093236-ce70a3856778 h1:V+iocQkc3zvpgdn+nCLZ9kPM7D7u6v2Br+EkOIhvjbY=
github.com/Finschia/wasmvm v1.1.1-0.11.2.0.20230418093236-ce70a3856778/go.mod h1:uCHU7ZRQ/V+WPRXr6Ak9Uu2oe2MVeO8yGZnGKU1B3NY=
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0=
Expand Down