Skip to content
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

chore(deps): bump sdk to 0.50.13 & ibc to 8.7.0 #125

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

fmorency
Copy link
Collaborator

@fmorency fmorency commented Mar 12, 2025

This PR bumps CosmosSDK to v0.50.13 and IBC-go to v8.7.0, addressing ISA-2025-002 and ISA-2025-001.

The ibc-go v8.7.0 states it's a non-breaking change, even if they bumped the minor version number.

Summary by CodeRabbit

Various dependency upgrades enhance overall system stability and performance. These improvements update essential external libraries, ensuring smoother operations and heightened reliability while paving the way for future enhancements. End users may experience a more robust and secure application as a result of these under-the-hood updates.

  • Chores
    • Upgraded external dependencies to their latest versions for improved reliability, security, and overall performance.

@fmorency fmorency self-assigned this Mar 12, 2025
Copy link

coderabbitai bot commented Mar 12, 2025

Walkthrough

This pull request updates dependency versions in the Go module files. In both go.mod and interchaintest/go.mod, the version of github.com/cosmos/cosmos-sdk is bumped from v0.50.12(-liftedinit.1) to v0.50.13(-liftedinit.1) and github.com/cosmos/ibc-go/v8 is updated from v8.6.1 to v8.7.0. No new features or changes to control flow are introduced.

Changes

File(s) Change Summary
go.mod, interchaintest/go.mod Updated dependency versions: github.com/cosmos/cosmos-sdk changed from v0.50.12(-liftedinit.1) to v0.50.13(-liftedinit.1) and github.com/cosmos/ibc-go/v8 from v8.6.1 to v8.7.0

Possibly related PRs

Suggested reviewers

  • chalabi2
  • Reecepbcups

Poem

Oh, what fun on a moonlit night,
I hop through codes with sheer delight.
Version numbers leap in a gentle dance,
Upgraded dependencies get their chance.
With a twitch of whiskers and a joyful cheer,
This rabbit celebrates progress—let's all revere! 🐰✨

Tip

⚡🧪 Multi-step agentic review comment chat (experimental)
  • We're introducing multi-step agentic chat in review comments. This experimental feature enhances review discussions with the CodeRabbit agentic chat by enabling advanced interactions, including the ability to create pull requests directly from comments.
    - To enable this feature, set early_access to true under in the settings.

📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 43de391 and 3e63c26.

⛔ Files ignored due to path filters (2)
  • go.sum is excluded by !**/*.sum
  • interchaintest/go.sum is excluded by !**/*.sum
📒 Files selected for processing (2)
  • go.mod (2 hunks)
  • interchaintest/go.mod (2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (11)
  • GitHub Check: e2e-tests (ictest-chain-upgrade)
  • GitHub Check: e2e-tests (ictest-cosmwasm)
  • GitHub Check: e2e-tests (ictest-group-poa)
  • GitHub Check: e2e-tests (ictest-manifest)
  • GitHub Check: e2e-tests (ictest-tokenfactory)
  • GitHub Check: e2e-tests (ictest-poa)
  • GitHub Check: e2e-tests (ictest-ibc)
  • GitHub Check: build amd64 for linux
  • GitHub Check: build amd64 for darwin
  • GitHub Check: Analyze
  • GitHub Check: build
🔇 Additional comments (6)
go.mod (3)

11-11: Update cosmos-sdk in replace directive

The dependency in the replace block is now set to v0.50.13-liftedinit.1. This update aligns with the PR objective and ensures that the local replacement points to the correct, updated version of the SDK.


40-40: Update cosmos-sdk dependency in require section

The required version of github.com/cosmos/cosmos-sdk has been updated to v0.50.13 to match the new SDK release. Please verify that the rest of the codebase is compatible with this updated version.


43-43: Bump ibc-go dependency

The dependency for github.com/cosmos/ibc-go/v8 has been updated from v8.6.1 to v8.7.0. This change meets the targeted dependency bump and should address the related issues.

interchaintest/go.mod (3)

13-13: Update cosmos-sdk in replace directive

The replace directive for github.com/cosmos/cosmos-sdk now specifies version v0.50.13-liftedinit.1. This update is consistent with the changes in the main go.mod file and supports the dependency synchronization across the project.


23-23: Update cosmos-sdk dependency in require section

The required version of github.com/cosmos/cosmos-sdk has been bumped to v0.50.13. This ensures consistency with the version used in the replace block and aligns with the overall dependency upgrade.


25-25: Bump ibc-go dependency

The ibc-go dependency is now updated to v8.7.0, matching the PR objectives. This change should help mitigate the issues previously identified and guarantee compatibility with the other upgraded modules.


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.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

codecov bot commented Mar 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.00%. Comparing base (43de391) to head (3e63c26).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #125      +/-   ##
==========================================
- Coverage   76.13%   76.00%   -0.14%     
==========================================
  Files          34       34              
  Lines        2305     2305              
==========================================
- Hits         1755     1752       -3     
- Misses        460      462       +2     
- Partials       90       91       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@fmorency fmorency merged commit a737f96 into liftedinit:main Mar 12, 2025
18 checks passed
@fmorency fmorency deleted the bump-sdk-ibc branch March 12, 2025 21:04
@fmorency fmorency requested a review from chalabi2 March 12, 2025 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant