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: cometbft/cometbft-db
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.0
Choose a base ref
...
head repository: cometbft/cometbft-db
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.0
Choose a head ref
  • 6 commits
  • 18 files changed
  • 4 contributors

Commits on Jan 30, 2024

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

Commits on Jan 31, 2024

  1. build(deps): bump github.com/linxGnu/grocksdb from 1.8.11 to 1.8.12 (#…

    …129)
    
    Bumps [github.com/linxGnu/grocksdb](https://github.com/linxGnu/grocksdb) from 1.8.11 to 1.8.12.
    - [Release notes](https://github.com/linxGnu/grocksdb/releases)
    - [Commits](linxGnu/grocksdb@v1.8.11...v1.8.12)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/linxGnu/grocksdb
      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 Jan 31, 2024
    Configuration menu
    Copy the full SHA
    fb4f703 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. build(deps): bump codecov/codecov-action from 3 to 4 (#130)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v3...v4)
    
    ---
    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 Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d610377 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. build(deps): bump github.com/cockroachdb/pebble from 1.0.0 to 1.1.0 (#…

    …131)
    
    * build(deps): bump github.com/cockroachdb/pebble from 1.0.0 to 1.1.0
    
    Bumps [github.com/cockroachdb/pebble](https://github.com/cockroachdb/pebble) from 1.0.0 to 1.1.0.
    - [Release notes](https://github.com/cockroachdb/pebble/releases)
    - [Commits](cockroachdb/pebble@v1.0.0...v1.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cockroachdb/pebble
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix NewIter
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
    dependabot[bot] and melekes authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    4e34f42 View commit details
    Browse the repository at this point in the history
  2. added support for explicit compaction (#111)

    * Added compaction to bolt and badger
    
    * Added compaction to  pebble and removed stats from goleveldb
    
    * Fixed lint
    
    * Added compact function to clevelDB
    
    * Added compact function to batch DBs
    
    * Removed unused identifiers
    
    * Added call to compact from tests and expanded the batch interface
    
    * Added compacton to test
    
    * Added compacton to test-fix
    
    * Fixed tests for pebbleDB
    
    * Fixed lint
    
    * Added changelog
    
    * Fixed typo
    
    Co-authored-by: Adi Seredinschi <a@seredinschi.net>
    
    * Use go 1.20
    
    * Added comment on sleep in test
    
    * Removed compact from batch
    
    * Close iterator in defer
    
    * Reverted downgrading go version
    
    * Fixed compilation error
    
    ---------
    
    Co-authored-by: Adi Seredinschi <a@seredinschi.net>
    jmalicevic and adizere authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    a89094b View commit details
    Browse the repository at this point in the history
  3. update changelog (#132)

    melekes authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    21c70ac View commit details
    Browse the repository at this point in the history
Loading