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

Bump github.com/cosmos/cosmos-sdk from 0.44.2 to 0.44.3 #504

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 22, 2021

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

Release notes

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

v0.44.3

Cosmos SDK v0.44.3 Release Notes

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

The main performance improvement concerns gRPC queries, which are now able to run concurrently on the node (#10045). To benefit from this performance boost, make sure to send your gRPC queries to the gRPC server directly (default port 9090) instead of using the Tendermint RPC abci_query endpoint (default port 26657).

This release notably also:

  • bumps Tendermint to v0.34.14.
  • bumps the gin-gonic/gin version to 1.7.0 to fix the upstream security vulnerability.
  • adds a null guard with a user-friendly error message for possible nil Amount in tx fee Coins.

See the Cosmos SDK v0.44.3 milestone on our issue tracker for the exhaustive list of all changes.

Changelog

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

v0.44.3 - 2021-10-21

Improvements

  • #10262 Remove unnecessary logging in x/feegrant simulation.
  • #10327 Add null guard for possible nil Amount in tx fee Coins
  • #10339 Improve performance of removeZeroCoins by only allocating memory when necessary
  • #10045 Revert #8549. Do not route grpc queries through Tendermint.
  • (deps) #10375 Bump Tendermint to v0.34.14.
  • #10024 store/cachekv performance improvement by reduced growth factor for iterator ranging by using binary searches to find dirty items when unsorted key count >= 1024.

Bug Fixes

  • (client) #10226 Fix --home flag parsing.
  • (rosetta) #10340 Use GenesisChunked(ctx) instead Genesis(ctx) to get genesis block height
Commits
  • b75c29f chore: v0.44.3 release notes and changelog (#10416)
  • 0592ba6 build: Update gin-gonic/gin to v1.7.0 (backport #10401) (#10410)
  • c55b241 fix: rosetta getHeight function to use tmRPC.GenesisChunked() instead tmRPC...
  • f537f99 chore: backport release-v0.44.2 (#10349)
  • 6079fe1 fix!: store/cachekv: reduce growth factor for iterator ranging using binary s...
  • a1521fd build(deps): bump github.com/tendermint/tendermint from 0.34.13 to 0.34.14 (b...
  • 5b79b76 perf: Only do memory allocation when zero coin is found (backport #10339) (#1...
  • f11689b fix: null guard for tx fee amounts (backport #10327) (#10342)
  • 64cc3a7 chore: [x/feegrant] remove unnecessary logging in simulation (backport #10262...
  • 7a03a18 fix!: remove grpc query routing through tendermint (backport #10045) (#10269)
  • 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)

@dependabot dependabot bot added the dependencies Issues or PRs to update a dependency label Oct 22, 2021
@dependabot dependabot bot requested a review from fedekunze October 22, 2021 13:31
Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.44.2 to 0.44.3.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.44.3/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@v0.44.2...v0.44.3)

---
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 force-pushed the dependabot/go_modules/github.com/cosmos/cosmos-sdk-0.44.3 branch from 01a1b11 to 082f2cd Compare October 25, 2021 08:14
@crodriguezvega
Copy link
Contributor

Closing this PR since the SDK will be bumped in #503.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 26, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/cosmos/cosmos-sdk-0.44.3 branch October 26, 2021 08:33
faddat pushed a commit to notional-labs/ibc-go that referenced this pull request Feb 23, 2022
* Bump deps and contracts to v0.14.0-beta5

* Add admin field/variants to WasmMsg handling

* Compiles

* Update usage of IBC Timeout in tests

* Minor doc/test/Dockerfile updates

Co-authored-by: Alex Peters <alpe@users.noreply.github.com>
faddat pushed a commit to notional-labs/ibc-go that referenced this pull request Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Issues or PRs to update a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant