go.mod: bump cosmos dep#620
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
|
There was a problem hiding this comment.
Pull request overview
This PR bumps the Polygon-forked Cosmos SDK dependency used by Heimdall via go.mod replace, updating the pinned fork version and its corresponding checksum entries.
Changes:
- Update
replace github.com/cosmos/cosmos-sdkto point togithub.qkg1.top/0xPolygon/cosmos-sdk v0.2.12-polygon(fromv0.2.11-polygon). - Refresh
go.sumentries for the bumpedgithub.qkg1.top/0xPolygon/cosmos-sdkversion.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Bumps the Cosmos SDK replacement target to v0.2.12-polygon. |
| go.sum | Updates checksums to match the new Cosmos SDK fork version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #620 +/- ##
=======================================
Coverage 50.0% 50.0%
=======================================
Files 181 181
Lines 19864 19864
=======================================
Hits 9946 9946
Misses 8644 8644
Partials 1274 1274 🚀 New features to boost your workflow:
|



Summary
Bump cosmos-sdk dependency.
Executed tests
Kurtosis devnet tests.
Rollout notes
Backwards compatible.