mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
This change updates RocksDB to its latest version. RocksDB is backward-compatible, so even though this is a major version bump, databases created with previous versions will continue to function. The external RocksDB folder is removed, as the latest version available via Conan Center no longer needs custom patches.
External Conan recipes
The subdirectories in this directory contain either copies or Conan recipes of external libraries used by rippled. The Conan recipes include patches we have not yet pushed upstream.
| Folder | Upstream | Description |
|---|---|---|
antithesis-sdk |
Project | Antithesis SDK for C++ |
ed25519-donna |
Project | Ed25519 digital signatures |
rocksdb |
Recipe | Fast key/value database. (Supports rotational disks better than NuDB.) |
secp256k1 |
Project | ECDSA digital signatures using the secp256k1 curve |
snappy |
Recipe | "Snappy" lossless compression algorithm. |
soci |
Recipe | Abstraction layer for database access. |