chore: upgrade mayachain to v1.127.0#1260
Conversation
📝 WalkthroughWalkthroughTwo Go module files are updated with dependency version adjustments. Cosmos-SDK and Tendermint are downgraded to earlier versions, mayanode is updated to v1.127.0, several indirect dependencies are removed from the require block, and version replacement directives for btcd, cosmos-sdk, and tendermint are cleared from the replace block. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
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/coinstacks/mayachain/go.mod`:
- Line 6: The go.mod currently pins github.com/cosmos/cosmos-sdk to v0.45.9
which is vulnerable; update go.mod to a patched release (at minimum v0.47.17 or
newer) or to the smallest safe versions covering the listed GHSA advisories,
then run module sync (go get / go mod tidy) and rebuild to verify no breakages;
inspect which x/* modules your code imports (e.g., x/group, x/distribution,
mempool/PrepareProposalHandler, SenderNonceMempool) and, if upgrading the entire
SDK is not feasible, apply targeted backports/patches or upgrade only the
affected modules to versions that fix GHSA-2557, GHSA-86h5, GHSA-8wcc,
GHSA-x5vx, GHSA-47ww and GHSA-p22h as appropriate.
Summary by CodeRabbit
Release Notes