-
Notifications
You must be signed in to change notification settings - Fork 404
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
Bump wasmvm to v1.0.0-rc.0 #844
Conversation
Thanks for this. Failing linter check. x/wasm/keeper/msg_dispatcher.go:121:14: SA1019: wasmvmtypes.SubcallResult is deprecated: Renamed to SubMsgResult (staticcheck) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good minus the linter error.
happy if you merge once ci passes
ADD https://github.com/CosmWasm/wasmvm/releases/download/v1.0.0-beta10/libwasmvm_muslc.x86_64.a /lib/libwasmvm_muslc.x86_64.a | ||
RUN sha256sum /lib/libwasmvm_muslc.aarch64.a | grep 5b7abfdd307568f5339e2bea1523a6aa767cf57d6a8c72bc813476d790918e44 | ||
RUN sha256sum /lib/libwasmvm_muslc.x86_64.a | grep 2f44efa9c6c1cda138bd1f46d8d53c5ebfe1f4a53cf3457b01db86472c4917ac | ||
ADD https://github.com/CosmWasm/wasmvm/releases/download/v1.0.0-rc.0/libwasmvm_muslc.aarch64.a /lib/libwasmvm_muslc.aarch64.a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very important
Codecov Report
@@ Coverage Diff @@
## main #844 +/- ##
==========================================
- Coverage 60.04% 60.01% -0.04%
==========================================
Files 52 52
Lines 5972 5972
==========================================
- Hits 3586 3584 -2
- Misses 2119 2120 +1
- Partials 267 268 +1
|
Upgrade to v1.0.0-rc.0