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 github.com/cosmos/gogoproto from 1.6.1-0.20240809124342-d6a57064ada0 to 1.7.0 #21284

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/cosmos/gogoproto from 1.6.1-0.20240809124342-d6a57064ada0 to 1.7.0.

Release notes

Sourced from github.com/cosmos/gogoproto's releases.

v1.7.0

What's Changed

Full Changelog: cosmos/gogoproto@v1.6.0...v1.7.0

Changelog

Sourced from github.com/cosmos/gogoproto's changelog.

v1.7.0 - 2024-08-12

Improvements

  • #145 Remove x/exp dependency for greater compatibility.
  • #144 Change proto.Message and jsonpb.Anyresolver to aliased types to allow different implementations of the same interface.

v1.6.0 - 2024-08-08

Features

  • #142 Update code generator to make grpc ServiceDesc public.

v1.5.0 - 2024-06-05

Improvements

  • #119 The functions proto.Marshal, proto.Unmarshal, and proto.MessageName, as well as the jsonpb marshaling and unmarshaling methods now all support official google.golang.org/protobuf types. This allows users to gradually start using these types instead of gogo proto without needing to refactor all of their code with type switch statements.

v1.4.12 - 2024-03-20

Improvements

  • #115 Move any type from cosmos-sdk/codec/types to types/any.

v1.4.11 - 2023-08-18

Improvements

  • #83 Bump golang.org/x/exp to latest version. This solves API incompatibilities for users bumping x/exp to latest version in their app.

v1.4.10 - 2023-05-11

Improvements

  • #67 Remove warning about double registration. The Cosmos SDK does purposely double-registration so this warning is not useful.

v1.4.9 - 2023-05-03

Breaking changes

  • #62 Change public API for MergedFileDescriptors, MergedGlobalFileDescriptors, etc. introduced in v1.4.8, retracting that release.

Improvements

  • #62 Add the proto.HybridResolver var which exposes the merged *protoregistry.Files functionality in a high-performance way. Also add the proto.GogoResolver var.

v1.4.8 - 2023-04-18

RETRACTED

... (truncated)

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

    • Upgraded the gogoproto package to version v1.7.0, which may include new features, performance improvements, and bug fixes across various modules.
  • Bug Fixes

    • Removed unnecessary indirect dependencies, contributing to a cleaner dependency tree.
  • Chores

    • Updated dependency version references in multiple module files to ensure consistency and compatibility with the latest features.

Bumps [github.com/cosmos/gogoproto](https://github.com/cosmos/gogoproto) from 1.6.1-0.20240809124342-d6a57064ada0 to 1.7.0.
- [Release notes](https://github.com/cosmos/gogoproto/releases)
- [Changelog](https://github.com/cosmos/gogoproto/blob/main/CHANGELOG.md)
- [Commits](https://github.com/cosmos/gogoproto/commits/v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/cosmos/gogoproto
  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 14, 2024 01:10
@dependabot dependabot bot added A:automerge Automatically merge PR once all prerequisites pass. dependencies Pull requests that update a dependency file labels Aug 14, 2024
Copy link
Contributor

coderabbitai bot commented Aug 14, 2024

Walkthrough

Walkthrough

This update primarily focuses on upgrading the github.com/cosmos/gogoproto dependency to version v1.7.0 across various Go modules. The change aims to enhance functionality and maintain compatibility, while also removing unnecessary indirect dependencies from certain modules, thereby simplifying the project's dependency tree.

Changes

Files Change Summary
api/go.mod, client/v2/go.mod, depinject/go.mod, orm/go.mod, go.mod, runtime/v2/go.mod, server/v2/cometbft/go.mod, server/v2/go.mod, server/v2/stf/go.mod, simapp/go.mod, simapp/v2/go.mod, store/go.mod, store/v2/go.mod, tests/go.mod, tests/systemtests/go.mod, tools/confix/go.mod, tools/cosmovisor/go.mod, tools/hubl/go.mod, x/accounts/defaults/lockup/go.mod, x/accounts/defaults/multisig/go.mod, x/accounts/go.mod, x/auth/go.mod, x/authz/go.mod, x/bank/go.mod, x/circuit/go.mod, x/consensus/go.mod, x/distribution/go.mod, x/epochs/go.mod, x/evidence/go.mod, x/feegrant/go.mod, x/gov/go.mod, x/group/go.mod, x/mint/go.mod, x/nft/go.mod, x/params/go.mod, x/protocolpool/go.mod, x/slashing/go.mod, x/staking/go.mod, x/tx/go.mod, x/upgrade/go.mod Upgraded github.com/cosmos/gogoproto from v1.6.x to v1.7.0 across all specified modules.

Possibly related issues


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 as 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.

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

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.

@github-actions github-actions bot added the C:CLI label Aug 14, 2024
…4342-d6a57064ada0 to 1.7.0 in /client/v2 for all modules
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 67ed23b and eec9b03.

Files ignored due to path filters (39)
  • 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
  • store/v2/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 (40)
  • api/go.mod (2 hunks)
  • client/v2/go.mod (1 hunks)
  • depinject/go.mod (1 hunks)
  • go.mod (1 hunks)
  • orm/go.mod (1 hunks)
  • runtime/v2/go.mod (1 hunks)
  • server/v2/cometbft/go.mod (1 hunks)
  • server/v2/go.mod (1 hunks)
  • server/v2/stf/go.mod (1 hunks)
  • simapp/go.mod (1 hunks)
  • simapp/v2/go.mod (1 hunks)
  • store/go.mod (1 hunks)
  • store/v2/go.mod (1 hunks)
  • tests/go.mod (1 hunks)
  • tests/systemtests/go.mod (1 hunks)
  • tools/confix/go.mod (1 hunks)
  • tools/cosmovisor/go.mod (1 hunks)
  • tools/hubl/go.mod (1 hunks)
  • x/accounts/defaults/lockup/go.mod (1 hunks)
  • x/accounts/defaults/multisig/go.mod (1 hunks)
  • x/accounts/go.mod (1 hunks)
  • x/auth/go.mod (1 hunks)
  • x/authz/go.mod (1 hunks)
  • x/bank/go.mod (1 hunks)
  • x/circuit/go.mod (1 hunks)
  • x/consensus/go.mod (1 hunks)
  • x/distribution/go.mod (1 hunks)
  • x/epochs/go.mod (1 hunks)
  • x/evidence/go.mod (1 hunks)
  • x/feegrant/go.mod (1 hunks)
  • x/gov/go.mod (1 hunks)
  • x/group/go.mod (1 hunks)
  • x/mint/go.mod (1 hunks)
  • x/nft/go.mod (1 hunks)
  • x/params/go.mod (1 hunks)
  • x/protocolpool/go.mod (1 hunks)
  • x/slashing/go.mod (1 hunks)
  • x/staking/go.mod (1 hunks)
  • x/tx/go.mod (1 hunks)
  • x/upgrade/go.mod (1 hunks)
Files skipped from review due to trivial changes (3)
  • api/go.mod
  • go.mod
  • x/group/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 (37)
server/v2/stf/go.mod (1)

9-9: Verify the replace directive for gogoproto.

The replace directive points to a specific commit of gogoproto, which might override the v1.7.0 version specified in the require statement. Ensure this is intentional and aligns with the desired versioning strategy.

depinject/go.mod (1)

7-7: LGTM!

The update of gogoproto to version v1.7.0 is straightforward and aligns with the project's requirements.

x/tx/go.mod (1)

11-11: LGTM!

The update of gogoproto to version v1.7.0 is straightforward and aligns with the project's requirements.

store/v2/go.mod (1)

12-12: Verify the impact of the gogoproto version update.

The dependency update from v1.6.0 to v1.7.0 may introduce changes that affect the functionality or compatibility of the module. Ensure that the module is tested with the new version to confirm that everything works as expected.

orm/go.mod (1)

35-35: Verify the impact of the gogoproto version update.

The dependency update from v1.6.0 to v1.7.0 may introduce changes that affect the functionality or compatibility of the module. Ensure that the module is tested with the new version to confirm that everything works as expected.

store/go.mod (1)

13-13: Verify the impact of the gogoproto version update.

The dependency update from v1.6.0 to v1.7.0 may introduce changes that affect the functionality or compatibility of the module. Ensure that the module is tested with the new version to confirm that everything works as expected.

runtime/v2/go.mod (1)

25-25: Dependency Update: Verify Compatibility.

The gogoproto dependency has been updated to version 1.7.0. Ensure that the update does not introduce any breaking changes or compatibility issues with the existing codebase.

Verification successful

Dependency Update: No Breaking Changes Detected

The update to gogoproto version 1.7.0 includes improvements such as removing the x/exp dependency for greater compatibility and changing proto.Message and jsonpb.Anyresolver to aliased types. These changes do not indicate any breaking changes or incompatibilities with existing code based on the provided changelog details.

  • Ensure to test the application thoroughly to confirm that these improvements integrate smoothly with your codebase.
Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check for any breaking changes or compatibility issues introduced by the `gogoproto` update.

# Test: Search for usage of `gogoproto` in the codebase. Expect: No issues or errors related to the update.
rg --type go 'gogoproto'

Length of output: 128236


Script:

#!/bin/bash
# Description: Fetch the changelog or release notes for the `gogoproto` version `1.7.0` to check for breaking changes.

# Clone the gogoproto repository to access the changelog
git clone https://github.com/cosmos/gogoproto.git --depth 1

# Search for the changelog or release notes mentioning version 1.7.0
cd gogoproto
rg -i "1.7.0" CHANGELOG.md RELEASE_NOTES.md

Length of output: 362


Script:

#!/bin/bash
# Description: Extract detailed changes for the `gogoproto` version `1.7.0` from the CHANGELOG.md file.

# Use awk to extract the section for version 1.7.0 from CHANGELOG.md
awk '/## \[v1.7.0\]/,/## \[v1.7.1\]/' gogoproto/CHANGELOG.md

Length of output: 6325

server/v2/go.mod (1)

25-25: Dependency Update: Verify Compatibility.

The gogoproto dependency has been updated to version 1.7.0. Ensure that the update does not introduce any breaking changes or compatibility issues with the existing codebase.

tools/confix/go.mod (1)

49-49: Dependency Update: Verify Compatibility.

The gogoproto dependency has been updated to version 1.7.0. Ensure that the update does not introduce any breaking changes or compatibility issues with the existing codebase.

tools/hubl/go.mod (1)

49-49: Dependency Update Approved: Verify Compatibility.

The gogoproto dependency has been updated from v1.6.0 to v1.7.0. Ensure that all code using this dependency is compatible with the new version.

tests/systemtests/go.mod (1)

9-9: Dependency Update Approved: Verify Test Coverage.

The gogoproto dependency has been updated from v1.6.0 to v1.7.0. Ensure that the system tests adequately cover any changes introduced by this update.

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

13-13: Dependency Update Approved: Verify Compatibility.

The gogoproto dependency has been updated from a specific commit of v1.6.1 to v1.7.0. Ensure that all code relying on this dependency is compatible with the new version.

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

36-36: Dependency update approved.

The update of github.com/cosmos/gogoproto to version v1.7.0 is noted and aligns with the PR objectives.

x/auth/go.mod (1)

20-20: Dependency update approved.

The update of github.com/cosmos/gogoproto to version v1.7.0 is noted and aligns with the PR objectives.

x/consensus/go.mod (1)

16-16: Dependency update approved.

The update of github.com/cosmos/gogoproto to version v1.7.0 is noted and aligns with the PR objectives.

x/staking/go.mod (1)

18-18: Verify compatibility with gogoproto v1.7.0.

The gogoproto dependency has been updated to version v1.7.0. Ensure that your code is compatible with this new version and that any breaking changes are addressed.

x/bank/go.mod (1)

18-18: Verify compatibility with gogoproto v1.7.0.

The gogoproto dependency has been updated to version v1.7.0. Ensure that your code is compatible with this new version and that any breaking changes are addressed.

x/nft/go.mod (1)

15-15: Verify compatibility with gogoproto v1.7.0.

The gogoproto dependency has been updated to version v1.7.0. Ensure that your code is compatible with this new version and that any breaking changes are addressed.

x/evidence/go.mod (1)

17-17: Dependency Update: Verify Compatibility with gogoproto v1.7.0

The gogoproto version has been updated to v1.7.0. Ensure that this update is compatible with the rest of the codebase and that any new features or breaking changes are accounted for.

Verification successful

Dependency Update: gogoproto v1.7.0 Compatibility Verified

The update to gogoproto v1.7.0 primarily includes refactoring for structural types and increased compatibility, with no breaking changes mentioned in the release notes. However, due to the extensive usage of gogoproto in the codebase, it is advisable to conduct manual testing to ensure that the refactoring does not affect specific usage patterns.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify compatibility of `gogoproto` v1.7.0 across the codebase.

# Test: Search for `gogoproto` usage. Expect: No breaking changes.
rg --type go 'gogoproto'

Length of output: 128236


Script:

#!/bin/bash
# Check the changelog or release notes for gogoproto v1.7.0 for any breaking changes or major updates.
curl -s https://api.github.com/repos/cosmos/gogoproto/releases/tags/v1.7.0 | jq '.body'

Length of output: 429

x/epochs/go.mod (1)

15-15: Dependency Update: Verify Compatibility with gogoproto v1.7.0

The gogoproto version has been updated to v1.7.0. Ensure that this update is compatible with the rest of the codebase and that any new features or breaking changes are accounted for.

x/protocolpool/go.mod (1)

17-17: Dependency Update: Verify Compatibility with gogoproto v1.7.0

The gogoproto version has been updated to v1.7.0. Ensure that this update is compatible with the rest of the codebase and that any new features or breaking changes are accounted for.

x/slashing/go.mod (1)

19-19: Verify compatibility with the updated gogoproto version.

The github.com/cosmos/gogoproto dependency has been updated to v1.7.0. Ensure that this version is compatible with the rest of the codebase and doesn't introduce any breaking changes.

x/circuit/go.mod (1)

15-15: Verify compatibility with the updated gogoproto version.

The github.com/cosmos/gogoproto dependency has been updated to v1.7.0. Ensure that this version is compatible with the rest of the codebase and doesn't introduce any breaking changes.

x/authz/go.mod (1)

19-19: Verify compatibility with the updated gogoproto version.

The github.com/cosmos/gogoproto dependency has been updated to v1.7.0. Ensure that this version is compatible with the rest of the codebase and doesn't introduce any breaking changes.

x/mint/go.mod (1)

19-19: Dependency Version Update: Verify Compatibility.

The gogoproto dependency has been updated to version 1.7.0. Ensure that this version is compatible with your codebase and that any breaking changes have been addressed.

x/distribution/go.mod (1)

20-20: Dependency Version Update: Verify Compatibility.

The gogoproto dependency has been updated to version 1.7.0. Ensure that this version is compatible with your codebase and that any breaking changes have been addressed.

x/gov/go.mod (1)

23-23: Dependency Version Update: Verify Compatibility.

The gogoproto dependency has been updated to version 1.7.0. Ensure that this version is compatible with your codebase and that any breaking changes have been addressed.

tools/cosmovisor/go.mod (1)

56-56: Dependency Update Approved.

The update of github.com/cosmos/gogoproto to version v1.7.0 is consistent with the PR objectives. Ensure that any breaking changes or new features in this version are compatible with the existing codebase.

x/params/go.mod (1)

18-18: Dependency Update Approved.

The update of github.com/cosmos/gogoproto to version v1.7.0 aligns with the PR objectives. Ensure that any changes in this version do not affect the module's functionality.

x/feegrant/go.mod (1)

19-19: Dependency Update Approved.

The update of github.com/cosmos/gogoproto to version v1.7.0 is consistent with the PR objectives. Ensure that any new features or changes in this version are compatible with the existing codebase.

x/accounts/go.mod (1)

15-15: Dependency Update Approved.

The update of gogoproto to version v1.7.0 is consistent with the PR objectives.

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

13-13: Dependency Update Approved.

The update of gogoproto to version v1.7.0 is consistent with the PR objectives.

client/v2/go.mod (1)

57-57: Dependency Update Approved.

The update of gogoproto to version v1.7.0 is consistent with the PR objectives.

x/upgrade/go.mod (1)

21-21: Dependency Update Approved.

The update of github.com/cosmos/gogoproto to version 1.7.0 is consistent with the PR objectives. Ensure compatibility with the existing codebase by running tests and reviewing the changelog for any breaking changes.

tests/go.mod (1)

26-26: Dependency Update Approved for Tests.

The update of github.com/cosmos/gogoproto to version 1.7.0 in the test module is consistent with the PR objectives. Ensure that all tests pass with the updated dependency to verify compatibility.

simapp/go.mod (1)

41-41: Dependency Update Approved for SimApp.

The update of github.com/cosmos/gogoproto to version 1.7.0 in the simapp module is consistent with the PR objectives. Ensure compatibility by running relevant tests and reviewing the changelog for any potential issues.

simapp/v2/go.mod (1)

95-95: Verify the impact of the gogoproto update.

The update to gogoproto v1.7.0 could introduce changes that affect compatibility or functionality. Ensure that the codebase is tested to confirm that no breaking changes have been introduced.

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

Outside diff range, codebase verification and nitpick comments (2)
server/v2/stf/go.mod (1)

9-9: Update the replace directive for github.com/cosmos/gogoproto.

The go.mod file contains a replace directive for github.com/cosmos/gogoproto pointing to an older version v1.6.1-0.20240809124342-d6a57064ada0. Please update this directive to match the new version v1.7.0 to ensure consistency.

  • server/v2/stf/go.mod: Update the replace directive for github.com/cosmos/gogoproto to v1.7.0.
Analysis chain

Ensure consistency in the replace directive.

The dependency github.com/cosmos/gogoproto has been updated to v1.7.0. Make sure the replace directive at the end of the file is updated to reflect this version change if necessary.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the replace directive for `github.com/cosmos/gogoproto` matches the updated version.

# Test: Search for the replace directive. Expect: It should match the new version `v1.7.0`.
rg --type go -A 1 'replace github.com/cosmos/gogoproto'

Length of output: 57


Script:

#!/bin/bash
# Description: Check the go.mod file for any replace directives related to `github.com/cosmos/gogoproto`.

# Search for replace directives in the go.mod file.
rg '^replace ' server/v2/stf/go.mod

Length of output: 184

api/go.mod (1)

8-8: Removal of golang.org/x/exp Will Impact Functionality

The golang.org/x/exp package is actively used in multiple source files across the codebase. Removing it without addressing the dependencies will likely result in build errors or missing functionality. Consider refactoring or replacing the usage of this package before its removal.

  • Active usages found in files such as:
    • x/gov/depinject.go
    • x/auth/ante/unorderedtx/manager.go
    • runtime/v2/app.go
    • tools/confix/cmd/diff.go
    • math/max_min.go
Analysis chain

Verify the impact of removing golang.org/x/exp.

The indirect dependency golang.org/x/exp has been removed. Ensure that its removal does not impact any functionality that relied on it.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the impact of removing `golang.org/x/exp`.

# Test: Search for any usage of `golang.org/x/exp` in the codebase. Expect: No results indicating its usage.
rg 'golang.org/x/exp'

Length of output: 24917


Script:

#!/bin/bash
# Description: Check for actual usage of `golang.org/x/exp` in the source code files.

# Search for usage of `golang.org/x/exp` in the source files.
rg 'golang.org/x/exp' --glob '!*.mod' --glob '!*.sum'

Length of output: 1674

Review details

Configuration used: .coderabbit.yml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 67ed23b and eec9b03.

Files ignored due to path filters (39)
  • 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
  • store/v2/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 (40)
  • api/go.mod (2 hunks)
  • client/v2/go.mod (1 hunks)
  • depinject/go.mod (1 hunks)
  • go.mod (1 hunks)
  • orm/go.mod (1 hunks)
  • runtime/v2/go.mod (1 hunks)
  • server/v2/cometbft/go.mod (1 hunks)
  • server/v2/go.mod (1 hunks)
  • server/v2/stf/go.mod (1 hunks)
  • simapp/go.mod (1 hunks)
  • simapp/v2/go.mod (1 hunks)
  • store/go.mod (1 hunks)
  • store/v2/go.mod (1 hunks)
  • tests/go.mod (1 hunks)
  • tests/systemtests/go.mod (1 hunks)
  • tools/confix/go.mod (1 hunks)
  • tools/cosmovisor/go.mod (1 hunks)
  • tools/hubl/go.mod (1 hunks)
  • x/accounts/defaults/lockup/go.mod (1 hunks)
  • x/accounts/defaults/multisig/go.mod (1 hunks)
  • x/accounts/go.mod (1 hunks)
  • x/auth/go.mod (1 hunks)
  • x/authz/go.mod (1 hunks)
  • x/bank/go.mod (1 hunks)
  • x/circuit/go.mod (1 hunks)
  • x/consensus/go.mod (1 hunks)
  • x/distribution/go.mod (1 hunks)
  • x/epochs/go.mod (1 hunks)
  • x/evidence/go.mod (1 hunks)
  • x/feegrant/go.mod (1 hunks)
  • x/gov/go.mod (1 hunks)
  • x/group/go.mod (1 hunks)
  • x/mint/go.mod (1 hunks)
  • x/nft/go.mod (1 hunks)
  • x/params/go.mod (1 hunks)
  • x/protocolpool/go.mod (1 hunks)
  • x/slashing/go.mod (1 hunks)
  • x/staking/go.mod (1 hunks)
  • x/tx/go.mod (1 hunks)
  • x/upgrade/go.mod (1 hunks)
Files skipped from review due to trivial changes (2)
  • client/v2/go.mod
  • x/accounts/defaults/lockup/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 (36)
depinject/go.mod (1)

7-7: LGTM!

The update to github.com/cosmos/gogoproto version v1.7.0 is correctly applied.

x/tx/go.mod (1)

11-11: Dependency Update Approved.

The gogoproto version has been updated to v1.7.0. Ensure that all code relying on this library is compatible with the new version.

store/v2/go.mod (1)

12-12: Dependency Update Approved.

The gogoproto version has been updated to v1.7.0. Ensure that all code relying on this library is compatible with the new version.

orm/go.mod (1)

35-35: Dependency Update Approved.

The gogoproto version has been updated to v1.7.0. Ensure that all code relying on this library is compatible with the new version.

store/go.mod (1)

13-13: Verify compatibility and impact of the gogoproto update.

The dependency gogoproto has been updated to version 1.7.0. Ensure that this version is compatible with the existing codebase and check for any breaking changes or new features that might affect the project.

runtime/v2/go.mod (1)

25-25: Verify compatibility and impact of the gogoproto update.

The dependency gogoproto has been updated to version 1.7.0. Ensure that this version is compatible with the existing codebase and check for any breaking changes or new features that might affect the project.

server/v2/go.mod (1)

25-25: Verify compatibility and impact of the gogoproto update.

The dependency gogoproto has been updated to version 1.7.0. Ensure that this version is compatible with the existing codebase and check for any breaking changes or new features that might affect the project.

tools/confix/go.mod (1)

49-49: Dependency Update: gogoproto

The gogoproto dependency has been updated from v1.6.0 to v1.7.0. Ensure that any changes in the library are compatible with your codebase.

tools/hubl/go.mod (1)

49-49: Dependency Update: gogoproto

The gogoproto dependency has been updated from v1.6.0 to v1.7.0. Ensure that any changes in the library are compatible with your codebase.

tests/systemtests/go.mod (1)

9-9: Dependency Update: gogoproto

The gogoproto dependency has been updated from v1.6.0 to v1.7.0. Ensure that any changes in the library are compatible with your codebase.

Additionally, verify that integration and end-to-end tests provide sufficient coverage for this update.

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

36-36: Verify compatibility and impact of gogoproto v1.7.0 update.

Ensure that the update to gogoproto v1.7.0 does not introduce breaking changes or compatibility issues in the cometbft module. Review the release notes for gogoproto v1.7.0 for any significant changes.

Verification successful

Compatibility of gogoproto v1.7.0 Verified

The update to gogoproto v1.7.0 primarily involves refactoring and improving compatibility, with no explicit breaking changes mentioned in the release notes. Therefore, it is unlikely to introduce compatibility issues in the cometbft module. If any issues arise, they should be addressed during integration or testing.

  • Release Notes Summary:
    • Refactor to use structural types for AnyResolver & Message.
    • Increased compatibility with gogoproto.
Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check for usage of `gogoproto` in the `cometbft` module to verify compatibility with v1.7.0.

# Test: Search for `gogoproto` usage in the module. Expect: No breaking changes.
rg --type go 'gogoproto' server/v2/cometbft/

Length of output: 2487


Script:

#!/bin/bash
# Description: Fetch the release notes or changelog for `gogoproto` v1.7.0 to identify any breaking changes or significant updates.

# Fetch the release notes for `gogoproto` v1.7.0 from the GitHub repository.
gh release view v1.7.0 --repo cosmos/gogoproto --json body -q .body

Length of output: 401

x/auth/go.mod (1)

20-20: Verify compatibility and impact of gogoproto v1.7.0 update.

Ensure that the update to gogoproto v1.7.0 does not introduce breaking changes or compatibility issues in the x/auth module. Review the release notes for gogoproto v1.7.0 for any significant changes.

x/consensus/go.mod (1)

16-16: Verify compatibility and impact of gogoproto v1.7.0 update.

Ensure that the update to gogoproto v1.7.0 does not introduce breaking changes or compatibility issues in the x/consensus module. Review the release notes for gogoproto v1.7.0 for any significant changes.

x/staking/go.mod (1)

18-18: Verify compatibility with gogoproto v1.7.0.

The dependency github.com/cosmos/gogoproto has been updated to v1.7.0. Ensure that this new version is compatible with the existing codebase and that no breaking changes are introduced.

x/bank/go.mod (1)

18-18: Verify compatibility with gogoproto v1.7.0.

The dependency github.com/cosmos/gogoproto has been updated to v1.7.0. Ensure that this new version is compatible with the existing codebase and that no breaking changes are introduced.

x/nft/go.mod (1)

15-15: Verify compatibility with gogoproto v1.7.0.

The dependency github.com/cosmos/gogoproto has been updated to v1.7.0. Ensure that this new version is compatible with the existing codebase and that no breaking changes are introduced.

x/evidence/go.mod (1)

17-17: Verify the impact of the gogoproto version update.

The update to gogoproto v1.7.0 may introduce changes that affect the module's functionality. Ensure that the module is compatible with the new version and that any relevant tests pass.

x/epochs/go.mod (1)

15-15: Verify the impact of the gogoproto version update.

The update to gogoproto v1.7.0 may introduce changes that affect the module's functionality. Ensure that the module is compatible with the new version and that any relevant tests pass.

x/protocolpool/go.mod (1)

17-17: Verify the impact of the gogoproto version update.

The update to gogoproto v1.7.0 may introduce changes that affect the module's functionality. Ensure that the module is compatible with the new version and that any relevant tests pass.

x/slashing/go.mod (1)

19-19: Verify the impact of the gogoproto update.

The gogoproto dependency has been updated to version v1.7.0. Ensure that this update does not introduce any breaking changes or compatibility issues within the x/slashing module.

x/circuit/go.mod (1)

15-15: Verify the impact of the gogoproto update.

The gogoproto dependency has been updated to version v1.7.0. Ensure that this update does not introduce any breaking changes or compatibility issues within the x/circuit module.

x/authz/go.mod (1)

19-19: Verify the impact of the gogoproto update.

The gogoproto dependency has been updated to version v1.7.0. Ensure that this update does not introduce any breaking changes or compatibility issues within the x/authz module.

x/mint/go.mod (1)

19-19: Update gogoproto dependency to v1.7.0.

The gogoproto dependency has been updated to v1.7.0. Ensure that this version is compatible with the existing codebase by running tests and verifying functionality.

x/distribution/go.mod (1)

20-20: Update gogoproto dependency to v1.7.0.

The gogoproto dependency has been updated to v1.7.0. Ensure that this version is compatible with the existing codebase by running tests and verifying functionality.

x/gov/go.mod (1)

23-23: Update gogoproto dependency to v1.7.0.

The gogoproto dependency has been updated to v1.7.0. Ensure that this version is compatible with the existing codebase by running tests and verifying functionality.

tools/cosmovisor/go.mod (1)

56-56: Verify the impact of the gogoproto version update.

The dependency github.com/cosmos/gogoproto has been updated from v1.6.0 to v1.7.0. Ensure that this update does not introduce breaking changes or compatibility issues with the existing code.

x/params/go.mod (1)

18-18: Verify the impact of the gogoproto version update.

The dependency github.com/cosmos/gogoproto has been updated from v1.6.1-0.20240809124342-d6a57064ada0 to v1.7.0. Ensure that this update does not introduce breaking changes or compatibility issues with the existing code.

x/feegrant/go.mod (1)

19-19: Verify the impact of the gogoproto version update.

The dependency github.com/cosmos/gogoproto has been updated from v1.6.1-0.20240809124342-d6a57064ada0 to v1.7.0. Ensure that this update does not introduce breaking changes or compatibility issues with the existing code.

x/accounts/go.mod (1)

15-15: Verify consistency of the gogoproto update.

Ensure that the gogoproto version update to v1.7.0 is consistent across all relevant modules in the codebase.

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

13-13: Verify consistency of the gogoproto update.

Ensure that the gogoproto version update to v1.7.0 is consistent across all relevant modules in the codebase.

go.mod (1)

31-31: Verify consistency of the gogoproto update.

Ensure that the gogoproto version update to v1.7.0 is consistent across all relevant modules in the codebase.

x/group/go.mod (1)

27-27: Verify the impact of upgrading gogoproto to v1.7.0.

Ensure that the changes in gogoproto v1.7.0 are compatible with the existing codebase and do not introduce any breaking changes. Review the release notes and update any relevant code if necessary.

x/upgrade/go.mod (1)

21-21: Verify the impact of upgrading gogoproto to v1.7.0.

Ensure that the changes in gogoproto v1.7.0 are compatible with the existing codebase and do not introduce any breaking changes. Review the release notes and update any relevant code if necessary.

tests/go.mod (1)

26-26: Verify the impact of upgrading gogoproto to v1.7.0.

Ensure that the changes in gogoproto v1.7.0 are compatible with the existing test code and do not introduce any breaking changes. Review the release notes and update any relevant code if necessary.

simapp/go.mod (1)

41-41: Verify compatibility of the updated gogoproto dependency.

The gogoproto dependency has been updated to version v1.7.0. Ensure that this version is compatible with the rest of the codebase and does not introduce any breaking changes.

simapp/v2/go.mod (1)

95-95: Verify compatibility of the updated gogoproto dependency.

The gogoproto dependency has been updated to version v1.7.0. Ensure that this version is compatible with the rest of the codebase and does not introduce any breaking changes.

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 67ed23b and eec9b03.

Files ignored due to path filters (39)
  • 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
  • store/v2/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 (40)
  • api/go.mod (2 hunks)
  • client/v2/go.mod (1 hunks)
  • depinject/go.mod (1 hunks)
  • go.mod (1 hunks)
  • orm/go.mod (1 hunks)
  • runtime/v2/go.mod (1 hunks)
  • server/v2/cometbft/go.mod (1 hunks)
  • server/v2/go.mod (1 hunks)
  • server/v2/stf/go.mod (1 hunks)
  • simapp/go.mod (1 hunks)
  • simapp/v2/go.mod (1 hunks)
  • store/go.mod (1 hunks)
  • store/v2/go.mod (1 hunks)
  • tests/go.mod (1 hunks)
  • tests/systemtests/go.mod (1 hunks)
  • tools/confix/go.mod (1 hunks)
  • tools/cosmovisor/go.mod (1 hunks)
  • tools/hubl/go.mod (1 hunks)
  • x/accounts/defaults/lockup/go.mod (1 hunks)
  • x/accounts/defaults/multisig/go.mod (1 hunks)
  • x/accounts/go.mod (1 hunks)
  • x/auth/go.mod (1 hunks)
  • x/authz/go.mod (1 hunks)
  • x/bank/go.mod (1 hunks)
  • x/circuit/go.mod (1 hunks)
  • x/consensus/go.mod (1 hunks)
  • x/distribution/go.mod (1 hunks)
  • x/epochs/go.mod (1 hunks)
  • x/evidence/go.mod (1 hunks)
  • x/feegrant/go.mod (1 hunks)
  • x/gov/go.mod (1 hunks)
  • x/group/go.mod (1 hunks)
  • x/mint/go.mod (1 hunks)
  • x/nft/go.mod (1 hunks)
  • x/params/go.mod (1 hunks)
  • x/protocolpool/go.mod (1 hunks)
  • x/slashing/go.mod (1 hunks)
  • x/staking/go.mod (1 hunks)
  • x/tx/go.mod (1 hunks)
  • x/upgrade/go.mod (1 hunks)
Files skipped from review due to trivial changes (15)
  • go.mod
  • runtime/v2/go.mod
  • server/v2/cometbft/go.mod
  • simapp/v2/go.mod
  • store/go.mod
  • tests/go.mod
  • tools/hubl/go.mod
  • x/distribution/go.mod
  • x/evidence/go.mod
  • x/feegrant/go.mod
  • x/mint/go.mod
  • x/nft/go.mod
  • x/staking/go.mod
  • x/tx/go.mod
  • x/upgrade/go.mod
Files skipped from review as they are similar to previous changes (23)
  • api/go.mod
  • client/v2/go.mod
  • depinject/go.mod
  • orm/go.mod
  • server/v2/go.mod
  • server/v2/stf/go.mod
  • store/v2/go.mod
  • tools/confix/go.mod
  • tools/cosmovisor/go.mod
  • x/accounts/defaults/lockup/go.mod
  • x/accounts/defaults/multisig/go.mod
  • x/accounts/go.mod
  • x/auth/go.mod
  • x/authz/go.mod
  • x/bank/go.mod
  • x/circuit/go.mod
  • x/consensus/go.mod
  • x/epochs/go.mod
  • x/gov/go.mod
  • x/group/go.mod
  • x/params/go.mod
  • x/protocolpool/go.mod
  • x/slashing/go.mod
Additional context used
Path-based instructions (1)
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"

Additional comments not posted (2)
tests/systemtests/go.mod (1)

9-9: Verify the impact of the gogoproto update.

The dependency gogoproto has been updated to version v1.7.0. Ensure that this update does not introduce any breaking changes or compatibility issues in the system tests.

simapp/go.mod (1)

41-41: Verify the impact of the gogoproto update.

The dependency gogoproto has been updated to version v1.7.0. Ensure that this update does not introduce any breaking changes or compatibility issues in the simapp module.

@sontrinh16 sontrinh16 changed the title build(deps): Bump github.com/cosmos/gogoproto from 1.6.1-0.20240809124342-d6a57064ada0 to 1.7.0 in /client/v2 build(deps): Bump github.com/cosmos/gogoproto from 1.6.1-0.20240809124342-d6a57064ada0 to 1.7.0 Aug 14, 2024
@tac0turtle tac0turtle added this pull request to the merge queue Aug 14, 2024
Merged via the queue into main with commit 7f1dd97 Aug 14, 2024
99 of 106 checks passed
@tac0turtle tac0turtle deleted the dependabot/go_modules/client/v2/github.com/cosmos/gogoproto-1.7.0 branch August 14, 2024 07:23
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