-
Notifications
You must be signed in to change notification settings - Fork 42
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
Bump Cosmos SDK to v0.50.12-pio-1 (from v0.50.11-pio-1). #2282
Conversation
…t action recently enabled that verification by default, which is why the most recent PRs are failing the lint action.
WalkthroughThis pull request updates several dependency versions and makes a minor adjustment to the GitHub Actions lint job configuration. Specifically, it bumps the versions of Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
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? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
go.sum
is excluded by!**/*.sum
📒 Files selected for processing (3)
.changelog/unreleased/dependencies/2282-bump-sdk-to-0-50-12.md
(1 hunks).github/workflows/lint.yml
(1 hunks)go.mod
(3 hunks)
✅ Files skipped from review due to trivial changes (1)
- .changelog/unreleased/dependencies/2282-bump-sdk-to-0-50-12.md
🧰 Additional context used
🪛 actionlint (1.7.4)
.github/workflows/lint.yml
41-41: input "verify" is not defined in action "golangci/golangci-lint-action@v6". available inputs are "args", "cache-invalidation-interval", "github-token", "install-mode", "only-new-issues", "problem-matchers", "skip-cache", "skip-save-cache", "version", "working-directory"
(action)
⏰ Context from checks skipped due to timeout of 90000ms (10)
- GitHub Check: runsim (after-import, goleveldb, ubuntu-latest)
- GitHub Check: go-test-multi-db (benchmark, goleveldb, ubuntu-latest)
- GitHub Check: go-test-single-db (nondeterminism, ubuntu-latest)
- GitHub Check: runsim (multi-seed-short, goleveldb, ubuntu-latest)
- GitHub Check: runsim (import-export, goleveldb, ubuntu-latest)
- GitHub Check: test-race (04)
- GitHub Check: test-race (03)
- GitHub Check: tests (01)
- GitHub Check: test-race (01)
- GitHub Check: test-race (00)
🔇 Additional comments (3)
go.mod (3)
23-23
: Cosmos DB Version BumpThe Cosmos DB dependency is updated to
v1.1.1
as intended. This version bump aligns with the upgrade requirements. Please ensure that integration tests covering database-related functionality are run to catch any incompatibilities.
85-85
: Ledger Cosmos Go Version UpdateThe dependency for
github.com/cosmos/ledger-cosmos-go
has been updated tov0.14.0
. Confirm that this update does not introduce breaking changes in ledger-related functionality by running any relevant integration or end-to-end tests.
222-222
: Cosmos SDK Replacement UpdateThe replacement for the Cosmos SDK has been updated to
github.com/provenance-io/cosmos-sdk v0.50.12-pio-1
, which matches the PR objective. Please verify through your integration and unit tests that the new SDK version is fully compatible with the codebase, especially given potential upstream changes.
* Switch the SDK to a local version. * Switch to v0.50.12-pio-1 * Add changelog entry. * Tell the lint action to not verify the json stuff. The authors of that action recently enabled that verification by default, which is why the most recent PRs are failing the lint action.
…2283) * Bump github.com/cometbft/cometbft from 0.38.15 to 0.38.17 (#2271) * Bump github.com/cometbft/cometbft from 0.38.15 to 0.38.17 Bumps [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) from 0.38.15 to 0.38.17. - [Release notes](https://github.com/cometbft/cometbft/releases) - [Changelog](https://github.com/cometbft/cometbft/blob/v0.38.17/CHANGELOG.md) - [Commits](cometbft/cometbft@v0.38.15...v0.38.17) --- updated-dependencies: - dependency-name: github.com/cometbft/cometbft dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Updated Changelog --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel Wedul <[email protected]> * Bump Cosmos SDK to v0.50.12-pio-1 (from v0.50.11-pio-1). (#2282) * Switch the SDK to a local version. * Switch to v0.50.12-pio-1 * Add changelog entry. * Tell the lint action to not verify the json stuff. The authors of that action recently enabled that verification by default, which is why the most recent PRs are failing the lint action. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Description
This PR will bump the SDK to
v0.50.12-pio-1
(fromv0.50.11-pio-1
).Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
).godoc
comments..changelog/unreleased
(see Adding Changes).Files changed
in the Github PR explorer.Codecov Report
in the comment section below once CI passes.Summary by CodeRabbit
These maintenance updates contribute to a more robust and efficient platform experience, supporting continuous improvements behind the scenes.