chore: upgrade thorchain v3.15.2#1261
Conversation
📝 WalkthroughWalkthroughBumps Thornode from v3.12.0 to v3.15.2 across Thorchain modules and updates related indirect dependencies (wasmd, wasmvm/v2) plus cometbft replace directives; removes an indirect cosmos/iavl replacement entry. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@go/pkg/thorchain/go.mod`:
- Line 15: Update the wasm VM dependency to address critical vulnerabilities:
change the wasmvm module requirement to wasmvm/v2 v2.2.2 in go.mod (the
dependency is referenced as wasmvm/v2), run go mod tidy to refresh the lock, and
ensure you build/test (e.g., `go test ./...`) to catch any compile-time issues;
additionally, verify compatibility between wasmd v0.54.0 and the project’s
Cosmos SDK version (and coordinate a chain upgrade if moving to wasmd v0.54.0
since it pins wasmvm v2.2.x) before merging.
2cbbdba to
f594740
Compare
Summary by CodeRabbit