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

Bump cosmos-sdk to v0.50.11-pio-1 (from v0.50.10-pio-1). #2239

Merged
merged 6 commits into from
Dec 18, 2024

Conversation

SpicyLemon
Copy link
Contributor

@SpicyLemon SpicyLemon commented Dec 18, 2024

Description

This PR will bump the cosmos SDK library to v0.50.11-pio-1 (from v0.50.10-pio-1).


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against correct branch (see CONTRIBUTING.md).
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/).
  • Added relevant godoc comments.
  • Added relevant changelog entries under .changelog/unreleased (see Adding Changes).
  • Re-reviewed Files changed in the Github PR explorer.
  • Review Codecov Report in the comment section below once CI passes.

Summary by CodeRabbit

  • Dependency Updates

    • Updated several dependencies to their latest versions, enhancing compatibility and security.
      • cosmossdk.io/depinject to v1.1.0
      • cosmossdk.io/x/tx to v0.13.7
      • github.com/cosmos/cosmos-sdk to v0.50.11-pio-1
      • github.com/cosmos/iavl to v1.2.2
      • github.com/emicklei/dot to v1.6.2
  • Schema Changes

    • Updated field type annotations in QueryRedelegationsRequest for better validation related to validator addresses.

@SpicyLemon SpicyLemon requested a review from a team as a code owner December 18, 2024 17:32
Copy link
Contributor

coderabbitai bot commented Dec 18, 2024

Walkthrough

This pull request focuses on updating several project dependencies to their latest versions. The changes primarily involve incrementing versions for key libraries such as cosmossdk.io/depinject, cosmossdk.io/x/tx, github.com/cosmos/cosmos-sdk, github.com/cosmos/iavl, and github.com/emicklei/dot. Additionally, there's a modification in the query.proto file, updating scalar type annotations for validator address fields in the QueryRedelegationsRequest message.

Changes

File Change Summary
.changelog/unreleased/dependencies/2239-bump-sdk-0-50-11.md Added changelog entry for dependency updates
go.mod Updated dependency versions:
- cosmossdk.io/x/tx v0.13.6 → v0.13.7
- cosmossdk.io/depinject v1.0.0 → v1.1.0
- github.com/cosmos/iavl v1.2.0 → v1.2.2
- github.com/provenance-io/cosmos-sdk v0.50.10-pio-1 → v0.50.11-pio-1
- github.com/emicklei/dot v1.6.1 → v1.6.2
third_party/proto/cosmos/staking/v1beta1/query.proto Updated scalar type annotations:
- src_validator_addr: cosmos.AddressStringcosmos.ValidatorAddressString
- dst_validator_addr: cosmos.AddressStringcosmos.ValidatorAddressString

Possibly related PRs

Suggested reviewers

  • iramiller
  • Taztingo

Poem

🐰 Hop, hop, dependencies dance!
Versions bump with each new chance
SDK grows, libraries shine bright
Validator addresses take flight
A rabbit's code update delight! 🚀


📜 Recent review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between b928466 and 65b495b.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (3)
  • .changelog/unreleased/dependencies/2239-bump-sdk-0-50-11.md (1 hunks)
  • go.mod (5 hunks)
  • third_party/proto/cosmos/staking/v1beta1/query.proto (1 hunks)
🧰 Additional context used
🪛 LanguageTool
.changelog/unreleased/dependencies/2239-bump-sdk-0-50-11.md

[style] ~4-~4: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: .../pull/2239). * github.com/cosmos/iavl bumped to v1.2.2 (from v1.2.0) but is still re...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~5-~5: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...pull/2239). * github.com/emicklei/dot bumped to v1.6.2 (from v1.6.1) [PR 2239](https...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)

🔇 Additional comments (4)
go.mod (2)

222-222: LGTM on cosmos-sdk version bump.

The update to v0.50.11-pio-1 of the cosmos-sdk is consistent with the PR objective.


224-225: Verify if iavl replacement is still needed.

The comment mentions this replacement is for fixing "the node stop/start app hash problem", but it's keeping v1.2.0 while the main dependency is bumped to v1.2.2.

third_party/proto/cosmos/staking/v1beta1/query.proto (1)

295-298: LGTM on validator address type specification.

The change from cosmos.AddressString to cosmos.ValidatorAddressString improves type safety by using a more specific type for validator addresses.

