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/cosmos-sdk from 0.46.0-beta2.0.20230630082137-cba58097ef9a to 0.52.0-rc.1 in /client/v2 #1846

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 25, 2024

Bumps github.com/cosmos/cosmos-sdk from 0.46.0-beta2.0.20230630082137-cba58097ef9a to 0.52.0-rc.1.

Release notes

Sourced from github.com/cosmos/cosmos-sdk's releases.

v0.52.0-rc.1

Cosmos SDK v0.52.0-rc.1 Release Notes

We've just released a release candidate for the Cosmos SDK v0.52.0. APIs should now be stable, and we encourage everyone to start integrating with this release candidate.

This release is the first totally modular release of the Cosmos SDK. Many components have been extracted in their own modules. Refer to the version matrix to understand what it means (modules have been tagged as rc.1 as well).

A final release is expected in the coming days 🎄.

Please see the CHANGELOG for an exhaustive list of changes.
Refer to the UPGRADING.md for upgrading your application.

Full Commit History: cosmos/cosmos-sdk@release/v0.50.x...release/v0.52.x

v0.52.0-beta.2

Cosmos SDK v0.52.0-beta.2 Release Notes

There are no release notes for pre-releases.

When integrating, use the latest pseudo version from the release branch (release/v0.52.x) for SDK modules or main for other packages. Cosmos SDK modules won't be tagged before RC. Refer to the version matrix to understand what it means. Note, this beta contains some dependencies annoyance that will be resolved before the RC (i.e. the SDK is temporarily importing bank and staking).

Please see the CHANGELOG for an exhaustive list of changes.
Refer to the UPGRADING.md for upgrading your application.

Full Commit History: cosmos/cosmos-sdk@release/v0.50.x...release/v0.52.x Changes from last beta: cosmos/cosmos-sdk@v0.52.0-beta.1...v0.52.0-beta.2

v0.52.0-beta.1

Cosmos SDK v0.52.0-beta.1 Release Notes

There are no release notes for pre-releases.

This is the first beta of the Cosmos SDK v0.52.0 release since the internal audit has been completed.

When integrating, use the latest pseudo version from the release branch (release/v0.52.x) for SDK modules or main for other packages. Cosmos SDK modules won't be tagged before RC. Refer to the version matrix to understand what it means. Note, this beta contains some dependencies annoyance that will be resolved before the RC (i.e. the SDK is temporarily importing bank and staking).

Please refer to the CHANGELOG for an exhaustive list of changes.
Refer to the UPGRADING.md for upgrading your application.

Full Commit History: cosmos/cosmos-sdk@release/v0.50.x...release/v0.52.x

v0.52.0-alpha.1

Cosmos SDK v0.52.0-alpha.1 Release Notes

There are no release notes for pre-releases.

A beta release will be cut in the coming days after audits.

... (truncated)

Changelog

Sourced from github.com/cosmos/cosmos-sdk's changelog.

v0.52.0-rc.1 - 2024-12-18

Every module contains its own CHANGELOG.md. Please refer to the module you are interested in.

Features

  • (client) #17513 Allow overwriting client.toml. Use client.CreateClientConfig in place of client.ReadFromClientConfig and provide a custom template and a custom config.
  • (tests) #17868 Added helper method SubmitTestTx in testutil to broadcast test txns to test e2e tests.
  • (client) #18101 Add a keyring-default-keyname in client.toml for specifying a default key name, and skip the need to use the --from flag when signing transactions.
  • (runtime) #18475 Adds an implementation for core.branch.Service.
  • (baseapp) #18499 Add MsgRouter response type from message name function.
  • (client) #18557 Add --qrcode flag to keys show command to support displaying keys address QR code.
  • (types) #18768 Add MustValAddressFromBech32 function.
  • (gRPC) #19049 Add debug log prints for each gRPC request.
  • (types) #19164 Add a ValueCodec for the math.Uint type that can be used in collections maps.
  • (types) #19281 Added a new method, IsGT, for types.Coin. This method is used to check if a types.Coin is greater than another types.Coin.
  • (runtime) #19571 Implement core/router.Service in runtime. This service is present in all modules (when using depinject).
  • (types) #19759 Align SignerExtractionAdapter in PriorityNonceMempool Remove.
  • (client) #19870 Add new query command wait-tx. Alias event-query-tx-for to wait-tx for backward compatibility.
  • (client) #19905 Add grpc client config to client.toml.
  • (genutil) #19971 Allow manually setting the consensus key type in genesis
  • (runtime) #19953 Implement core/transaction.Service in runtime.
  • (runtime) #18475 Adds an implementation for core.branch.Service.
  • (runtime) #19004 Adds an implementation for core/header.Service in runtime.
  • (runtime) #20238 Adds an implementation for core/comet.Service in runtime.
  • (tests) #20013 Introduce system tests to run multi node local testnet in CI
  • (crypto/keyring) #20212 Expose the db keyring used in the keystore.
  • (client/tx) #20870 Add timeout-timestamp field for tx body defines time based timeout.Add WithTimeoutTimestamp to tx factory. Increased gas cost for processing newly added timeout timestamp field in tx body.
  • (client) #21074 Add auto cli for node service
  • (x/validate) #21822 New module solely responsible for providing ante/post handlers and tx validators for v2. It can be extended by the app developer to provide extra tx validators.
    • In comparison to x/auth/tx/config, there is no app config to skip ante/post handlers, as overwriting them in baseapp or not injecting the x/validate module has the same effect.
  • (baseapp) #21979 Create CheckTxHandler to allow extending the logic of CheckTx.

Improvements

  • RocksDB libraries have been upgraded to support RockDB v9 instead of v8.
  • (all) #16537 Properly propagated fmt.Errorf errors and using errors.New where appropriate.
  • (client) #17503 Add client.Context{}.WithAddressCodec, WithValidatorAddressCodec, WithConsensusAddressCodec to provide address codecs to the client context. See the UPGRADING.md for more details.
  • (crypto/keyring) #17503 Simplify keyring interfaces to use []byte instead of sdk.Address for addresses.
  • (rpc) #17470 Avoid open 0.0.0.0 to public by default and add listen-ip-address argument for testnet init-files cmd.
  • (types) #17670 Use ctx.CometInfo in place of ctx.VoteInfos
  • #17733 Ensure buf export exports all proto dependencies
  • (crypto/keys) #18026 Made public key generation constant time on secp256k1
  • (crypto | x/auth) #14372 Key checks on signatures antehandle.
  • (types) #18440 Add AmountOfNoValidation to sdk.DecCoins.
  • (client/keys) #18663 Improve <appd> keys add by displaying mnemonic discreetly on an alternate screen and adding --indiscreet option to disable it.
  • (client/keys) #18684 Improve <appd> keys export by displaying unarmored hex private key discreetly on an alternate screen and adding --indiscreet option to disable it.
  • (client/keys) #18687 Improve <appd> keys mnemonic by displaying mnemonic discreetly on an alternate screen and adding --indiscreet option to disable it.
  • (client/keys) #18703 Improve <appd> keys add and <appd> keys show by checking whether there are duplicate keys in the multisig case.
    • Usage of Must... kind of functions are avoided in keeper methods.

... (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)

Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.46.0-beta2.0.20230630082137-cba58097ef9a to 0.52.0-rc.1.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/cosmos/cosmos-sdk/commits/v0.52.0-rc.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 25, 2024
Copy link
Author

dependabot bot commented on behalf of github Dec 25, 2024

The following labels could not be found: A:automerge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants