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/iavl from 0.17.1 to 0.17.2 #673

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2021

Bumps github.com/cosmos/iavl from 0.17.1 to 0.17.2.

Release notes

Sourced from github.com/cosmos/iavl's releases.

IAVL v0.17.2

v0.17.2 brings a new iterator pattern improving which is much faster.

  • #440 Introduce Cosmos SDK iterator type directly into IAVL. Improves the iterator performance by 40%.

See CHANGELOG.md from more details.

Changelog

Sourced from github.com/cosmos/iavl's changelog.

0.17.2 (November 13, 2021)

Improvements

  • #440 Introduce Cosmos SDK iterator type directly into IAVL. Improves the iterator performance by 40%.
Commits
  • 72b6c23 chore: v0.17.2 changelog update (#446)
  • 849cd28 IAVL Iterator (#440)
  • 209a946 build(deps): Bump actions/checkout from 2.3.5 to 2.4.0 (#443)
  • 36abdb8 build(deps): Bump google.golang.org/grpc from 1.41.0 to 1.42.0 (#444)
  • f44ea49 build(deps): Bump actions/checkout from 2.3.4 to 2.3.5 (#442)
  • 4271126 build(deps): Bump github.com/tendermint/tendermint (#439)
  • 93227c6 build(deps): Bump google.golang.org/grpc from 1.40.0 to 1.41.0 (#437)
  • See full diff 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 requested a review from alpe as a code owner November 16, 2021 08:27
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 16, 2021
@alpe
Copy link
Contributor

alpe commented Nov 17, 2021

Patch version upgrade with 40% performance gain. 🚀
This also includes a tendermint version upgrade
google.golang.org/grpc is pinned

Bumps [github.com/cosmos/iavl](https://github.com/cosmos/iavl) from 0.17.1 to 0.17.2.
- [Release notes](https://github.com/cosmos/iavl/releases)
- [Changelog](https://github.com/cosmos/iavl/blob/master/CHANGELOG.md)
- [Commits](cosmos/iavl@v0.17.1...v0.17.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@alpe alpe force-pushed the dependabot/go_modules/github.com/cosmos/iavl-0.17.2 branch from ac8115a to ecff6f2 Compare November 17, 2021 14:04
@codecov
Copy link

codecov bot commented Nov 17, 2021

Codecov Report

Merging #673 (ac8115a) into master (1f43ca1) will increase coverage by 0.03%.
The diff coverage is n/a.

❗ Current head ac8115a differs from pull request most recent head ecff6f2. Consider uploading reports for the commit ecff6f2 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master     #673      +/-   ##
==========================================
+ Coverage   60.18%   60.22%   +0.03%     
==========================================
  Files          48       48              
  Lines        5340     5340              
==========================================
+ Hits         3214     3216       +2     
+ Misses       1897     1896       -1     
+ Partials      229      228       -1     
Impacted Files Coverage Δ
x/wasm/keeper/keeper.go 88.25% <0.00%> (+0.34%) ⬆️

@alpe alpe merged commit 8b4fcd8 into master Nov 17, 2021
@alpe alpe deleted the dependabot/go_modules/github.com/cosmos/iavl-0.17.2 branch November 17, 2021 16:20
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.

1 participant