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.6
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.7
Choose a head ref
  • 8 commits
  • 13 files changed
  • 4 contributors

Commits on Dec 3, 2021

  1. Configuration menu
    Copy the full SHA
    4fa83b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Update to go 1.17 (#208)

    faddat authored Dec 11, 2021
    Configuration menu
    Copy the full SHA
    06fdc12 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. build(deps): bump google.golang.org/grpc from 1.42.0 to 1.43.0 (#209)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.42.0 to 1.43.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.42.0...v1.43.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 5, 2022
    Configuration menu
    Copy the full SHA
    614e8b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. build(deps): bump google.golang.org/grpc from 1.43.0 to 1.44.0 (#215)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.43.0 to 1.44.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.43.0...v1.44.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 26, 2022
    Configuration menu
    Copy the full SHA
    a45e570 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. cosmos/gorocksdb in the imports (#214)

    Use the cosmos/gorocksdb fork directly so we don't require replace directives downstream in go.mod
    faddat authored Jan 30, 2022
    Configuration menu
    Copy the full SHA
    ce3673b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. goleveldb: ForceCompact (#216)

    * add force compact
    
    * go mod tidy
    
    * dont break the interface
    
    * bring back remotedb
    
    * fix lint
    tac0turtle authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    9ea19a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Update rocksdb.go (#218)

    faddat authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    1cf56ef View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. add changelog entry (#220)

    * add changelog entry
    
    * Update CHANGELOG.md
    tac0turtle authored Feb 21, 2022
    Configuration menu
    Copy the full SHA
    e09e4d6 View commit details
    Browse the repository at this point in the history
Loading