Closed amimart closed 3 months ago
The recent changes involve updates to the Dockerfile and go.mod
file. The Dockerfile reflects a version upgrade of the libwasmvm_muslc
libraries from 2.1.0 to 2.1.2, with corresponding SHA256 checksum updates. The go.mod
file sees multiple dependency version upgrades, including notable libraries like cosmossdk.io/core
and github.com/prometheus/client_golang
, as well as the addition of a new indirect dependency, github.com/munnerz/goautoneg
.
Files | Change Summary |
---|---|
Dockerfile | Updated libwasmvm_muslc libraries from version 2.1.0 to 2.1.2 and updated corresponding SHA256 checksums. |
go.mod | Upgraded multiple dependencies, including cosmossdk.io/core to v0.11.1 and golang.org/x/crypto to v0.25.0. Added new indirect dependency github.com/munnerz/goautoneg . |
π In the garden where code blooms bright,
New versions hop, a joyful sight!
Libraries dance, in upgrades they play,
With checksums fresh, they brighten the day.
Letβs celebrate change, with a leap and a cheer,
For progress is sweet, and the future is near! πΌ
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
@@ Coverage Diff @@
## main #732 +/- ##
=======================================
Coverage 54.49% 54.49%
=======================================
Files 73 73
Lines 2905 2905
=======================================
Hits 1583 1583
Misses 1228 1228
Partials 94 94
This PR bump some versions to solve security issues.
Details
wasmd
is bumped to v0.53.0 in order to fixCWA-2024-005
&CWA-2024-006
. This also include a bump ofcosmos-sdk
to v0.50.9.In order to fix
CWA-2024-004
issue thewasmvm
included in the docker build has also been updated tov2.1.3
.β οΈ Those changes are consensus breaking so it'll be considered as a major version update.
Summary by CodeRabbit
New Features
Bug Fixes
Chores