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

build(deps): Bump google.golang.org/grpc from 1.65.0 to 1.66.0 #21452

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 29, 2024

Bumps google.golang.org/grpc from 1.65.0 to 1.66.0.

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.66.0

New Features

  • metadata: stabilize ValueFromIncomingContext (#7368)
  • client: stabilize the WaitForStateChange and GetState methods, which were previously experimental. (#7425)
  • xds: Implement ADS flow control mechanism (#7458)
  • balancer/rls: Add metrics for data cache and picker internals (#7484, #7495)
  • xds: LRS load reports now include the total_issued_requests field. (#7544)

Bug Fixes

  • grpc: Clients now return status code INTERNAL instead of UNIMPLEMENTED when the server uses an unsupported compressor. This is consistent with the gRPC compression spec. (#7461)
  • transport: Fix a bug which could result in writes busy looping when the underlying conn.Write returns errors (#7394)
  • client: fix race that could lead to orphaned connections and associated resources. (#7390)
  • xds: use locality from the connected address for load reporting with pick_first (#7378)
    • without this fix, if a priority contains multiple localities with pick_first, load was reported for the wrong locality
  • client: prevent hanging during ClientConn.Close() when the network is unreachable (#7540)

Performance Improvements

  • transport: double buffering is avoided when using an http connect proxy and the target server waits for client to send the first message. (#7424)
  • codec: Implement a new Codec which uses buffer recycling for encoded message (#7356)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by CodeRabbit

  • New Features

    • Updated multiple dependencies to their latest versions, enhancing stability and security.
  • Bug Fixes

    • Incremented versions of google.golang.org/grpc and google.golang.org/genproto packages, likely incorporating bug fixes and performance improvements.
  • Chores

    • Routine maintenance to ensure compatibility with the latest library versions across various modules.

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.65.0 to 1.66.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.65.0...v1.66.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner August 29, 2024 02:46
@dependabot dependabot bot added A:automerge Automatically merge PR once all prerequisites pass. dependencies Pull requests that update a dependency file labels Aug 29, 2024
@github-actions github-actions bot added the C:Hubl Tool: Hubl label Aug 29, 2024
Copy link
Contributor

coderabbitai bot commented Aug 29, 2024

Walkthrough

Walkthrough

The changes involve updates to the go.mod files across multiple Go modules, focusing on incrementing the versions of dependencies such as google.golang.org/grpc, google.golang.org/genproto/googleapis/api, and several others. Additionally, the Go version has been updated in the depinject module. These updates indicate routine maintenance to ensure compatibility with the latest versions of the libraries utilized in the projects.

Changes

Files Change Summary
api/go.mod Updated dependencies: google.golang.org/genproto/googleapis/api, google.golang.org/grpc, google.golang.org/genproto/googleapis/rpc.
client/v2/go.mod Updated dependencies: google.golang.org/grpc, google.golang.org/genproto/googleapis/api, google.golang.org/genproto/googleapis/rpc.
depinject/go.mod Updated Go version to 1.21; updated dependencies: google.golang.org/grpc, golang.org/x/net, golang.org/x/sys, golang.org/x/text, google.golang.org/genproto/googleapis/rpc.
go.mod Updated dependencies: google.golang.org/genproto/googleapis/api, google.golang.org/grpc, google.golang.org/genproto/googleapis/rpc.
orm/go.mod Updated dependencies: google.golang.org/grpc, google.golang.org/genproto/googleapis/api, google.golang.org/genproto/googleapis/rpc.
runtime/v2/go.mod Updated dependencies: google.golang.org/grpc, google.golang.org/genproto/googleapis/api, google.golang.org/genproto/googleapis/rpc.
server/v2/cometbft/go.mod Updated dependencies: google.golang.org/genproto/googleapis/api, google.golang.org/grpc, google.golang.org/genproto/googleapis/rpc.
server/v2/go.mod Updated dependencies: google.golang.org/grpc, google.golang.org/genproto/googleapis/api, google.golang.org/genproto/googleapis/rpc.
simapp/go.mod Updated dependencies: google.golang.org/grpc, google.golang.org/genproto/googleapis/rpc.
simapp/v2/go.mod Updated dependencies: google.golang.org/genproto/googleapis/rpc, google.golang.org/grpc.
store/go.mod Updated dependencies: google.golang.org/grpc, google.golang.org/genproto/googleapis/rpc.
tests/go.mod Updated dependencies: google.golang.org/grpc, google.golang.org/genproto/googleapis/rpc.
tests/systemtests/go.mod Updated dependencies: google.golang.org/grpc, google.golang.org/genproto/googleapis/api, google.golang.org/genproto/googleapis/rpc.
tools/confix/go.mod Updated dependencies: google.golang.org/genproto/googleapis/api, google.golang.org/genproto/googleapis/rpc, google.golang.org/grpc.
tools/cosmovisor/go.mod Updated dependency: google.golang.org/genproto/googleapis/rpc, google.golang.org/grpc.
tools/hubl/go.mod Updated dependencies: google.golang.org/grpc, google.golang.org/genproto/googleapis/api, google.golang.org/genproto/googleapis/rpc.
x/accounts/defaults/lockup/go.mod Updated dependencies: google.golang.org/genproto/googleapis/api, google.golang.org/genproto/googleapis/rpc, google.golang.org/grpc.
x/accounts/defaults/multisig/go.mod Updated dependencies: google.golang.org/genproto/googleapis/api, google.golang.org/genproto/googleapis/rpc, google.golang.org/grpc.
x/accounts/go.mod Updated dependencies: google.golang.org/grpc, google.golang.org/genproto/googleapis/api, google.golang.org/genproto/googleapis/rpc.
x/auth/go.mod Updated dependency: google.golang.org/genproto/googleapis/api, google.golang.org/grpc.
x/authz/go.mod Updated dependencies: google.golang.org/genproto/googleapis/api, google.golang.org/genproto/googleapis/rpc, google.golang.org/grpc.
x/bank/go.mod Updated dependencies: google.golang.org/genproto/googleapis/api, google.golang.org/grpc.
x/circuit/go.mod Updated dependencies: google.golang.org/genproto/googleapis/api, google.golang.org/grpc, google.golang.org/genproto/googleapis/rpc.
x/consensus/go.mod Updated dependencies: google.golang.org/genproto/googleapis/api, google.golang.org/grpc, google.golang.org/genproto/googleapis/rpc.
x/distribution/go.mod Updated dependencies: google.golang.org/genproto/googleapis/api, google.golang.org/grpc, google.golang.org/genproto/googleapis/rpc.
x/epochs/go.mod Updated dependencies: google.golang.org/genproto/googleapis/api, google.golang.org/grpc, google.golang.org/genproto/googleapis/rpc.
x/evidence/go.mod Updated dependencies: google.golang.org/genproto/googleapis/api, google.golang.org/grpc, google.golang.org/genproto/googleapis/rpc.
x/feegrant/go.mod Updated dependencies: google.golang.org/genproto/googleapis/api, google.golang.org/grpc, google.golang.org/genproto/googleapis/rpc.
x/gov/go.mod Updated dependencies: google.golang.org/genproto/googleapis/api, google.golang.org/grpc, google.golang.org/genproto/googleapis/rpc.
x/group/go.mod Updated dependencies: google.golang.org/genproto/googleapis/api, google.golang.org/grpc, google.golang.org/genproto/googleapis/rpc.
x/mint/go.mod Updated dependencies: google.golang.org/genproto/googleapis/api, google.golang.org/grpc, google.golang.org/genproto/googleapis/rpc.
x/nft/go.mod Updated dependencies: google.golang.org/genproto/googleapis/api, google.golang.org/grpc, google.golang.org/genproto/googleapis/rpc.
x/params/go.mod Updated dependencies: google.golang.org/genproto/googleapis/api, google.golang.org/grpc, google.golang.org/genproto/googleapis/rpc.
x/protocolpool/go.mod Updated dependencies: google.golang.org/genproto/googleapis/api, google.golang.org/grpc, google.golang.org/genproto/googleapis/rpc.
x/slashing/go.mod Updated dependencies: google.golang.org/genproto/googleapis/api, google.golang.org/grpc, google.golang.org/genproto/googleapis/rpc.
x/staking/go.mod Updated dependencies: google.golang.org/genproto/googleapis/api, google.golang.org/grpc, google.golang.org/genproto/googleapis/rpc.
x/tx/go.mod Updated dependencies: google.golang.org/genproto/googleapis/api, google.golang.org/genproto/googleapis/rpc, google.golang.org/grpc.
x/upgrade/go.mod Updated dependencies: google.golang.org/grpc, google.golang.org/genproto/googleapis/rpc.

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:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • 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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @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 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 anywhere in the PR title to generate the title automatically.
  • 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.

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
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: .coderabbit.yml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 89ec787 and 1a889b9.

Files ignored due to path filters (38)
  • api/go.sum is excluded by !**/*.sum
  • client/v2/go.sum is excluded by !**/*.sum
  • depinject/go.sum is excluded by !**/*.sum
  • go.sum is excluded by !**/*.sum
  • orm/go.sum is excluded by !**/*.sum
  • runtime/v2/go.sum is excluded by !**/*.sum
  • server/v2/cometbft/go.sum is excluded by !**/*.sum
  • server/v2/go.sum is excluded by !**/*.sum
  • simapp/go.sum is excluded by !**/*.sum
  • simapp/v2/go.sum is excluded by !**/*.sum
  • store/go.sum is excluded by !**/*.sum
  • tests/go.sum is excluded by !**/*.sum
  • tests/systemtests/go.sum is excluded by !**/*.sum
  • tools/confix/go.sum is excluded by !**/*.sum
  • tools/cosmovisor/go.sum is excluded by !**/*.sum
  • tools/hubl/go.sum is excluded by !**/*.sum
  • x/accounts/defaults/lockup/go.sum is excluded by !**/*.sum
  • x/accounts/defaults/multisig/go.sum is excluded by !**/*.sum
  • x/accounts/go.sum is excluded by !**/*.sum
  • x/auth/go.sum is excluded by !**/*.sum
  • x/authz/go.sum is excluded by !**/*.sum
  • x/bank/go.sum is excluded by !**/*.sum
  • x/circuit/go.sum is excluded by !**/*.sum
  • x/consensus/go.sum is excluded by !**/*.sum
  • x/distribution/go.sum is excluded by !**/*.sum
  • x/epochs/go.sum is excluded by !**/*.sum
  • x/evidence/go.sum is excluded by !**/*.sum
  • x/feegrant/go.sum is excluded by !**/*.sum
  • x/gov/go.sum is excluded by !**/*.sum
  • x/group/go.sum is excluded by !**/*.sum
  • x/mint/go.sum is excluded by !**/*.sum
  • x/nft/go.sum is excluded by !**/*.sum
  • x/params/go.sum is excluded by !**/*.sum
  • x/protocolpool/go.sum is excluded by !**/*.sum
  • x/slashing/go.sum is excluded by !**/*.sum
  • x/staking/go.sum is excluded by !**/*.sum
  • x/tx/go.sum is excluded by !**/*.sum
  • x/upgrade/go.sum is excluded by !**/*.sum
Files selected for processing (38)
  • api/go.mod (2 hunks)
  • client/v2/go.mod (2 hunks)
  • depinject/go.mod (2 hunks)
  • go.mod (2 hunks)
  • orm/go.mod (2 hunks)
  • runtime/v2/go.mod (2 hunks)
  • server/v2/cometbft/go.mod (2 hunks)
  • server/v2/go.mod (2 hunks)
  • simapp/go.mod (2 hunks)
  • simapp/v2/go.mod (1 hunks)
  • store/go.mod (2 hunks)
  • tests/go.mod (2 hunks)
  • tests/systemtests/go.mod (2 hunks)
  • tools/confix/go.mod (1 hunks)
  • tools/cosmovisor/go.mod (1 hunks)
  • tools/hubl/go.mod (2 hunks)
  • x/accounts/defaults/lockup/go.mod (1 hunks)
  • x/accounts/defaults/multisig/go.mod (1 hunks)
  • x/accounts/go.mod (2 hunks)
  • x/auth/go.mod (2 hunks)
  • x/authz/go.mod (2 hunks)
  • x/bank/go.mod (2 hunks)
  • x/circuit/go.mod (2 hunks)
  • x/consensus/go.mod (2 hunks)
  • x/distribution/go.mod (2 hunks)
  • x/epochs/go.mod (2 hunks)
  • x/evidence/go.mod (2 hunks)
  • x/feegrant/go.mod (2 hunks)
  • x/gov/go.mod (2 hunks)
  • x/group/go.mod (2 hunks)
  • x/mint/go.mod (2 hunks)
  • x/nft/go.mod (2 hunks)
  • x/params/go.mod (2 hunks)
  • x/protocolpool/go.mod (2 hunks)
  • x/slashing/go.mod (2 hunks)
  • x/staking/go.mod (2 hunks)
  • x/tx/go.mod (1 hunks)
  • x/upgrade/go.mod (2 hunks)
Files skipped from review due to trivial changes (11)
  • simapp/go.mod
  • tools/hubl/go.mod
  • x/auth/go.mod
  • x/authz/go.mod
  • x/bank/go.mod
  • x/consensus/go.mod
  • x/epochs/go.mod
  • x/feegrant/go.mod
  • x/group/go.mod
  • x/params/go.mod
  • x/tx/go.mod
Additional context used
Path-based instructions (2)
tests/systemtests/go.mod (1)

Pattern tests/**/*: "Assess the integration and e2e test code assessing sufficient code coverage for the changes associated in the pull request"

tests/go.mod (1)

Pattern tests/**/*: "Assess the integration and e2e test code assessing sufficient code coverage for the changes associated in the pull request"

Additional comments not posted (80)
api/go.mod (3)

9-9: LGTM!

The dependency update to google.golang.org/genproto/googleapis/api is appropriate.

The code change is approved.


10-10: LGTM!

The dependency update to google.golang.org/grpc is appropriate and includes several new features, bug fixes, and performance improvements.

The code change is approved.


20-20: LGTM!

The dependency update to google.golang.org/genproto/googleapis/rpc is appropriate.

The code change is approved.

depinject/go.mod (7)

3-3: LGTM!

The update to Go version 1.21 is appropriate and may include performance improvements and new features.

The code change is approved.


5-5: LGTM!

The update to the toolchain version go1.23.0 is appropriate.

The code change is approved.


12-12: LGTM!

The dependency update to google.golang.org/grpc is appropriate and includes several new features, bug fixes, and performance improvements.

The code change is approved.


25-25: LGTM!

The dependency update to golang.org/x/net is appropriate.

The code change is approved.


26-26: LGTM!

The dependency update to golang.org/x/sys is appropriate.

The code change is approved.


27-27: LGTM!

The dependency update to golang.org/x/text is appropriate.

The code change is approved.


28-28: LGTM!

The dependency update to google.golang.org/genproto/googleapis/rpc is appropriate.

The code change is approved.

orm/go.mod (3)

18-18: LGTM!

The dependency update to google.golang.org/grpc is appropriate and includes several new features, bug fixes, and performance improvements.

The code change is approved.


65-65: LGTM!

The dependency update to google.golang.org/genproto/googleapis/api is appropriate.

The code change is approved.


66-66: LGTM!

The dependency update to google.golang.org/genproto/googleapis/rpc is appropriate.

The code change is approved.

store/go.mod (2)

24-24: LGTM!

The update of google.golang.org/grpc from v1.65.0 to v1.66.0 includes new features, bug fixes, and performance improvements.

The code changes are approved.


75-75: LGTM!

The update of google.golang.org/genproto/googleapis/rpc from v0.0.0-20240808171019-573a1156607a to v0.0.0-20240827150818-7e3bb234dfed is beneficial and aligns with the PR objectives.

The code changes are approved.

runtime/v2/go.mod (3)

27-27: LGTM!

The update of google.golang.org/grpc from v1.65.0 to v1.66.0 includes new features, bug fixes, and performance improvements.

The code changes are approved.


98-98: LGTM!

The update of google.golang.org/genproto/googleapis/api from v0.0.0-20240528184218-531527333157 to v0.0.0-20240604185151-ef581f913117 is beneficial and aligns with the PR objectives.

The code changes are approved.


99-99: LGTM!

The update of google.golang.org/genproto/googleapis/rpc from v0.0.0-20240808171019-573a1156607a to v0.0.0-20240827150818-7e3bb234dfed is beneficial and aligns with the PR objectives.

The code changes are approved.

server/v2/go.mod (3)

42-42: LGTM!

The update of google.golang.org/grpc from v1.65.0 to v1.66.0 includes new features, bug fixes, and performance improvements.

The code changes are approved.


111-111: LGTM!

The update of google.golang.org/genproto/googleapis/api from v0.0.0-20240528184218-531527333157 to v0.0.0-20240604185151-ef581f913117 is beneficial and aligns with the PR objectives.

The code changes are approved.


112-112: LGTM!

The update of google.golang.org/genproto/googleapis/rpc from v0.0.0-20240808171019-573a1156607a to v0.0.0-20240827150818-7e3bb234dfed is beneficial and aligns with the PR objectives.

The code changes are approved.

tools/confix/go.mod (3)

149-149: Dependency Update Approved: google.golang.org/genproto/googleapis/api

The version update from v0.0.0-20240528184218-531527333157 to v0.0.0-20240604185151-ef581f913117 is approved.


150-150: Dependency Update Approved: google.golang.org/genproto/googleapis/rpc

The version update from v0.0.0-20240808171019-573a1156607a to v0.0.0-20240827150818-7e3bb234dfed is approved.


151-151: Dependency Update Approved: google.golang.org/grpc

The version update from v1.65.0 to v1.66.0 is approved.

tests/systemtests/go.mod (3)

23-23: Dependency Update Approved: google.golang.org/grpc

The version update from v1.65.0 to v1.66.0 is approved.


155-155: Dependency Update Approved: google.golang.org/genproto/googleapis/api

The version update from v0.0.0-20240528184218-531527333157 to v0.0.0-20240604185151-ef581f913117 is approved.


156-156: Dependency Update Approved: google.golang.org/genproto/googleapis/rpc

The version update from v0.0.0-20240808171019-573a1156607a to v0.0.0-20240827150818-7e3bb234dfed is approved.

x/accounts/defaults/lockup/go.mod (3)

140-140: Dependency Update Approved: google.golang.org/genproto/googleapis/api

The version update from v0.0.0-20240528184218-531527333157 to v0.0.0-20240604185151-ef581f913117 is approved.


141-141: Dependency Update Approved: google.golang.org/genproto/googleapis/rpc

The version update from v0.0.0-20240808171019-573a1156607a to v0.0.0-20240827150818-7e3bb234dfed is approved.


142-142: Dependency Update Approved: google.golang.org/grpc

The version update from v1.65.0 to v1.66.0 is approved.

server/v2/cometbft/go.mod (3)

42-42: LGTM!

The dependency update for google.golang.org/genproto/googleapis/api is approved.


43-43: LGTM!

The dependency update for google.golang.org/grpc is approved.


173-173: LGTM!

The dependency update for google.golang.org/genproto/googleapis/rpc is approved.

x/staking/go.mod (3)

26-26: LGTM!

The dependency update for google.golang.org/genproto/googleapis/api is approved.


27-27: LGTM!

The dependency update for google.golang.org/grpc is approved.


151-151: LGTM!

The dependency update for google.golang.org/genproto/googleapis/rpc is approved.

x/nft/go.mod (3)

20-20: LGTM!

The dependency update for google.golang.org/genproto/googleapis/api is approved.


21-21: LGTM!

The dependency update for google.golang.org/grpc is approved.


163-163: LGTM!

The dependency update for google.golang.org/genproto/googleapis/rpc is approved.

x/evidence/go.mod (3)

23-23: LGTM!

The version update for google.golang.org/genproto/googleapis/api is appropriate.

The code changes are approved.


24-24: LGTM!

The version update for google.golang.org/grpc is appropriate.

The code changes are approved.


165-165: LGTM!

The version update for google.golang.org/genproto/googleapis/rpc is appropriate.

The code changes are approved.

x/protocolpool/go.mod (3)

22-22: LGTM!

The version update for google.golang.org/genproto/googleapis/api is appropriate.

The code changes are approved.


23-23: LGTM!

The version update for google.golang.org/grpc is appropriate.

The code changes are approved.


166-166: LGTM!

The version update for google.golang.org/genproto/googleapis/rpc is appropriate.

The code changes are approved.

x/slashing/go.mod (3)

24-24: LGTM!

The version update for google.golang.org/genproto/googleapis/api is appropriate.

The code changes are approved.


25-25: LGTM!

The version update for google.golang.org/grpc is appropriate.

The code changes are approved.


167-167: LGTM!

The version update for google.golang.org/genproto/googleapis/rpc is appropriate.

The code changes are approved.

x/circuit/go.mod (3)

19-19: LGTM!

The dependency google.golang.org/genproto/googleapis/api has been updated to the latest version.

The code changes are approved.


20-20: LGTM!

The dependency google.golang.org/grpc has been updated to the latest version.

The code changes are approved.


164-164: LGTM!

The dependency google.golang.org/genproto/googleapis/rpc has been updated to the latest version.

The code changes are approved.

x/mint/go.mod (3)

24-24: LGTM!

The dependency google.golang.org/genproto/googleapis/api has been updated to the latest version.

The code changes are approved.


25-25: LGTM!

The dependency google.golang.org/grpc has been updated to the latest version.

The code changes are approved.


153-153: LGTM!

The dependency google.golang.org/genproto/googleapis/rpc has been updated to the latest version.

The code changes are approved.

x/distribution/go.mod (3)

28-28: LGTM!

The dependency google.golang.org/genproto/googleapis/api has been updated to the latest version.

The code changes are approved.


29-29: LGTM!

The dependency google.golang.org/grpc has been updated to the latest version.

The code changes are approved.


169-169: LGTM!

The dependency google.golang.org/genproto/googleapis/rpc has been updated to the latest version.

The code changes are approved.

x/gov/go.mod (3)

31-31: LGTM!

The update to google.golang.org/genproto/googleapis/api from v0.0.0-20240528184218-531527333157 to v0.0.0-20240604185151-ef581f913117 is approved.


32-32: LGTM!

The update to google.golang.org/grpc from v1.65.0 to v1.66.0 is approved.


169-169: LGTM!

The update to google.golang.org/genproto/googleapis/rpc from v0.0.0-20240808171019-573a1156607a to v0.0.0-20240827150818-7e3bb234dfed is approved.

tools/cosmovisor/go.mod (2)

177-177: LGTM!

The update to google.golang.org/genproto/googleapis/rpc from v0.0.0-20240814211410-ddb44dafa142 to v0.0.0-20240827150818-7e3bb234dfed is approved.


178-178: LGTM!

The update to google.golang.org/grpc from v1.65.0 to v1.66.0 is approved.

x/accounts/defaults/multisig/go.mod (3)

163-163: LGTM!

The update to google.golang.org/genproto/googleapis/api from v0.0.0-20240528184218-531527333157 to v0.0.0-20240604185151-ef581f913117 is approved.


164-164: LGTM!

The update to google.golang.org/genproto/googleapis/rpc from v0.0.0-20240808171019-573a1156607a to v0.0.0-20240827150818-7e3bb234dfed is approved.


165-165: LGTM!

The update to google.golang.org/grpc from v1.65.0 to v1.66.0 is approved.

client/v2/go.mod (3)

16-16: LGTM! But verify compatibility.

The dependency google.golang.org/grpc has been updated from v1.65.0 to v1.66.0. Ensure that the new version does not introduce breaking changes.

The code changes are approved.

Run the following script to verify the compatibility of the new version:


166-166: LGTM! But verify compatibility.

The dependency google.golang.org/genproto/googleapis/api has been updated from v0.0.0-20240528184218-531527333157 to v0.0.0-20240604185151-ef581f913117. Ensure that the new version does not introduce breaking changes.

The code changes are approved.

Run the following script to verify the compatibility of the new version:


167-167: LGTM! But verify compatibility.

The dependency google.golang.org/genproto/googleapis/rpc has been updated from v0.0.0-20240808171019-573a1156607a to v0.0.0-20240827150818-7e3bb234dfed. Ensure that the new version does not introduce breaking changes.

The code changes are approved.

Run the following script to verify the compatibility of the new version:

x/accounts/go.mod (3)

19-19: LGTM! But verify compatibility.

The dependency google.golang.org/grpc has been updated from v1.65.0 to v1.66.0. Ensure that the new version does not introduce breaking changes.

The code changes are approved.

Run the following script to verify the compatibility of the new version:


168-168: LGTM! But verify compatibility.

The dependency google.golang.org/genproto/googleapis/rpc has been updated from v0.0.0-20240808171019-573a1156607a to v0.0.0-20240827150818-7e3bb234dfed. Ensure that the new version does not introduce breaking changes.

The code changes are approved.

Run the following script to verify the compatibility of the new version:


167-167: LGTM! But verify compatibility.

The dependency google.golang.org/genproto/googleapis/api has been updated from v0.0.0-20240528184218-531527333157 to v0.0.0-20240604185151-ef581f913117. Ensure that the new version does not introduce breaking changes.

The code changes are approved.

Run the following script to verify the compatibility of the new version:

go.mod (3)

61-61: LGTM! But verify compatibility.

The dependency google.golang.org/genproto/googleapis/api has been updated from v0.0.0-20240528184218-531527333157 to v0.0.0-20240604185151-ef581f913117. Ensure that the new version does not introduce breaking changes.

The code changes are approved.

Run the following script to verify the compatibility of the new version:


174-174: LGTM! But verify compatibility.

The dependency google.golang.org/genproto/googleapis/rpc has been updated from v0.0.0-20240808171019-573a1156607a to v0.0.0-20240827150818-7e3bb234dfed. Ensure that the new version does not introduce breaking changes.

The code changes are approved.

Run the following script to verify the compatibility of the new version:


62-62: LGTM! But verify compatibility.

The dependency google.golang.org/grpc has been updated from v1.65.0 to v1.66.0. Ensure that the new version does not introduce breaking changes.

The code changes are approved.

Run the following script to verify the compatibility of the new version:

x/upgrade/go.mod (2)

33-33: Dependency Update Approved: google.golang.org/grpc

The version of google.golang.org/grpc has been updated from v1.65.0 to v1.66.0. This update includes new features, bug fixes, and performance improvements.

The dependency update is approved.


197-197: Dependency Update Approved: google.golang.org/genproto/googleapis/rpc

The version of google.golang.org/genproto/googleapis/rpc has been updated from v0.0.0-20240814211410-ddb44dafa142 to v0.0.0-20240827150818-7e3bb234dfed. This update includes potential enhancements or changes in the API.

The dependency update is approved.

tests/go.mod (2)

30-30: Dependency Update Approved: google.golang.org/grpc

The version of google.golang.org/grpc has been updated from v1.65.0 to v1.66.0. This update includes new features, bug fixes, and performance improvements.

The dependency update is approved.


225-225: Dependency Update Approved: google.golang.org/genproto/googleapis/rpc

The version of google.golang.org/genproto/googleapis/rpc has been updated from v0.0.0-20240814211410-ddb44dafa142 to v0.0.0-20240827150818-7e3bb234dfed. This update includes potential enhancements or changes in the API.

The dependency update is approved.

simapp/v2/go.mod (2)

232-232: Dependency Update Approved: google.golang.org/genproto/googleapis/rpc

The version of google.golang.org/genproto/googleapis/rpc has been updated from v0.0.0-20240814211410-ddb44dafa142 to v0.0.0-20240827150818-7e3bb234dfed. This update includes potential enhancements or changes in the API.

The dependency update is approved.


233-233: Dependency Update Approved: google.golang.org/grpc

The version of google.golang.org/grpc has been updated from v1.65.0 to v1.66.0. This update includes new features, bug fixes, and performance improvements.

The dependency update is approved.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: .coderabbit.yml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 89ec787 and 1a889b9.

Files ignored due to path filters (38)
  • api/go.sum is excluded by !**/*.sum
  • client/v2/go.sum is excluded by !**/*.sum
  • depinject/go.sum is excluded by !**/*.sum
  • go.sum is excluded by !**/*.sum
  • orm/go.sum is excluded by !**/*.sum
  • runtime/v2/go.sum is excluded by !**/*.sum
  • server/v2/cometbft/go.sum is excluded by !**/*.sum
  • server/v2/go.sum is excluded by !**/*.sum
  • simapp/go.sum is excluded by !**/*.sum
  • simapp/v2/go.sum is excluded by !**/*.sum
  • store/go.sum is excluded by !**/*.sum
  • tests/go.sum is excluded by !**/*.sum
  • tests/systemtests/go.sum is excluded by !**/*.sum
  • tools/confix/go.sum is excluded by !**/*.sum
  • tools/cosmovisor/go.sum is excluded by !**/*.sum
  • tools/hubl/go.sum is excluded by !**/*.sum
  • x/accounts/defaults/lockup/go.sum is excluded by !**/*.sum
  • x/accounts/defaults/multisig/go.sum is excluded by !**/*.sum
  • x/accounts/go.sum is excluded by !**/*.sum
  • x/auth/go.sum is excluded by !**/*.sum
  • x/authz/go.sum is excluded by !**/*.sum
  • x/bank/go.sum is excluded by !**/*.sum
  • x/circuit/go.sum is excluded by !**/*.sum
  • x/consensus/go.sum is excluded by !**/*.sum
  • x/distribution/go.sum is excluded by !**/*.sum
  • x/epochs/go.sum is excluded by !**/*.sum
  • x/evidence/go.sum is excluded by !**/*.sum
  • x/feegrant/go.sum is excluded by !**/*.sum
  • x/gov/go.sum is excluded by !**/*.sum
  • x/group/go.sum is excluded by !**/*.sum
  • x/mint/go.sum is excluded by !**/*.sum
  • x/nft/go.sum is excluded by !**/*.sum
  • x/params/go.sum is excluded by !**/*.sum
  • x/protocolpool/go.sum is excluded by !**/*.sum
  • x/slashing/go.sum is excluded by !**/*.sum
  • x/staking/go.sum is excluded by !**/*.sum
  • x/tx/go.sum is excluded by !**/*.sum
  • x/upgrade/go.sum is excluded by !**/*.sum
Files selected for processing (38)
  • api/go.mod (2 hunks)
  • client/v2/go.mod (2 hunks)
  • depinject/go.mod (2 hunks)
  • go.mod (2 hunks)
  • orm/go.mod (2 hunks)
  • runtime/v2/go.mod (2 hunks)
  • server/v2/cometbft/go.mod (2 hunks)
  • server/v2/go.mod (2 hunks)
  • simapp/go.mod (2 hunks)
  • simapp/v2/go.mod (1 hunks)
  • store/go.mod (2 hunks)
  • tests/go.mod (2 hunks)
  • tests/systemtests/go.mod (2 hunks)
  • tools/confix/go.mod (1 hunks)
  • tools/cosmovisor/go.mod (1 hunks)
  • tools/hubl/go.mod (2 hunks)
  • x/accounts/defaults/lockup/go.mod (1 hunks)
  • x/accounts/defaults/multisig/go.mod (1 hunks)
  • x/accounts/go.mod (2 hunks)
  • x/auth/go.mod (2 hunks)
  • x/authz/go.mod (2 hunks)
  • x/bank/go.mod (2 hunks)
  • x/circuit/go.mod (2 hunks)
  • x/consensus/go.mod (2 hunks)
  • x/distribution/go.mod (2 hunks)
  • x/epochs/go.mod (2 hunks)
  • x/evidence/go.mod (2 hunks)
  • x/feegrant/go.mod (2 hunks)
  • x/gov/go.mod (2 hunks)
  • x/group/go.mod (2 hunks)
  • x/mint/go.mod (2 hunks)
  • x/nft/go.mod (2 hunks)
  • x/params/go.mod (2 hunks)
  • x/protocolpool/go.mod (2 hunks)
  • x/slashing/go.mod (2 hunks)
  • x/staking/go.mod (2 hunks)
  • x/tx/go.mod (1 hunks)
  • x/upgrade/go.mod (2 hunks)
Files skipped from review due to trivial changes (18)
  • go.mod
  • runtime/v2/go.mod
  • server/v2/cometbft/go.mod
  • server/v2/go.mod
  • simapp/v2/go.mod
  • tests/systemtests/go.mod
  • tools/cosmovisor/go.mod
  • x/accounts/defaults/lockup/go.mod
  • x/accounts/defaults/multisig/go.mod
  • x/auth/go.mod
  • x/circuit/go.mod
  • x/consensus/go.mod
  • x/evidence/go.mod
  • x/feegrant/go.mod
  • x/mint/go.mod
  • x/nft/go.mod
  • x/slashing/go.mod
  • x/tx/go.mod
Additional context used
Path-based instructions (1)
tests/go.mod (1)

Pattern tests/**/*: "Assess the integration and e2e test code assessing sufficient code coverage for the changes associated in the pull request"

Additional comments not posted (60)
api/go.mod (3)

9-9: LGTM!

The dependency google.golang.org/genproto/googleapis/api has been correctly updated to the latest version.

The code change is approved.


10-10: LGTM!

The dependency google.golang.org/grpc has been correctly updated to the latest version.

The code change is approved.


20-20: LGTM!

The dependency google.golang.org/genproto/googleapis/rpc has been correctly updated to the latest version.

The code change is approved.

depinject/go.mod (7)

3-3: LGTM!

The Go version has been correctly updated to 1.21.

The code change is approved.


5-5: LGTM!

The toolchain version go1.23.0 has been correctly added.

The code change is approved.


12-12: LGTM!

The dependency google.golang.org/grpc has been correctly updated to the latest version.

The code change is approved.


25-25: LGTM!

The dependency golang.org/x/net has been correctly updated to the latest version.

The code change is approved.


26-26: LGTM!

The dependency golang.org/x/sys has been correctly updated to the latest version.

The code change is approved.


27-27: LGTM!

The dependency golang.org/x/text has been correctly updated to the latest version.

The code change is approved.


28-28: LGTM!

The dependency google.golang.org/genproto/googleapis/rpc has been correctly updated to the latest version.

The code change is approved.

orm/go.mod (3)

18-18: LGTM!

The dependency google.golang.org/grpc has been correctly updated to the latest version.

The code change is approved.


65-65: LGTM!

The dependency google.golang.org/genproto/googleapis/api has been correctly updated to the latest version.

The code change is approved.


66-66: LGTM!

The dependency google.golang.org/genproto/googleapis/rpc has been correctly updated to the latest version.

The code change is approved.

store/go.mod (2)

24-24: LGTM!

The update to google.golang.org/grpc from v1.65.0 to v1.66.0 is approved. This update includes new features, bug fixes, and performance improvements.


75-75: LGTM!

The update to google.golang.org/genproto/googleapis/rpc from v0.0.0-20240808171019-573a1156607a to v0.0.0-20240827150818-7e3bb234dfed is approved. This update includes updates in the underlying protocol buffer definitions or related functionality.

tools/confix/go.mod (3)

149-149: LGTM!

The update to google.golang.org/genproto/googleapis/api from v0.0.0-20240528184218-531527333157 to v0.0.0-20240604185151-ef581f913117 is approved. This update includes updates in the underlying protocol buffer definitions or related functionality.


150-150: LGTM!

The update to google.golang.org/genproto/googleapis/rpc from v0.0.0-20240808171019-573a1156607a to v0.0.0-20240827150818-7e3bb234dfed is approved. This update includes updates in the underlying protocol buffer definitions or related functionality.


151-151: LGTM!

The update to google.golang.org/grpc from v1.65.0 to v1.66.0 is approved. This update includes new features, bug fixes, and performance improvements.

tools/hubl/go.mod (3)

16-16: LGTM!

The update to google.golang.org/grpc from v1.65.0 to v1.66.0 is approved. This update includes new features, bug fixes, and performance improvements.


152-152: LGTM!

The update to google.golang.org/genproto/googleapis/api from v0.0.0-20240528184218-531527333157 to v0.0.0-20240604185151-ef581f913117 is approved. This update includes updates in the underlying protocol buffer definitions or related functionality.


153-153: LGTM!

The update to google.golang.org/genproto/googleapis/rpc from v0.0.0-20240808171019-573a1156607a to v0.0.0-20240827150818-7e3bb234dfed is approved. This update includes updates in the underlying protocol buffer definitions or related functionality.

x/staking/go.mod (3)

26-26: LGTM!

The dependency update for google.golang.org/genproto/googleapis/api is approved.


27-27: LGTM!

The dependency update for google.golang.org/grpc is approved.


151-151: LGTM!

The dependency update for google.golang.org/genproto/googleapis/rpc is approved.

x/bank/go.mod (3)

25-25: LGTM!

The dependency update for google.golang.org/genproto/googleapis/api is approved.


26-26: LGTM!

The dependency update for google.golang.org/grpc is approved.


161-161: LGTM!

The dependency update for google.golang.org/genproto/googleapis/rpc is approved.

x/protocolpool/go.mod (3)

22-22: LGTM!

The dependency update for google.golang.org/genproto/googleapis/api is approved.


23-23: LGTM!

The dependency update for google.golang.org/grpc is approved.


166-166: LGTM!

The dependency update for google.golang.org/genproto/googleapis/rpc is approved.

x/epochs/go.mod (3)

19-19: LGTM!

The update to google.golang.org/genproto/googleapis/api from v0.0.0-20240528184218-531527333157 to v0.0.0-20240604185151-ef581f913117 is approved.


20-20: LGTM!

The update to google.golang.org/grpc from v1.65.0 to v1.66.0 is approved.


158-158: LGTM!

The update to google.golang.org/genproto/googleapis/rpc from v0.0.0-20240808171019-573a1156607a to v0.0.0-20240827150818-7e3bb234dfed is approved.

x/authz/go.mod (3)

25-25: LGTM!

The update to google.golang.org/genproto/googleapis/api from v0.0.0-20240528184218-531527333157 to v0.0.0-20240604185151-ef581f913117 is approved.


26-26: LGTM!

The update to google.golang.org/grpc from v1.65.0 to v1.66.0 is approved.


161-161: LGTM!

The update to google.golang.org/genproto/googleapis/rpc from v0.0.0-20240808171019-573a1156607a to v0.0.0-20240827150818-7e3bb234dfed is approved.

x/distribution/go.mod (3)

28-28: LGTM!

The update to google.golang.org/genproto/googleapis/api from v0.0.0-20240528184218-531527333157 to v0.0.0-20240604185151-ef581f913117 is approved.


29-29: LGTM!

The update to google.golang.org/grpc from v1.65.0 to v1.66.0 is approved.


169-169: LGTM!

The update to google.golang.org/genproto/googleapis/rpc from v0.0.0-20240808171019-573a1156607a to v0.0.0-20240827150818-7e3bb234dfed is approved.

x/gov/go.mod (3)

31-31: LGTM!

The update to google.golang.org/genproto/googleapis/api reflects routine maintenance to keep dependencies current.

The code change is approved.


32-32: LGTM!

The update to google.golang.org/grpc reflects routine maintenance to keep dependencies current.

The code change is approved.


169-169: LGTM!

The update to google.golang.org/genproto/googleapis/rpc reflects routine maintenance to keep dependencies current.

The code change is approved.

x/params/go.mod (3)

24-24: LGTM!

The update to google.golang.org/genproto/googleapis/api reflects routine maintenance to keep dependencies current.

The code change is approved.


25-25: LGTM!

The update to google.golang.org/grpc reflects routine maintenance to keep dependencies current.

The code change is approved.


164-164: LGTM!

The update to google.golang.org/genproto/googleapis/rpc reflects routine maintenance to keep dependencies current.

The code change is approved.

client/v2/go.mod (3)

16-16: LGTM!

The update to google.golang.org/grpc reflects routine maintenance to keep dependencies current.

The code change is approved.


166-166: LGTM!

The update to google.golang.org/genproto/googleapis/api reflects routine maintenance to keep dependencies current.

The code change is approved.


167-167: LGTM!

The update to google.golang.org/genproto/googleapis/rpc reflects routine maintenance to keep dependencies current.

The code change is approved.

x/accounts/go.mod (3)

19-19: LGTM!

The update to google.golang.org/grpc from v1.65.0 to v1.66.0 includes new features, bug fixes, and performance improvements.

The dependency update is approved.


167-167: LGTM!

The update to google.golang.org/genproto/googleapis/api from v0.0.0-20240528184218-531527333157 to v0.0.0-20240604185151-ef581f913117 likely includes improvements or bug fixes.

The dependency update is approved.


168-168: LGTM!

The update to google.golang.org/genproto/googleapis/rpc from v0.0.0-20240808171019-573a1156607a to v0.0.0-20240827150818-7e3bb234dfed likely includes improvements or bug fixes.

The dependency update is approved.

x/group/go.mod (3)

34-34: LGTM!

The update to google.golang.org/genproto/googleapis/api from v0.0.0-20240528184218-531527333157 to v0.0.0-20240604185151-ef581f913117 likely includes improvements or bug fixes.

The dependency update is approved.


35-35: LGTM!

The update to google.golang.org/grpc from v1.65.0 to v1.66.0 includes new features, bug fixes, and performance improvements.

The dependency update is approved.


177-177: LGTM!

The update to google.golang.org/genproto/googleapis/rpc from v0.0.0-20240808171019-573a1156607a to v0.0.0-20240827150818-7e3bb234dfed likely includes improvements or bug fixes.

The dependency update is approved.

x/upgrade/go.mod (2)

33-33: LGTM!

The update to google.golang.org/grpc from v1.65.0 to v1.66.0 includes new features, bug fixes, and performance improvements.

The dependency update is approved.


197-197: LGTM!

The update to google.golang.org/genproto/googleapis/rpc from v0.0.0-20240814211410-ddb44dafa142 to v0.0.0-20240827150818-7e3bb234dfed likely includes improvements or bug fixes.

The dependency update is approved.

tests/go.mod (2)

30-30: LGTM!

The update to google.golang.org/grpc from v1.65.0 to v1.66.0 is appropriate and necessary for maintaining compatibility and leveraging improvements from the upstream library.

The code changes are approved.


225-225: LGTM!

The update to google.golang.org/genproto/googleapis/rpc from v0.0.0-20240814211410-ddb44dafa142 to v0.0.0-20240827150818-7e3bb234dfed is appropriate and necessary for maintaining compatibility and leveraging improvements from the upstream library.

The code changes are approved.

simapp/go.mod (2)

51-51: LGTM!

The update to google.golang.org/grpc from v1.65.0 to v1.66.0 is appropriate and necessary for maintaining compatibility and leveraging improvements from the upstream library.

The code changes are approved.


226-226: LGTM!

The update to google.golang.org/genproto/googleapis/rpc from v0.0.0-20240814211410-ddb44dafa142 to v0.0.0-20240827150818-7e3bb234dfed is appropriate and necessary for maintaining compatibility and leveraging improvements from the upstream library.

The code changes are approved.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: .coderabbit.yml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 89ec787 and 1a889b9.

Files ignored due to path filters (38)
  • api/go.sum is excluded by !**/*.sum
  • client/v2/go.sum is excluded by !**/*.sum
  • depinject/go.sum is excluded by !**/*.sum
  • go.sum is excluded by !**/*.sum
  • orm/go.sum is excluded by !**/*.sum
  • runtime/v2/go.sum is excluded by !**/*.sum
  • server/v2/cometbft/go.sum is excluded by !**/*.sum
  • server/v2/go.sum is excluded by !**/*.sum
  • simapp/go.sum is excluded by !**/*.sum
  • simapp/v2/go.sum is excluded by !**/*.sum
  • store/go.sum is excluded by !**/*.sum
  • tests/go.sum is excluded by !**/*.sum
  • tests/systemtests/go.sum is excluded by !**/*.sum
  • tools/confix/go.sum is excluded by !**/*.sum
  • tools/cosmovisor/go.sum is excluded by !**/*.sum
  • tools/hubl/go.sum is excluded by !**/*.sum
  • x/accounts/defaults/lockup/go.sum is excluded by !**/*.sum
  • x/accounts/defaults/multisig/go.sum is excluded by !**/*.sum
  • x/accounts/go.sum is excluded by !**/*.sum
  • x/auth/go.sum is excluded by !**/*.sum
  • x/authz/go.sum is excluded by !**/*.sum
  • x/bank/go.sum is excluded by !**/*.sum
  • x/circuit/go.sum is excluded by !**/*.sum
  • x/consensus/go.sum is excluded by !**/*.sum
  • x/distribution/go.sum is excluded by !**/*.sum
  • x/epochs/go.sum is excluded by !**/*.sum
  • x/evidence/go.sum is excluded by !**/*.sum
  • x/feegrant/go.sum is excluded by !**/*.sum
  • x/gov/go.sum is excluded by !**/*.sum
  • x/group/go.sum is excluded by !**/*.sum
  • x/mint/go.sum is excluded by !**/*.sum
  • x/nft/go.sum is excluded by !**/*.sum
  • x/params/go.sum is excluded by !**/*.sum
  • x/protocolpool/go.sum is excluded by !**/*.sum
  • x/slashing/go.sum is excluded by !**/*.sum
  • x/staking/go.sum is excluded by !**/*.sum
  • x/tx/go.sum is excluded by !**/*.sum
  • x/upgrade/go.sum is excluded by !**/*.sum
Files selected for processing (38)
  • api/go.mod (2 hunks)
  • client/v2/go.mod (2 hunks)
  • depinject/go.mod (2 hunks)
  • go.mod (2 hunks)
  • orm/go.mod (2 hunks)
  • runtime/v2/go.mod (2 hunks)
  • server/v2/cometbft/go.mod (2 hunks)
  • server/v2/go.mod (2 hunks)
  • simapp/go.mod (2 hunks)
  • simapp/v2/go.mod (1 hunks)
  • store/go.mod (2 hunks)
  • tests/go.mod (2 hunks)
  • tests/systemtests/go.mod (2 hunks)
  • tools/confix/go.mod (1 hunks)
  • tools/cosmovisor/go.mod (1 hunks)
  • tools/hubl/go.mod (2 hunks)
  • x/accounts/defaults/lockup/go.mod (1 hunks)
  • x/accounts/defaults/multisig/go.mod (1 hunks)
  • x/accounts/go.mod (2 hunks)
  • x/auth/go.mod (2 hunks)
  • x/authz/go.mod (2 hunks)
  • x/bank/go.mod (2 hunks)
  • x/circuit/go.mod (2 hunks)
  • x/consensus/go.mod (2 hunks)
  • x/distribution/go.mod (2 hunks)
  • x/epochs/go.mod (2 hunks)
  • x/evidence/go.mod (2 hunks)
  • x/feegrant/go.mod (2 hunks)
  • x/gov/go.mod (2 hunks)
  • x/group/go.mod (2 hunks)
  • x/mint/go.mod (2 hunks)
  • x/nft/go.mod (2 hunks)
  • x/params/go.mod (2 hunks)
  • x/protocolpool/go.mod (2 hunks)
  • x/slashing/go.mod (2 hunks)
  • x/staking/go.mod (2 hunks)
  • x/tx/go.mod (1 hunks)
  • x/upgrade/go.mod (2 hunks)
Files skipped from review due to trivial changes (13)
  • api/go.mod
  • server/v2/cometbft/go.mod
  • simapp/v2/go.mod
  • tests/go.mod
  • tests/systemtests/go.mod
  • tools/cosmovisor/go.mod
  • tools/hubl/go.mod
  • x/accounts/defaults/lockup/go.mod
  • x/consensus/go.mod
  • x/distribution/go.mod
  • x/epochs/go.mod
  • x/gov/go.mod
  • x/nft/go.mod
Additional comments not posted (68)
depinject/go.mod (3)

3-3: LGTM!

The Go version update from 1.20 to 1.21 is approved. This update may include performance improvements and new features.


5-5: LGTM!

Specifying the toolchain version as go1.23.0 ensures consistency in building and testing the module.


12-12: LGTM!

The dependency updates are approved. These updates ensure compatibility with the latest versions, which may include bug fixes, performance improvements, and new features.

Also applies to: 25-28

x/tx/go.mod (1)

31-33: LGTM!

The dependency updates are approved. These updates ensure compatibility with the latest versions, which may include bug fixes, performance improvements, and new features.

orm/go.mod (1)

18-18: LGTM!

The dependency updates are approved. These updates ensure compatibility with the latest versions, which may include bug fixes, performance improvements, and new features.

Also applies to: 65-66

store/go.mod (2)

24-24: LGTM!

The update to google.golang.org/grpc from v1.65.0 to v1.66.0 includes new features, bug fixes, and performance improvements.

The code changes are approved.


75-75: LGTM!

The update to google.golang.org/genproto/googleapis/rpc from v0.0.0-20240808171019-573a1156607a to v0.0.0-20240827150818-7e3bb234dfed suggests a change in the versioning of the generated protocol buffers, potentially impacting the generated code or its compatibility with other components.

The code changes are approved.

runtime/v2/go.mod (3)

27-27: LGTM!

The update to google.golang.org/grpc from v1.65.0 to v1.66.0 includes new features, bug fixes, and performance improvements.

The code changes are approved.


98-98: LGTM!

The update to google.golang.org/genproto/googleapis/api from v0.0.0-20240528184218-531527333157 to v0.0.0-20240604185151-ef581f913117 suggests a change in the versioning of the generated protocol buffers, potentially impacting the generated code or its compatibility with other components.

The code changes are approved.


99-99: LGTM!

The update to google.golang.org/genproto/googleapis/rpc from v0.0.0-20240808171019-573a1156607a to v0.0.0-20240827150818-7e3bb234dfed suggests a change in the versioning of the generated protocol buffers, potentially impacting the generated code or its compatibility with other components.

The code changes are approved.

server/v2/go.mod (3)

42-42: LGTM!

The update to google.golang.org/grpc from v1.65.0 to v1.66.0 includes new features, bug fixes, and performance improvements.

The code changes are approved.


111-111: LGTM!

The update to google.golang.org/genproto/googleapis/api from v0.0.0-20240528184218-531527333157 to v0.0.0-20240604185151-ef581f913117 suggests a change in the versioning of the generated protocol buffers, potentially impacting the generated code or its compatibility with other components.

The code changes are approved.


112-112: LGTM!

The update to google.golang.org/genproto/googleapis/rpc from v0.0.0-20240808171019-573a1156607a to v0.0.0-20240827150818-7e3bb234dfed suggests a change in the versioning of the generated protocol buffers, potentially impacting the generated code or its compatibility with other components.

The code changes are approved.

tools/confix/go.mod (3)

149-149: LGTM!

The update to google.golang.org/genproto/googleapis/api from v0.0.0-20240528184218-531527333157 to v0.0.0-20240604185151-ef581f913117 is approved.


150-150: LGTM!

The update to google.golang.org/genproto/googleapis/rpc from v0.0.0-20240808171019-573a1156607a to v0.0.0-20240827150818-7e3bb234dfed is approved.


151-151: LGTM!

The update to google.golang.org/grpc from v1.65.0 to v1.66.0 is approved.

x/auth/go.mod (3)

28-28: LGTM!

The update to google.golang.org/genproto/googleapis/api from v0.0.0-20240528184218-531527333157 to v0.0.0-20240604185151-ef581f913117 is approved.


29-29: LGTM!

The update to google.golang.org/grpc from v1.65.0 to v1.66.0 is approved.


167-167: LGTM!

The update to google.golang.org/genproto/googleapis/rpc from v0.0.0-20240808171019-573a1156607a to v0.0.0-20240827150818-7e3bb234dfed is approved.

x/staking/go.mod (3)

26-26: LGTM!

The update to google.golang.org/genproto/googleapis/api from v0.0.0-20240528184218-531527333157 to v0.0.0-20240604185151-ef581f913117 is approved.


27-27: LGTM!

The update to google.golang.org/grpc from v1.65.0 to v1.66.0 is approved.


151-151: LGTM!

The update to google.golang.org/genproto/googleapis/rpc from v0.0.0-20240808171019-573a1156607a to v0.0.0-20240827150818-7e3bb234dfed is approved.

x/bank/go.mod (3)

25-25: LGTM!

The dependency google.golang.org/genproto/googleapis/api has been updated to a newer version. This update may include bug fixes, performance improvements, or new features.

The code changes are approved.


26-26: LGTM!

The dependency google.golang.org/grpc has been updated to a newer version. This update may include bug fixes, performance improvements, or new features.

The code changes are approved.


161-161: LGTM!

The dependency google.golang.org/genproto/googleapis/rpc has been updated to a newer version. This update may include bug fixes, performance improvements, or new features.

The code changes are approved.

x/evidence/go.mod (3)

23-23: LGTM!

The dependency google.golang.org/genproto/googleapis/api has been updated to a newer version. This update may include bug fixes, performance improvements, or new features.

The code changes are approved.


24-24: LGTM!

The dependency google.golang.org/grpc has been updated to a newer version. This update may include bug fixes, performance improvements, or new features.

The code changes are approved.


165-165: LGTM!

The dependency google.golang.org/genproto/googleapis/rpc has been updated to a newer version. This update may include bug fixes, performance improvements, or new features.

The code changes are approved.

x/protocolpool/go.mod (3)

22-22: LGTM!

The dependency google.golang.org/genproto/googleapis/api has been updated to a newer version. This update may include bug fixes, performance improvements, or new features.

The code changes are approved.


23-23: LGTM!

The dependency google.golang.org/grpc has been updated to a newer version. This update may include bug fixes, performance improvements, or new features.

The code changes are approved.


166-166: LGTM!

The dependency google.golang.org/genproto/googleapis/rpc has been updated to a newer version. This update may include bug fixes, performance improvements, or new features.

The code changes are approved.

x/slashing/go.mod (3)

24-24: LGTM!

The update to google.golang.org/genproto/googleapis/api is a minor version change and is likely to include bug fixes or small feature additions.

The code changes are approved.


25-25: LGTM!

The update to google.golang.org/grpc includes several new features, bug fixes, and performance improvements.

The code changes are approved.


167-167: LGTM!

The update to google.golang.org/genproto/googleapis/rpc is a minor version change and is likely to include bug fixes or small feature additions.

The code changes are approved.

x/circuit/go.mod (3)

19-19: LGTM!

The update to google.golang.org/genproto/googleapis/api is a minor version change and is likely to include bug fixes or small feature additions.

The code changes are approved.


20-20: LGTM!

The update to google.golang.org/grpc includes several new features, bug fixes, and performance improvements.

The code changes are approved.


164-164: LGTM!

The update to google.golang.org/genproto/googleapis/rpc is a minor version change and is likely to include bug fixes or small feature additions.

The code changes are approved.

x/authz/go.mod (3)

25-25: LGTM!

The update to google.golang.org/genproto/googleapis/api is a minor version change and is likely to include bug fixes or small feature additions.

The code changes are approved.


26-26: LGTM!

The update to google.golang.org/grpc includes several new features, bug fixes, and performance improvements.

The code changes are approved.


161-161: LGTM!

The update to google.golang.org/genproto/googleapis/rpc is a minor version change and is likely to include bug fixes or small feature additions.

The code changes are approved.

x/mint/go.mod (3)

24-24: LGTM!

The dependency google.golang.org/genproto/googleapis/api has been updated to a newer version. Ensure that the new version is compatible with the existing codebase.

The code changes are approved.


25-25: LGTM!

The dependency google.golang.org/grpc has been updated to a newer version. Ensure that the new version is compatible with the existing codebase.

The code changes are approved.


153-153: LGTM!

The dependency google.golang.org/genproto/googleapis/rpc has been updated to a newer version. Ensure that the new version is compatible with the existing codebase.

The code changes are approved.

x/params/go.mod (3)

24-24: LGTM!

The dependency google.golang.org/genproto/googleapis/api has been updated to a newer version. Ensure that the new version is compatible with the existing codebase.

The code changes are approved.


25-25: LGTM!

The dependency google.golang.org/grpc has been updated to a newer version. Ensure that the new version is compatible with the existing codebase.

The code changes are approved.


164-164: LGTM!

The dependency google.golang.org/genproto/googleapis/rpc has been updated to a newer version. Ensure that the new version is compatible with the existing codebase.

The code changes are approved.

x/feegrant/go.mod (3)

25-25: LGTM!

The dependency google.golang.org/genproto/googleapis/api has been updated to a newer version. Ensure that the new version is compatible with the existing codebase.

The code changes are approved.


26-26: LGTM!

The dependency google.golang.org/grpc has been updated to a newer version. Ensure that the new version is compatible with the existing codebase.

The code changes are approved.


170-170: LGTM!

The dependency google.golang.org/genproto/googleapis/rpc has been updated to a newer version. Ensure that the new version is compatible with the existing codebase.

The code changes are approved.

x/accounts/defaults/multisig/go.mod (3)

163-163: LGTM!

The update to google.golang.org/genproto/googleapis/api is approved.


164-164: LGTM!

The update to google.golang.org/genproto/googleapis/rpc is approved.


165-165: LGTM!

The update to google.golang.org/grpc is approved.

client/v2/go.mod (3)

16-16: LGTM!

The update to google.golang.org/grpc is approved.


166-166: LGTM!

The update to google.golang.org/genproto/googleapis/api is approved.


167-167: LGTM!

The update to google.golang.org/genproto/googleapis/rpc is approved.

x/accounts/go.mod (3)

19-19: LGTM!

The update to google.golang.org/grpc is approved.


167-167: LGTM!

The update to google.golang.org/genproto/googleapis/api is approved.


168-168: LGTM!

The update to google.golang.org/genproto/googleapis/rpc is approved.

go.mod (3)

61-61: Dependency Update Approved: google.golang.org/genproto/googleapis/api

The version update from v0.0.0-20240528184218-531527333157 to v0.0.0-20240604185151-ef581f913117 is approved.


62-62: Dependency Update Approved: google.golang.org/grpc

The version update from v1.65.0 to v1.66.0 is approved.


174-174: Dependency Update Approved: google.golang.org/genproto/googleapis/rpc

The version update from v0.0.0-20240808171019-573a1156607a to v0.0.0-20240827150818-7e3bb234dfed is approved.

x/group/go.mod (3)

34-34: Dependency Update Approved: google.golang.org/genproto/googleapis/api

The version update from v0.0.0-20240528184218-531527333157 to v0.0.0-20240604185151-ef581f913117 is approved.


35-35: Dependency Update Approved: google.golang.org/grpc

The version update from v1.65.0 to v1.66.0 is approved.


177-177: Dependency Update Approved: google.golang.org/genproto/googleapis/rpc

The version update from v0.0.0-20240808171019-573a1156607a to v0.0.0-20240827150818-7e3bb234dfed is approved.

x/upgrade/go.mod (2)

33-33: Dependency Update Approved: google.golang.org/grpc

The version update from v1.65.0 to v1.66.0 is approved.


197-197: Dependency Update Approved: google.golang.org/genproto/googleapis/rpc

The version update from v0.0.0-20240814211410-ddb44dafa142 to v0.0.0-20240827150818-7e3bb234dfed is approved.

simapp/go.mod (2)

51-51: LGTM!

The version of google.golang.org/grpc has been updated from v1.65.0 to v1.66.0, which includes new features, bug fixes, and performance improvements.

The code changes are approved.


226-226: LGTM!

The version of google.golang.org/genproto/googleapis/rpc has been updated from v0.0.0-20240814211410-ddb44dafa142 to v0.0.0-20240827150818-7e3bb234dfed, which suggests enhancements or fixes in the generated protocol buffers for Google APIs.

The code changes are approved.

@sontrinh16 sontrinh16 changed the title build(deps): Bump google.golang.org/grpc from 1.65.0 to 1.66.0 in /tools/hubl build(deps): Bump google.golang.org/grpc from 1.65.0 to 1.66.0 Aug 29, 2024
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: .coderabbit.yml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 1a889b9 and e017d49.

Files selected for processing (1)
  • depinject/go.mod (2 hunks)
Files skipped from review due to trivial changes (1)
  • depinject/go.mod

@julienrbrt julienrbrt added this pull request to the merge queue Aug 29, 2024
Merged via the queue into main with commit 1bbeb9c Aug 29, 2024
95 of 98 checks passed
@julienrbrt julienrbrt deleted the dependabot/go_modules/tools/hubl/google.golang.org/grpc-1.66.0 branch August 29, 2024 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants