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

Update(deps): Bump github.com/cosmos/cosmos-sdk from 0.45.1 to 0.45.6 #55

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 29, 2022

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

Release notes

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

v0.45.6

Cosmos SDK v0.45.6 Release Notes

This release introduces a few bug fixes and improvements. Notably, it fixes GetLastCompleteUpgrade in x/upgrade to properly return the latest upgrade.

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

Full Commit History: cosmos/cosmos-sdk@v0.45.5...v0.45.6

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: cosmos/cosmos-sdk@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: cosmos/cosmos-sdk@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: cosmos/cosmos-sdk@v0.45.2...v0.45.3

v0.45.2

... (truncated)

Changelog

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

v0.45.6 - 2022-06-28

Improvements

  • (simapp) #12314 Increase DefaultGenTxGas from 1000000 to 10000000
  • #12371 Update min required Golang version to 1.18.

Bug Fixes

  • #12317 Rename edit-validator command's --moniker flag to --new-moniker
  • (x/upgrade) #12264 Fix GetLastCompleteUpgrade to properly return the latest upgrade.
  • (x/crisis) #12208 Fix progress index of crisis invariant assertion logs.

Features

  • (query) #12253 Add GenericFilteredPaginate to the query package to improve UX.

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.

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

Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.1 to 0.45.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@v0.45.1...v0.45.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 29, 2022
@dependabot dependabot bot requested review from Raumo0 and wolthrax June 29, 2022 06:37
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 7, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

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