Skip to content

chore: bump Go MSRV to 1.22 and grocksdb version #146

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

Conversation

faddat
Copy link
Contributor

@faddat faddat commented Apr 4, 2024

  • build(deps): bump github.com/linxGnu/grocksdb from 1.8.12 to 1.8.14
  • update rocksdb in the dockerfile that the tests run in

dependabot bot and others added 2 commits March 21, 2024 12:01
Bumps [github.com/linxGnu/grocksdb](https://github.com/linxGnu/grocksdb) from 1.8.12 to 1.8.14.
- [Release notes](https://github.com/linxGnu/grocksdb/releases)
- [Commits](linxGnu/grocksdb@v1.8.12...v1.8.14)

---
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>
Copy link

codecov bot commented Apr 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.12%. Comparing base (fb4f703) to head (bb0751a).
Report is 11 commits behind head on main.

❗ Current head bb0751a differs from pull request most recent head b696685. Consider uploading reports for the commit b696685 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #146      +/-   ##
==========================================
+ Coverage   76.80%   78.12%   +1.31%     
==========================================
  Files          23       23              
  Lines        2048     1714     -334     
==========================================
- Hits         1573     1339     -234     
+ Misses        403      298     -105     
- Partials       72       77       +5     

see 22 files with indirect coverage changes

see 22 files with indirect coverage changes

@adizere adizere linked an issue Apr 5, 2024 that may be closed by this pull request
Copy link
Contributor

@adizere adizere left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @faddat, looks good!

will let @melekes give the final review and merge this

@@ -18,7 +18,7 @@ RUN apt update \
libleveldb-dev libleveldb1d

FROM build AS install
ARG ROCKSDB=8.9.1
ARG ROCKSDB=8.11.3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@faddat
Copy link
Contributor Author

faddat commented Apr 6, 2024

The release that we use has to match the release in grocksdb, so we would want to use 13 for now

Copy link
Contributor

@melekes melekes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@melekes melekes added this pull request to the merge queue Apr 7, 2024
@melekes melekes changed the title deps: Go, rocksdb, grocksdb chore: bump Go MSR to 1.22 and grocksdb version Apr 7, 2024
@melekes melekes changed the title chore: bump Go MSR to 1.22 and grocksdb version chore: bump Go MSRV to 1.22 and grocksdb version Apr 7, 2024
Merged via the queue into cometbft:main with commit 63f3c2d Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrades: golang to v1.22.*
3 participants