Skip to content

Commit

Permalink
fix: version-up depending wasmvm to v1.1.1-0.12.0 (#117)
Browse files Browse the repository at this point in the history
* fix: version-up depending wasmvm

* docs: add this PR to CHANGELOG

* docs: write what version this PR updates wasmvm
  • Loading branch information
loloicci authored Feb 26, 2024
1 parent 87c95ba commit 0b88522
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Bug Fixes

### Breaking Changes
* [\#117](https://github.com/Finschia/wasmd/pull/117) version-up depending wasmvm to v1.1.1-0.12.0

### Build, CI

Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/Finschia/finschia-sdk v0.48.0
github.com/Finschia/ostracon v1.1.2
github.com/Finschia/wasmvm v1.1.1-0.11.6
github.com/Finschia/wasmvm v1.1.1-0.12.0
github.com/cosmos/btcutil v1.0.5
github.com/cosmos/iavl v0.19.4
github.com/cosmos/ibc-go/v4 v4.3.1
Expand Down Expand Up @@ -148,5 +148,4 @@ replace (
// the following version across all dependencies.
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
google.golang.org/grpc => google.golang.org/grpc v1.33.2

)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ github.com/Finschia/ostracon v1.1.2 h1:JqP1RLTFHtCUr5I8njS698iJDz6YRXBsL06LnJy+8
github.com/Finschia/ostracon v1.1.2/go.mod h1:eOAnifAmWFqCnB828FOlcrFzJ+Kt5Fgg+dswr7BSBDM=
github.com/Finschia/r2ishiguro_vrf v0.1.2 h1:lDBz6NQMx1pw5I3End6xFmXpM//7KcmTr3Ka983e7v8=
github.com/Finschia/r2ishiguro_vrf v0.1.2/go.mod h1:OHRtvzcJnfIrcJ0bvPNktJozRFAyZFuv56E9R3/qB+Y=
github.com/Finschia/wasmvm v1.1.1-0.11.6 h1:Ae1XLQJKBltVBQugg6UwT8JBoSfN531L1Zc6CNgd1RA=
github.com/Finschia/wasmvm v1.1.1-0.11.6/go.mod h1:NvaR6R52gFtNaKh+y/5fyUjS5Q2QfE8TJzv0bdSsWqQ=
github.com/Finschia/wasmvm v1.1.1-0.12.0 h1:m+YXvFgE2vodYKJBkTAxAdfZsrdTDN0qA8s8d6cMesg=
github.com/Finschia/wasmvm v1.1.1-0.12.0/go.mod h1:NvaR6R52gFtNaKh+y/5fyUjS5Q2QfE8TJzv0bdSsWqQ=
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0=
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 h1:TngWCqHvy9oXAN6lEVMRuU21PR1EtLVZJmdB18Gu3Rw=
Expand Down

0 comments on commit 0b88522

Please sign in to comment.