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: update sdk and tm #3093

Merged
merged 1 commit into from
Feb 9, 2024
Merged

chore: update sdk and tm #3093

merged 1 commit into from
Feb 9, 2024

Conversation

cmwaters
Copy link
Contributor

@cmwaters cmwaters commented Feb 8, 2024

Uses v1.33.0 for tendermint and v1.20.1 for the SDK

@celestia-bot celestia-bot requested a review from a team February 8, 2024 14:25
@cmwaters cmwaters self-assigned this Feb 8, 2024
@cmwaters cmwaters added the backport:v1.x PR will be backported automatically to the v1.x branch upon merging label Feb 8, 2024
Copy link
Contributor

coderabbitai bot commented Feb 8, 2024

Walkthrough

Walkthrough

The update primarily focuses on upgrading dependencies for projects utilizing cosmos-sdk and tendermint, alongside a range of module updates in go.sum and the addition of new modules in go.work.sum. Notably, it includes version bumps for cosmos-sdk to v0.46.16, tendermint to v0.34.29, and updates to various dependencies in the testground directory, ensuring compatibility and leveraging the latest features and security patches of these foundational blockchain frameworks.

Changes

File(s) Change Summary
go.mod, go.sum Updated cosmos-sdk to v0.46.16, tendermint to v0.34.29, and dependencies in go.sum for celestiaorg
go.work.sum Added modules like cpuid, protoc-gen-star, testableexamples, revive, dns, jwt, gosec, goldmark, etcd, and updates to golang.org/x/*
test/.../go.mod Updated dependencies including cosmos-sdk, tendermint, cloud.google.com/go, ethereum/go-ethereum, google/go-cmp, google/uuid, rs/zerolog, google.golang.org/api, and grpc

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?

Share

Tips

Chat

There are 3 ways to chat with CodeRabbit:

Note: Auto-reply has been disabled for this repository by the repository owner. The CodeRabbit bot will not respond to your comments unless it is explicitly tagged.

  • 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 tests 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 generate interesting stats about this repository from git and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit tests.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

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 as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • 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/coderabbit-overrides.v2.json

CodeRabbit Discord Community

Join our Discord Community to get help, request features, and share feedback.

@@ -765,6 +765,7 @@ github.com/klauspost/asmfmt v1.3.2/go.mod h1:AG8TuvYojzulgDAMCnYn50l/5QV3Bs/tp6j
github.com/klauspost/compress v1.8.2/go.mod h1:RyIbtBH6LamlWaDj8nUwkbUhJ87Yi3uG0guNDohfE1A=
github.com/klauspost/compress v1.9.0/go.mod h1:RyIbtBH6LamlWaDj8nUwkbUhJ87Yi3uG0guNDohfE1A=
github.com/klauspost/compress v1.15.15/go.mod h1:ZcK2JAFqKOpnBlxcLsJzYfrS9X1akm9fHZNnD9+Vo/4=
github.com/klauspost/cpuid v1.2.0 h1:NMpwD2G9JSFOE1/TJjGSo5zG7Yb2bTe7eq1jH+irmeE=
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing newline at the end of the file.

+ 

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
github.com/klauspost/cpuid v1.2.0 h1:NMpwD2G9JSFOE1/TJjGSo5zG7Yb2bTe7eq1jH+irmeE=
github.com/klauspost/cpuid v1.2.0 h1:NMpwD2G9JSFOE1/TJjGSo5zG7Yb2bTe7eq1jH+irmeE=

@cmwaters cmwaters merged commit 738bb9f into main Feb 9, 2024
34 checks passed
@cmwaters cmwaters deleted the cal/bump-sdk-and-tm branch February 9, 2024 15:10
mergify bot pushed a commit that referenced this pull request Feb 9, 2024
Uses v1.33.0 for tendermint and v1.20.1 for the SDK

(cherry picked from commit 738bb9f)

# Conflicts:
#	go.mod
#	go.sum
#	go.work.sum
#	test/testground/go.mod
#	test/testground/go.sum
cmwaters pushed a commit that referenced this pull request Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:v1.x PR will be backported automatically to the v1.x branch upon merging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants