celestiaorg / cosmos-sdk

:chains: A Framework for Building High Value Public Blockchains :sparkles:
https://cosmos.network/
Other
19 stars 33 forks source link

build(deps): Bump github.com/cosmos/cosmos-sdk from 0.45.1 to 0.45.5 in /cosmovisor #188

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/cosmos/cosmos-sdk from 0.45.1 to 0.45.5.

Release notes

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

v0.45.5

Cosmos SDK v0.45.5 Release Notes

This release introduces a few bug fixes and improvements. Notably, it removes the redacted error message, fixes a few bugs in the types package, and indexing of events for failed txs.

See the Cosmos SDK v0.45.5 Changelog for the exhaustive list of all changes.

Full Commit History: https://github.com/cosmos/cosmos-sdk/compare/v0.45.4...v0.45.5

v0.45.4

Cosmos SDK v0.45.4 Release Notes

This release introduces a few bug fixes and improvements. Notably, it adds an error check to the NewNode call in the server package, which would allow nodes to sync correctly.

See the Cosmos SDK v0.45.4 Changelog for the exhaustive list of all changes.

Full Commit History: https://github.com/cosmos/cosmos-sdk/compare/v0.45.3...v0.45.4

v0.45.3

Cosmos SDK v0.45.3 Release Notes

This release introduces a Tendermint dependency update to v0.34.19 which itself includes two bug fixes related to consensus. See the full changelog from v0.34.17-v0.34.19 here.

In addition, it includes a change to ScheduleUpgrade to allow upgrades without requiring a governance proposal process.

See the Cosmos SDK v0.45.3 Changelog for the exhaustive list of all changes.

Full Commit History: https://github.com/cosmos/cosmos-sdk/compare/v0.45.2...v0.45.3

v0.45.2

Cosmos SDK v0.45.2 Release Notes

This release introduces bug fixes and improvements on the Cosmos SDK v0.45 series:

Highlights:

  • Add hooks to allow modules to add things to state-sync. Please see [PR #10961](cosmos/cosmos-sdk#10961) for more information.
  • Register EIP191 as an available SignMode for chains to use. Please note that in v0.45.2, the Cosmos SDK does not support EIP-191 out of the box. But if your chain wants to integrate EIP-191, it's possible to do so by passing a TxConfig with your own sign mode handler which implements EIP-191, using the new provided authtx.NewTxConfigWithHandler function.
  • Add a new rollback CLI command to perform a state rollback by one block. Read more in [PR #11179](cosmos/cosmos-sdk#11179).
  • Some new queries were added:

... (truncated)

Changelog

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

v0.45.5 - 2022-06-09

Improvements

  • (x/feegrant) #11813 Fix pagination total count in AllowancesByGranter query.
  • (errors) #12002 Removed 'redacted' error message from defaultErrEncoder.
  • (ante) #12017 Index ante events for failed tx (backport #12013).
  • #12153 Add a new NewSimulationManagerFromAppModules constructor, to simplify simulation wiring.

Bug Fixes

  • #11796 Handle EOF error case in readLineFromBuf, which allows successful reading of passphrases from STDIN.
  • #11772 Limit types.Dec length to avoid overflow.
  • #10947 Add AllowancesByGranter query to the feegrant module
  • #9639 Check store keys length before accessing them by making sure that key is of length m+1 (for key[n:m])
  • #11983 (x/feegrant, x/authz) rename grants query commands to grants-by-grantee, grants-by-granter cmds.

Improvements

  • #11886 Improve error messages

v0.45.4 - 2022-04-25

Bug Fixes

  • #11624 Handle the error returned from NewNode in the server package.
  • #11724 Fix data race issues with api.Server.

Improvements

  • (types) #12201 Add MustAccAddressFromBech32 util function
  • #11693 Add validation for gentx cmd.
  • #11686 Update the min required Golang version to 1.17.
  • (x/auth/vesting) #11652 Add util functions for Period(s)

v0.45.3 - 2022-04-12

Improvements

  • #11562 Updated Tendermint to v0.34.19; unsafe-reset-all command has been moved to the tendermint sub-command.

Features

  • (x/upgrade) #11551 Update ScheduleUpgrade for chains to schedule an automated upgrade on BeginBlock without having to go though governance.

v0.45.2 - 2022-04-05

Features

  • (tx) #\11533 Register EIP191 as an available SignMode for chains to use.

... (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 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)
dependabot[bot] commented 2 years ago

The following labels could not be found: automerge.

dependabot[bot] commented 2 years ago

Superseded by #213.