.changelog/unreleased/dependencies/2239-bump-sdk-0-50-11.md (1)

1-5: LGTM on changelog entries.

The changelog accurately documents all dependency updates with proper references to the PR.

🧰 Tools
🪛 LanguageTool

[style] ~4-~4: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: .../pull/2239). * github.com/cosmos/iavl bumped to v1.2.2 (from v1.2.0) but is still re...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~5-~5: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...pull/2239). * github.com/emicklei/dot bumped to v1.6.2 (from v1.6.1) [PR 2239](https...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


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

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

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

Other keywords and placeholders

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

CodeRabbit Configuration File (.coderabbit.yaml)

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

Documentation and Community

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

@SpicyLemon
Copy link
Contributor Author

SpicyLemon commented Dec 18, 2024

I'll probably need to fix the changelog once the dependabot changes are merged in, so I'm gonna put this in draft for a bit. Done doing that. All good now.

@SpicyLemon SpicyLemon marked this pull request as draft December 18, 2024 17:42
@SpicyLemon SpicyLemon changed the title Bump github.com/provenance-io/cosmos-sdk to v0.50.11-pio-1 (from v0.50.10-pio-1). Bump cosmos-sdk to v0.50.11-pio-1 (from v0.50.10-pio-1). Dec 18, 2024
@SpicyLemon SpicyLemon marked this pull request as ready for review December 18, 2024 20:49
@SpicyLemon SpicyLemon enabled auto-merge (squash) December 18, 2024 20:49
Copy link
Member

@iramiller iramiller left a comment

Choose a reason for hiding this comment

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

This seems fine ... (bumping the tx library and rpc). The title of this PR and the changelog entires are a bit skewed though because the SDK 50.11 dependency was already updated in another PR it seems.

Nevermind. I was looking at a single commit changelog.

@SpicyLemon SpicyLemon merged commit df6bc64 into main Dec 18, 2024
36 checks passed
@SpicyLemon SpicyLemon deleted the dwedul/bump-sdk-0.50.11 branch December 18, 2024 21:32
SpicyLemon added a commit that referenced this pull request Dec 18, 2024
* Bump cosmos-sdk to v0.50.11-pio-1 (from v0.50.10-pio-1).

* Add changelog entry.

* Update 3rd party protos since the sdk got bumped with a change to the staking query stuff.

* Remake the changelog file.
SpicyLemon added a commit that referenced this pull request Dec 18, 2024
…30-2237, 2239-2240). (#2241)

* Bump cosmossdk.io/log from 1.4.1 to 1.5.0 (#2214)

* Bump cosmossdk.io/log from 1.4.1 to 1.5.0

Bumps [cosmossdk.io/log](https://github.com/cosmos/cosmos-sdk) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@log/v1.4.1...log/v1.5.0)

---
updated-dependencies:
- dependency-name: cosmossdk.io/log
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Updated Changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Wedul <[email protected]>

* Bump golang.org/x/text from 0.19.0 to 0.20.0 (#2213)

* Bump golang.org/x/text from 0.19.0 to 0.20.0

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.19.0 to 0.20.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.19.0...v0.20.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Updated Changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>

* Bump codecov/codecov-action from 4 to 5 (#2217)

* Bump codecov/codecov-action from 4 to 5

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Updated Changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>

* Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 (#2218)

* Bump google.golang.org/protobuf from 1.35.1 to 1.35.2

Bumps google.golang.org/protobuf from 1.35.1 to 1.35.2.

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

Signed-off-by: dependabot[bot] <[email protected]>

* Updated Changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>

* Bump cosmossdk.io/client/v2 from 2.0.0-beta.5 to 2.0.0-beta.6 (#2224)

* Bump cosmossdk.io/client/v2 from 2.0.0-beta.5 to 2.0.0-beta.6

Bumps [cosmossdk.io/client/v2](https://github.com/cosmos/cosmos-sdk) from 2.0.0-beta.5 to 2.0.0-beta.6.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@client/v2.0.0-beta.5...client/v2.0.0-beta.6)

---
updated-dependencies:
- dependency-name: cosmossdk.io/client/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Updated Changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>

* Bump github.com/cosmos/cosmos-db from 1.0.2 to 1.1.0 (#2225)

* Bump github.com/cosmos/cosmos-db from 1.0.2 to 1.1.0

Bumps [github.com/cosmos/cosmos-db](https://github.com/cosmos/cosmos-db) from 1.0.2 to 1.1.0.
- [Changelog](https://github.com/cosmos/cosmos-db/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmos-db@v1.0.2...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/cosmos/cosmos-db
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Updated Changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>

* Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#2226)

* Bump github.com/stretchr/testify from 1.9.0 to 1.10.0

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Updated Changelog

* Fix uses of NotSame which now fails if either isn't a pointer.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Wedul <[email protected]>

* Bump google.golang.org/grpc from 1.67.1 to 1.68.0 (#2215)

* Bump google.golang.org/grpc from 1.67.1 to 1.68.0

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.67.1 to 1.68.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.67.1...v1.68.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Updated Changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>

* Fix: Documentation Typos and Improve Clarity (#2232)

* typos Preauthorization.md

* typos grpcurl.md

* Update state-sync.md

* typos transaction_proposal.md

* Bump cosmossdk.io/client/v2 from 2.0.0-beta.6 to 2.0.0-beta.7 (#2231)

* Bump cosmossdk.io/client/v2 from 2.0.0-beta.6 to 2.0.0-beta.7

Bumps [cosmossdk.io/client/v2](https://github.com/cosmos/cosmos-sdk) from 2.0.0-beta.6 to 2.0.0-beta.7.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@client/v2.0.0-beta.6...client/v2.0.0-beta.7)

---
updated-dependencies:
- dependency-name: cosmossdk.io/client/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Updated Changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Wedul <[email protected]>

* fix: Fix PKGS Variable Handling and Remove Duplicate set -e (#2236)

Co-authored-by: Daniel Wedul <[email protected]>

* Bump golang.org/x/crypto from 0.28.0 to 0.31.0 (#2233)

* Bump golang.org/x/crypto from 0.28.0 to 0.31.0

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.28.0 to 0.31.0.
- [Commits](golang/crypto@v0.28.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Updated Changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Wedul <[email protected]>

* Bump cosmossdk.io/x/tx from 0.13.5 to 0.13.6 (#2234)

* Bump cosmossdk.io/x/tx from 0.13.5 to 0.13.6

Bumps [cosmossdk.io/x/tx](https://github.com/cosmos/cosmos-sdk) from 0.13.5 to 0.13.6.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@x/tx/v0.13.5...x/tx/v0.13.6)

---
updated-dependencies:
- dependency-name: cosmossdk.io/x/tx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Updated Changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>

* Bump google.golang.org/protobuf from 1.35.2 to 1.36.0 (#2237)

* Bump google.golang.org/protobuf from 1.35.2 to 1.36.0

Bumps google.golang.org/protobuf from 1.35.2 to 1.36.0.

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

Signed-off-by: dependabot[bot] <[email protected]>

* Updated Changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>

* Bump github.com/CosmWasm/wasmvm/v2 from 2.1.3 to 2.1.4 (#2230)

* Bump github.com/CosmWasm/wasmvm/v2 from 2.1.3 to 2.1.4

Bumps [github.com/CosmWasm/wasmvm/v2](https://github.com/CosmWasm/wasmvm) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/CosmWasm/wasmvm/releases)
- [Changelog](https://github.com/CosmWasm/wasmvm/blob/main/CHANGELOG.md)
- [Commits](CosmWasm/wasmvm@v2.1.3...v2.1.4)

---
updated-dependencies:
- dependency-name: github.com/CosmWasm/wasmvm/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Updated Changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Wedul <[email protected]>

* Bump google.golang.org/grpc from 1.68.0 to 1.69.0 (#2235)

* Bump google.golang.org/grpc from 1.68.0 to 1.69.0

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.68.0 to 1.69.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.68.0...v1.69.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Updated Changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Wedul <[email protected]>

* Bump cosmos-sdk to v0.50.11-pio-1 (from v0.50.10-pio-1). (#2239)

* Bump cosmos-sdk to v0.50.11-pio-1 (from v0.50.10-pio-1).

* Add changelog entry.

* Update 3rd party protos since the sdk got bumped with a change to the staking query stuff.

* Remake the changelog file.

* Update buf.lock to latest commit hash (#2240)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cypher Pepe <[email protected]>
Co-authored-by: Dmitry <[email protected]>
Co-authored-by: provenanceio-bot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants