Files
rippled/external
Bronek Kozicki eabca8439f Antithesis instrumentation improvements (#5213)
* Rename ASSERT to XRPL_ASSERT
* Upgrade to Anthithesis SDK 0.4.4, and use new 0.4.4 features
  * automatic cast to bool, like assert
* Add instrumentation workflow to verify build with instrumentation enabled
2024-12-16 17:48:33 -05:00
..
2023-07-13 13:25:08 -04:00
2023-04-25 22:24:41 -07:00

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.