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-rc2 to 0.46.4 in /cosmovisor #101

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 2, 2022

Bumps github.com/cosmos/cosmos-sdk from 0.46.0-rc2 to 0.46.4.

Release notes

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

v0.46.4

Cosmos SDK v0.46.4 Release Notes

This release introduces a number of bug fixes, features and improvements.
Notably, a new query for accessing module accounts info by module name (thanks @​gsk967).

Please see the CHANGELOG for an exhaustive list of changes.

Full Commit History: cosmos/cosmos-sdk@v0.46.3...v0.46.4

NOTE: The changes mentioned in v0.46.3 are still required:

Chains must add the following to their go.mod for the application:

replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0

v0.46.3

Cosmos SDK v0.46.3 Release Notes

This is a security release for the Dragonberry security advisory. Please upgrade ASAP.

Next to this, we have also included a few minor bugfixes.

Chains must add the following to their go.mod for the application:

replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0

Bumping the SDK version should be smooth, however, feel free to tag core devs to review your upgrading PR:

Other updates:

  • ApplicationQueryService was introduced to enable additional query service registration. Applications should implement RegisterNodeService(client.Context) method to automatically expose chain information query service implemented in #13485.
  • Next to this, we have also included a few minor bugfixes.

Please see the CHANGELOG for an exhaustive list of changes.

v0.46.2

Cosmos SDK v0.46.2 Release Notes

This release introduces a number of bug fixes, features and improvements.

... (truncated)

Changelog

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

v0.46.4 - 2022-11-01

Features

  • (x/auth) #13612 Add Query/ModuleAccountByName endpoint for accessing the module account info by module name.

Improvements

  • (deps) Bump IAVL version to v0.19.4.

Bug Fixes

  • (x/auth/tx) #12474 Remove condition in GetTxsEvent that disallowed multiple equal signs, which would break event queries with base64 strings (i.e. query by signature).
  • (store) #13530 Fix app-hash mismatch if upgrade migration commit is interrupted.

CLI Breaking Changes

  • #13656 Rename server.FlagIAVLFastNode to server.FlagDisableIAVLFastNode for clarity.

API Breaking Changes

  • (context) #13063 Update Context#CacheContext to automatically emit all events on the parent context's EventManager.

v0.46.3 - 2022-10-20

ATTENTION:

This is a security release for the Dragonberry security advisory.

All users should upgrade immediately.

Users must add a replace directive in their go.mod for the new ics23 package in the SDK:

replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0

Features

  • #13435 Extend error context when a simulation fails.
  • (grpc) #13485 Implement a new gRPC query, /cosmos/base/node/v1beta1/config, which provides operator configuration.
  • (cli) #13147 Add the --append flag to the sign-batch CLI cmd to combine the messages and sign those txs which are created with --generate-only.
  • (cli) #13454 sign-batch CLI can now read multiple transaction files.

Improvements

  • #13586 Bump Tendermint to v0.34.22.
  • (auth) #13460 The q auth address-by-id CLI command has been renamed to q auth address-by-acc-num to be more explicit. However, the old address-by-id version is still kept as an alias, for backwards compatibility.
  • #13433 Remove dead code in cacheMergeIterator Domain().

... (truncated)

Commits
  • eb1e3eb chore: prepare 0.46.4 changelog (#13716)
  • 9d7028d feat: emit cached context events (backport #13063) (#13702)
  • 4eed46e build(deps): Bump github.com/cosmos/iavl from 0.19.3 to 0.19.4 (#13680)
  • a653798 feat(cli): Add iavl-disable-fastnode cmd flag with proper description (#13656...
  • ec09eae fix: app-hash mismatch if upgrade migration commit is interrupted (backport #...
  • afdf06a fix(x/auth): allow multiple = signs in GetTxsEvent (backport #12474) (#13598)
  • f538e09 feat(cli): add module-account cli cmd and grpc get api (backport #13612) (#13...
  • 7f88c60 docs: add ApplicationQueryService release notes (#13587)
  • 6d32deb chore: bump tendermint to 0.34.22 (#13586)
  • facd40d Merge pull request from GHSA-3qp7-gj37-g9rx
  • Additional commits viewable in compare view

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 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-rc2 to 0.46.4.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@v0.46.0-rc2...v0.46.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 2, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 2, 2022

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

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 18, 2022

Superseded by #112.

@dependabot dependabot bot closed this Nov 18, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/cosmovisor/github.com/cosmos/cosmos-sdk-0.46.4 branch November 18, 2022 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:Cosmovisor dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants