Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tendermint/tm-db
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.4
Choose a base ref
...
head repository: tendermint/tm-db
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.5
Choose a head ref
  • 13 commits
  • 56 files changed
  • 5 contributors

Commits on Feb 11, 2021

  1. metadb: split backends into packages, add metadb (#151)

    authored-by: Daniel Martí <mvdan@mvdan.cc>
    tac0turtle authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    71bc5d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. build(deps): bump golangci/golangci-lint-action from v2.3.0 to v2.4.0 (

    …#152)
    
    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from v2.3.0 to v2.4.0.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v2.3.0...544d2ef)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    53ed3db View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. build(deps): bump google.golang.org/grpc from 1.35.0 to 1.37.1 (#169)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.35.0 to 1.37.1.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.35.0...v1.37.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 12, 2021
    Configuration menu
    Copy the full SHA
    c6455c1 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Configuration menu
    Copy the full SHA
    4b89e0a View commit details
    Browse the repository at this point in the history
  2. build(deps): bump golangci/golangci-lint-action from 2.4.0 to 2.5.2 (#…

    …166)
    
    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2.4.0 to 2.5.2.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v2.4.0...v2.5.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Marko <marbar3778@yahoo.com>
    dependabot[bot] and tac0turtle authored May 25, 2021
    Configuration menu
    Copy the full SHA
    7ddb4c1 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump google.golang.org/grpc from 1.37.1 to 1.38.0 (#171)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.37.1 to 1.38.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.37.1...v1.38.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    dependabot[bot] and mergify[bot] authored May 25, 2021
    Configuration menu
    Copy the full SHA
    8b23718 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. build(deps): bump go.etcd.io/bbolt from 1.3.5 to 1.3.6 (#172)

    Bumps [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) from 1.3.5 to 1.3.6.
    - [Release notes](https://github.com/etcd-io/bbolt/releases)
    - [Commits](etcd-io/bbolt@v1.3.5...v1.3.6)
    
    ---
    updated-dependencies:
    - dependency-name: go.etcd.io/bbolt
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 14, 2021
    Configuration menu
    Copy the full SHA
    0477674 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. build(deps): bump codecov/codecov-action from 1 to 2.0.1 (#175)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2.0.1.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v1...v2.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 26, 2021
    Configuration menu
    Copy the full SHA
    0189c6f View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/dgraph-io/badger/v2 (#176)

    Bumps [github.com/dgraph-io/badger/v2](https://github.com/dgraph-io/badger) from 2.2007.2 to 2.2007.3.
    - [Release notes](https://github.com/dgraph-io/badger/releases)
    - [Changelog](https://github.com/dgraph-io/badger/blob/master/CHANGELOG.md)
    - [Commits](dgraph-io/badger@v2.2007.2...v2.2007.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/dgraph-io/badger/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Marko <marbar3778@yahoo.com>
    dependabot[bot] and tac0turtle authored Jul 26, 2021
    Configuration menu
    Copy the full SHA
    664e78d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. build(deps): bump actions/stale from 3 to 4 (#174)

    Bumps [actions/stale](https://github.com/actions/stale) from 3 to 4.
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - [Commits](actions/stale@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/stale
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    c951182 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump codecov/codecov-action from 2.0.1 to 2.0.2 (#177)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.1 to 2.0.2.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v2.0.1...v2.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    4008652 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34a5cbf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ce1ac7 View commit details
    Browse the repository at this point in the history
Loading