refactor: Replaces ed25519-donna source by Conan package (#6088)

This change substitutes the `ed25519-donna` source code copy by the Conan recipe added in https://github.com/XRPLF/conan-center-index/pull/23.
This commit is contained in:
Bart
2025-11-27 11:51:32 -05:00
committed by GitHub
parent f399749ee2
commit b33b506b90
47 changed files with 10 additions and 15428 deletions

View File

@@ -28,6 +28,7 @@ class Xrpl(ConanFile):
}
requires = [
"ed25519/2015.03",
"grpc/1.50.1",
"libarchive/3.8.1",
"nudb/2.0.9",
@@ -188,6 +189,7 @@ class Xrpl(ConanFile):
"boost::system",
"boost::thread",
"date::date",
"ed25519::ed25519",
"grpc::grpc++",
"libarchive::libarchive",
"lz4::lz4",