-
Notifications
You must be signed in to change notification settings - Fork 101
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
feat: Bump cosmos-sdk and wasmd versions #507
Conversation
spoo-bar
commented
Nov 21, 2023
- Bump cosmos-sdk version v0.47.5 to v0.47.6
- Updated wasmd from v0.43.0 to v0.45.0
- wasmvm update Checksum Source
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #507 +/- ##
=======================================
Coverage 66.00% 66.00%
=======================================
Files 63 63
Lines 3901 3901
=======================================
Hits 2575 2575
Misses 1199 1199
Partials 127 127 ☔ View full report in Codecov by Sentry. |
Dockerfile.deprecated
Outdated
@@ -2,8 +2,8 @@ FROM golang:1.19.5-alpine3.17 AS go-builder | |||
# arch can be either x86_64 for amd64 or aarch64 for arm | |||
ARG arch=x86_64 | |||
ARG libwasmvm_version=v1.4.1 |
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.
I guess you need to bump version here also as updated checksums are for v1.5.0, right?
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.
yess thank you! updated
* Version bump wasmd to v0.45.0 and cosmos-sdk to v0.47.6 * Update CHANGELOG.md * update wasmvm checksum * Update CHANGELOG.md * bump wasmvm version
* bumping version of archway from v5 to v6 * feat: Bump cosmos-sdk and wasmd versions (#507) * Version bump wasmd to v0.45.0 and cosmos-sdk to v0.47.6 * Update CHANGELOG.md * update wasmvm checksum * Update CHANGELOG.md * bump wasmvm version * running go mod tidy