Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 3, 2021

Bumps github.com/cosmos/cosmos-sdk from 0.44.3 to 0.44.5.

Release notes

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

Cosmos SDK v0.44.5 Release Notes

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

  • Emit ante handler events for failed transactions: ant events can cause blockchain change (eg tx fees) and related events should be emitted.
  • (fix) Upgrade IAVL to 0.17.3 to solve race condition bug in IAVL.

See the Cosmos SDK v0.44.5 Changelog for the exhaustive list of all changes and check other fixes in 0.44.x release series.

Full Diff: cosmos/cosmos-sdk@v0.44.4...v0.44.5

Cosmos SDK v0.44.4 Release Notes

This release introduces bug fixes and improvements in the Cosmos SDK v0.44 series.

SDK v0.44.0-v0.44.3 x/auth migration have a vesting account bug, which vanishes delegated_vesting field from BaseVestingAccount. Recovery, unfortunately, is complicated and either involves manually overwriting it or querying an old state. We had to change the order of module migration by pushing x/auth to the end. Auth module state depends on x/stake and should be run last. We have updated the documentation to provide more details how to change module migration order. This is technically a breaking change, but only impacts updates between the major version change, hence migrating from the previous patch release (0.44.x) doesn't cause new migration and doesn't break the state.

Other bug fixes:

  • grpc-gateway query account balance by IBC denom had an incorrect endpoint (correct one is "/cosmos/bank/v1beta1/balances/{address}/by_denom")
  • use sdk.GetConfig().GetFullBIP44Path() instead sdk.FullFundraiserPath to generate key - this correctly resets hdpath when running app testnet.

This release enables Auto Download feature for Cosmovisor >= v1.0.0. Now, you will be able to use Auto Download with the latest Cosmovisor when you will plan the next upgrade to the next major release (v0.45.0),

Finally, we updated the IAVL to v0.17.2 and take a benefit of the new IAVL iterator, which improves the iteration performance.

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

Full Diff: cosmos/cosmos-sdk@v0.44.3...v0.44.4

Changelog

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

v0.44.5 - 2021-12-02

Improvements

  • (baseapp) #10631 Emit ante events even for the failed txs.

Bug Fixes

  • #10648 Upgrade IAVL to 0.17.3 to solve race condition bug in IAVL.

v0.44.4 - 2021-11-25

Improvements

  • (types) #10630 Add an Events field to the TxResponse type that captures all events emitted by a transaction, unlike Logs which only contains events emitted during message execution.
  • (x/upgrade) #10532 Add keeper.DumpUpgradeInfoWithInfoToDisk to include Plan.Info in the upgrade-info file.
  • (store) #10544 Use the new IAVL iterator structure which significantly improves iterator performance.

Bug Fixes

  • #10414 Use sdk.GetConfig().GetFullBIP44Path() instead sdk.FullFundraiserPath to generate key
  • (bank) #10394 Fix: query account balance by ibc denom.
  • \10608 Change the order of module migration by pushing x/auth to the end. Auth module depends on other modules and should be run last. We have updated the documentation to provide more details how to change module migration order. This is technically a breaking change, but only impacts updates between the upgrades with version change, hence migrating from the previous patch release doesn't cause new migration and doesn't break the state.
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.44.3 to 0.44.5.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.44.5/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@v0.44.3...v0.44.5)

---
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 dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 3, 2021
@github-actions
Copy link

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days-before-close if no further activity occurs.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 19, 2022

Superseded by #35.

@dependabot dependabot bot closed this Jan 19, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/cosmos/cosmos-sdk-0.44.5 branch January 19, 2022 10:32
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 Status: Stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants