-
Notifications
You must be signed in to change notification settings - Fork 58
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
feat: enhance pebble #141
feat: enhance pebble #141
Conversation
faddat
commented
Mar 18, 2024
- bump golang and pebble
- update Dockerfile
- use go 1.22 for govulncheck
- bump go
- use Dockerfile for the linter same as we do for tests
- remove unused databses.
- both cometbft-db and cometbft no longer need convoluted docker setups
- remove the build tags from pebble
- no longer need to run the linter in Docker
- change the "ci" action
- lint
- add tests for pebble
- lint
- remove docker.yml from github actions
- enhance pebble tests
- make the pebble iterator tests match the goleveldb iterator tests
- run govulncheck all the time, fix yaml lint issues in stale.yml
- give pebble stats
- tweak goleveldb
- don't make .db a constant
- Update README.md
- change module path so celestia can use this
- Revert "change module path so celestia can use this"
- Update go.mod
- Update pebble.go
- Update Makefile
- remove master branch from linter runs
- use mains pebble.go
- pebble enhancements
…/cometbft-db into faddat/bump-go-and-pebble
This reverts commit 307fc9b.
Co-authored-by: Anton Kaliaev <[email protected]>
Co-authored-by: Anton Kaliaev <[email protected]>
…/cometbft-db into faddat/bump-go-and-pebble
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #141 +/- ##
==========================================
- Coverage 76.80% 74.94% -1.87%
==========================================
Files 23 13 -10
Lines 2048 930 -1118
==========================================
- Hits 1573 697 -876
+ Misses 403 190 -213
+ Partials 72 43 -29
... and 10 files with indirect coverage changes
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I'm sorry @faddat. This PR is too big and needs to be broken down into smaller parts. |