Skip to content
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

Problem: rocksdb 8.0 is not used #1004

Merged
merged 3 commits into from
Jul 25, 2023
Merged

Conversation

mmsqe
Copy link
Contributor

@mmsqe mmsqe commented Jul 25, 2023

👮🏻👮🏻👮🏻 !!!! REFERENCE THE PROBLEM YOUR ARE SOLVING IN THE PR TITLE AND DESCRIBE YOUR SOLUTION HERE !!!! DO NOT FORGET !!!! 👮🏻👮🏻👮🏻

PR Checklist:

  • Have you read the CONTRIBUTING.md?
  • Does your PR follow the C4 patch requirements?
  • Have you rebased your work on top of the latest master?
  • Have you checked your code compiles? (make)
  • Have you included tests for any non-trivial functionality?
  • Have you checked your code passes the unit tests? (make test)
  • Have you checked your code formatting is correct? (go fmt)
  • Have you checked your basic code style is fine? (golangci-lint run)
  • If you added any dependencies, have you checked they do not contain any known vulnerabilities? (go list -json -m all | nancy sleuth)
  • If your changes affect the client infrastructure, have you run the integration test?
  • If your changes affect public APIs, does your PR follow the C4 evolution of public contracts?
  • If your code changes public APIs, have you incremented the crate version numbers and documented your changes in the CHANGELOG.md?
  • If you are contributing for the first time, please read the agreement in CONTRIBUTING.md now and add a comment to this pull request stating that your PR is in accordance with the Developer's Certificate of Origin.

Thank you for your code, it's appreciated! :)

@sonatype-lift
Copy link

sonatype-lift bot commented Jul 25, 2023

Sonatype Lift is retiring

Sonatype Lift will be retiring on Sep 12, 2023, with its analysis stopping on Aug 12, 2023. We understand that this news may come as a disappointment, and Sonatype is committed to helping you transition off it seamlessly. If you’d like to retain your data, please export your issues from the web console.
We are extremely grateful and thank you for your support over the years.

📖 Read about the impacts and timeline

@codecov
Copy link

codecov bot commented Jul 25, 2023

Codecov Report

Merging #1004 (550a741) into master (9c295ce) will increase coverage by 2.99%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master    #1004      +/-   ##
==========================================
+ Coverage   30.06%   33.05%   +2.99%     
==========================================
  Files         125      126       +1     
  Lines       20011    20014       +3     
==========================================
+ Hits         6016     6616     +600     
+ Misses      12952    12339     -613     
- Partials     1043     1059      +16     
Flag Coverage Δ
integration_tests 20.67% <0.00%> (-0.02%) ⬇️
integration_tests_byzantine ?
integration_tests_gov ?
integration_tests_grpc 9.95% <0.00%> (-0.01%) ⬇️
integration_tests_ibc 24.77% <0.00%> (-0.01%) ⬇️
integration_tests_ledger 9.84% <0.00%> (-0.01%) ⬇️
integration_tests_slow ?
integration_tests_solomachine ?
integration_tests_upgrade 9.95% <0.00%> (-0.01%) ⬇️
unit_tests 10.99% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
cmd/chain-maind/opendb/opendb_rocksdb.go 0.00% <0.00%> (ø)

... and 25 files with indirect coverage changes

@mmsqe mmsqe marked this pull request as ready for review July 25, 2023 09:44
@mmsqe mmsqe requested a review from a team as a code owner July 25, 2023 09:44
@mmsqe mmsqe added this pull request to the merge queue Jul 25, 2023
Merged via the queue into crypto-org-chain:master with commit 95acbf8 Jul 25, 2023
31 of 34 checks passed
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.

None yet

2 participants