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.19.5 to 0.21.1 #72

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 5, 2023

Bumps github.com/cosmos/iavl from 0.19.5 to 0.21.1.

Release notes

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

v0.20.0

Release v0.20.0.

This releases is focused on integration with CometBFT-DB and the removal of range proofs on the IAVL tree.

Full Changelog: cosmos/iavl@v0.19.5...v0.20.0

Changelog

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

Changelog

Unreleased

Improvements

  • #703 New APIs NewCompressExporter/NewCompressImporter to support more compact snapshot format.
  • #729 Speedup Genesis writes for IAVL, by writing in small batches.
  • #726 Make KVPair and ChangeSet serializable with protobuf.
  • #718 Fix traverseNodes unexpected behaviour
  • #770 Add WorkingVersion()int64 API.

Bug Fixes

  • #773 Fix memory leak in Import.

Breaking Changes

  • #735 Pass logger to NodeDB, MutableTree and ImmutableTree

  • #646 Remove the orphans from the storage

  • #777 Don't return errors from ImmutableTree.Hash, NewImmutableTree, NewImmutableTreeWIthOpts

API Changes

  • #646 Remove the DeleteVersion, DeleteVersions, DeleteVersionsRange and introduce a new endpoint of DeleteVersionsTo instead
  • #695 Add API SaveChangeSet to save the changeset as a new version.

0.20.0 (March 14, 2023)

Breaking Changes

  • #586 Remove the RangeProof and refactor the ics23_proof to use the internal methods.
Commits
  • a9ce71a build(deps): remove golangci-lint from deps (backport #787) (#789)
  • 6717bff build(deps): bump confio/ics23 v0.9 to cosmos/ics23 v0.10 (#752)
  • a7ba11a changelog for 0.21 (#707)
  • 1fce805 chore: backport changesets implementation to v0.21.0 (#706)
  • 2f03bed chore: add release/v0.21.x (backport #684) (#685)
  • 7afdfcd feat: make LazyLoadVersion validate InitialVersion the same as `LoadVersi...
  • b97511a chore: lint iavl (#651)
  • 7c04bc4 fix: missing lock in DeleteVersionsFrom (#642)
  • d4086fe feat: speed up rollback command (#636)
  • 992120d build(deps): Bump golang.org/x/crypto from 0.3.0 to 0.4.0 (#644)
  • 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)

Bumps [github.com/cosmos/iavl](https://github.com/cosmos/iavl) from 0.19.5 to 0.21.1.
- [Release notes](https://github.com/cosmos/iavl/releases)
- [Changelog](https://github.com/cosmos/iavl/blob/master/CHANGELOG.md)
- [Commits](cosmos/iavl@v0.19.5...v0.21.1)

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

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 Jun 5, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants