cosmos / ethermint

Ethermint is a scalable and interoperable Ethereum, built on Proof-of-Stake with fast-finality using the Cosmos SDK.
https://ethermint.dev/
Apache License 2.0
410 stars 161 forks source link

build(deps): bump github.com/tendermint/tm-db from 0.5.2 to 0.6.6 #958

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/tendermint/tm-db from 0.5.2 to 0.6.6.

Release notes

Sourced from github.com/tendermint/tm-db's releases.

Release v0.6.6

This release is the same API as v0.6.4, but bypasses the accidental v0.6.5 release that exported a different API. Any existing users of v0.6.5 may continue to use that tag.

https://github.com/tendermint/tm-db/blob/v0.6.6/CHANGELOG.md

v0.6.4

https://github.com/tendermint/tm-db/blob/v0.6.4/CHANGELOG.md#064

v0.6.3

https://github.com/tendermint/tm-db/blob/3c338cacbc15dd43b0cf16278d860b4e64c543bc/CHANGELOG.md#063

v0.6.1

https://github.com/tendermint/tm-db/blob/919e86df3ac8564c23030a5194bf79931904aa9e/CHANGELOG.md#061

v0.6.0

https://github.com/tendermint/tm-db/blob/master/CHANGELOG.md#060

Changelog

Sourced from github.com/tendermint/tm-db's changelog.

0.6.6

2021-11-08

Important note: Version v0.6.5 was accidentally tagged and should be avoided. This version is identical to v0.6.4 in package structure and API, but has updated the version marker so that normal go get upgrades will not require modifying existing use of v0.6.4.

Version bumps (since v0.6.4)

  • Bump grpc from to 1.42.0.
  • Bump dgraph/badger to v2 2.2007.3.
  • Bump go.etcd.io/bbolt to 1.3.6.

0.6.5

2021-08-04

Important note: This version was tagged by accident, and should not be used. The tag now points to the package-reorg branch so that any existing dependencies should not break.

0.6.4

2021-02-09

Bump protobuf to 1.3.2 and grpc to 1.35.0.

0.6.3

2020-11-10

Improvements

  • [goleveldb] #134 Improve iterator performance by bounding underlying iterator range (@​klim0v)

0.6.2

2020-08-27

Bump grpc, badger and goleveldb (see versions in go.mod file)

0.6.1

2020-08-12

Improvements

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