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.3 to 0.47.2 #13

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2023

Bumps github.com/cosmos/cosmos-sdk from 0.46.3 to 0.47.2.

Release notes

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

v0.47.2

Cosmos SDK v0.47.2 Release Notes

πŸ’¬ Release Discussion

πŸ“ Changelog

Check out the changelog for an exhaustive list of changes or compare changes from last release.

Refer to the upgrading guide when migrating from v0.46.x to v0.47.0.

πŸš€ Highlights

For this second patch release of the v0.47.x line, we focused on fixing bugs and improving the developer experience. Missed the v0.47.0 announcement? Read it here.

Notably, a fix for loading archival states (thank you @​catShaark). Additionally, the release fixes an issue where querying previous block heights would return an incorrect timestamp.

v0.47.1

Cosmos SDK v0.47.1 Release Notes

πŸ’¬ Release Discussion

πŸ“ Changelog

Check out the changelog for an exhaustive list of changes, or compare changes from last release.

Refer to the upgrading guide when migrating from v0.46.x to v0.47.0.

πŸš€ Highlights

This is the first patch release for the v0.47.x line. Missed the v0.47.0 announcement? Read it here.

It includes sweet things we could not include in v0.47.0 due to the feature freeze.

Notably, it introduces a new x/group query for listing of all groups on a chain and a x/gov helper function for commands to use when the command is for submitting a governance proposal.

v0.47.0

Cosmos SDK v0.47.0 Release Notes

✨ Official Release Announcement

πŸ’¬ Release Discussion

πŸ“ Changelog

Check out the changelog for an exhaustive list of changes or compare changes from last release.

... (truncated)

Changelog

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

v0.47.2 - 2023-04-27

Improvements

  • (x/evidence) #15908 Update the equivocation handler to work with ICS by removing a pubkey check that was performing a no-op for consumer chains.
  • (x/slashing) #15908 Remove the validators' pubkey check in the signature handler in order to work with ICS.
  • (deps) #15957 Bump CometBFT to v0.37.1.
  • (store) #15683 rootmulti.Store.CacheMultiStoreWithVersion now can handle loading archival states that don't persist any of the module stores the current state has.
  • #15448 Automatically populate the block timestamp for historical queries. In contexts where the block timestamp is needed for previous states, the timestamp will now be set. Note, when querying against a node it must be re-synced in order to be able to automatically populate the block timestamp. Otherwise, the block timestamp will be populated for heights going forward once upgraded.
  • #14019 Remove the interface casting to allow other implementations of a CommitMultiStore.
  • (simtestutil) #15903 Add AppStateFnWithExtendedCbs with moduleStateCb callback function to allow access moduleState.

Bug Fixes

  • (baseapp) #15789 Ensure PrepareProposal and ProcessProposal respect InitialHeight set by CometBFT when set to a value greater than 1.
  • (types) #15433 Allow disabling of account address caches (for printing bech32 account addresses).
  • (client/keys) #15876 Fix the JSON output <appd> keys list --output json when there are no keys.

v0.47.1 - 2023-03-23

Features

  • (x/bank) #15265 Update keeper interface to include GetAllDenomMetaData.
  • (x/groups) #14879 Add Query/Groups query to get all the groups.
  • (x/gov,cli) #14718 Added AddGovPropFlagsToCmd and ReadGovPropFlags functions.
  • (cli) #14655 Add a new command to list supported algos.
  • (x/genutil,cli) #15147 Add --initial-height flag to cli init cmd to provide genesis.json with user-defined initial block height.

Improvements

  • (x/distribution) #15462 Add delegator address to the event for withdrawing delegation rewards.
  • #14609 Add RetryForBlocks method to use in tests that require waiting for a transaction to be included in a block.

Bug Fixes

  • (baseapp) #15487 Reset state before calling PrepareProposal and ProcessProposal.
  • (cli) #15123 Fix the CLI offline mode behavior to be really offline. The API of clienttx.NewFactoryCLI is updated to return an error.

Deprecated

  • (x/genutil) #15316 Remove requirement on node & IP being included in a gentx.

v0.47.0 - 2023-03-14

Features

  • (x/gov) #15151 Add burn_vote_quorum, burn_proposal_deposit_prevote and burn_vote_veto params to allow applications to decide if they would like to burn deposits
  • (client) #14509 Added AddKeyringFlags function.
  • (x/bank) #14045 Add CLI command spendable-balances, which also accepts the flag --denom.
  • (x/slashing, x/staking) #14363 Add the infraction a validator commited type as an argument to a SlashWithInfractionReason keeper method.

... (truncated)

Commits
  • 8f6a94c chore: prepare v0.47.2 release (#15926)
  • 1f27e70 fix: unique constraint violation for group policy sim genesis (backport #1594...
  • 424afe8 build(deps): bump cometbft to v0.37.1 (backport #15955) (#15957)
  • 6b30073 feat: update the slashing and evidence modules to work with ICS (backport #15...
  • 4656ff7 build(deps): bump cosmossdk.io/core to v0.5.1 (#15918)
  • 0cb3995 feat: add moduleStateCb to allow access moduleState in sim test (backport #15...
  • e3fce67 fix: list keys output for empty keys (backport #15876) (#15894)
  • 967efc6 docs(depinject): explain need appmodule.Module interface (backport #15880) ...
  • 48d3d99 build(deps): Bump github.com/cosmos/gogoproto from 1.4.7 to 1.4.8 (#15878)
  • 2604078 fix: remove unnecessary migration (#15848)
  • 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.3 to 0.47.2.
- [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.3...v0.47.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 28, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 28, 2023

Dependabot tried to add @ivanshukhov as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/xblackfury/black/pulls/13/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the xblackfury/black repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 9, 2023

Superseded by #17.

@dependabot dependabot bot closed this Jun 9, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/cosmos/cosmos-sdk-0.47.2 branch June 9, 2023 10:09
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants