mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-04 10:45:50 +00:00
* Copy Antithesis SDK version 0.4.0 to directory external/ * Add build option `voidstar` to enable instrumentation with Antithesis SDK * Define instrumentation macros ASSERT and UNREACHABLE in terms of regular C assert * Replace asserts with named ASSERT or UNREACHABLE * Add UNREACHABLE to LogicError * Document instrumentation macros in CONTRIBUTING.md
1.2 KiB
1.2 KiB
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. |