Skip to content

Commit

Permalink
chore: update latest line/cosmwasm commit (merged Finschia/cosmwasm…
Browse files Browse the repository at this point in the history
…#256 PR)

Signed-off-by: zemyblue <[email protected]>
  • Loading branch information
zemyblue committed Mar 13, 2023
1 parent 394d81d commit 81cdc38
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog


## [[v1.1.1-0.11.2](https://github.com/line/wasmvm/compare/v1.1.1-0.11.1...v1.1.1-0.11.2)] - 2023-03-13

The functional changes of this version same with v1.1.1-0.11.1, The only difference is that fix the import problem other service (like wasmd and finshia), because I think it seems to be problem to change the v1.1.1-0.11.1 tag commit.

## [[v1.1.1-0.11.1](https://github.com/line/wasmvm/compare/v1.1.1-0.11.0...v1.1.1-0.11.1)] - 2023-01-13

### Fixes
Expand Down
Binary file modified internal/api/libwasmvm.dylib
Binary file not shown.
6 changes: 6 additions & 0 deletions lib_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,3 +277,9 @@ func TestGetMetrics(t *testing.T) {
require.Equal(t, uint64(0), metrics.SizePinnedMemoryCache)
require.InEpsilon(t, 5602873, metrics.SizeMemoryCache, 0.18)
}

func TestLibwasmvmVersion(t *testing.T) {
version, err := LibwasmvmVersion()
require.NoError(t, err)
require.Equal(t, version, "1.1.1-0.11.2")
}
2 changes: 1 addition & 1 deletion libwasmvm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libwasmvm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmvm"
version = "1.1.1-0.11.1"
version = "1.1.1-0.11.2"
publish = false
authors = ["LINE Plus Corporation"]
edition = "2021"
Expand Down

0 comments on commit 81cdc38

Please sign in to comment.