Update RocksDB, SQLite, Doctest - #6015
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #6015 +/- ##
=========================================
- Coverage 78.6% 78.6% -0.0%
=========================================
Files 817 817
Lines 69023 69024 +1
Branches 8239 8242 +3
=========================================
Hits 54252 54252
- Misses 14771 14772 +1 🚀 New features to boost your workflow:
|
a1q123456
approved these changes
Nov 10, 2025
a1q123456
left a comment
Contributor
There was a problem hiding this comment.
Would be nice if we could deploy a test net and a live net server to soak test those changes.
Collaborator
Author
Yes. With the OpenSSL 1.x to 3.x upgrade we need to do so already. Once 3.0.0 is out we can deploy one node with optimized NuDB settings and one with optimized RocksDB settings. |
bthomee
enabled auto-merge (squash)
November 10, 2025 17:37
beartec-jpg
pushed a commit
to beartec-jpg/FalconLedger
that referenced
this pull request
Jun 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
High Level Overview of Change
This PR updates a few of our dependencies.
Context of Change
To ensure we leverage security and performance improvements, we perform periodic updates of our dependencies. I note that SOCI and Snappy also have updates, but those require patches and will therefore be done in a separate PR.
After applying these updates, I ran
rippledboth with NuDB and RocksDB and was successfully able to sync to testnet.Type of Change
.gitignore, formatting, dropping support for older tooling)