diff --git a/conan.lock b/conan.lock index 8179c39f..31b54334 100644 --- a/conan.lock +++ b/conan.lock @@ -3,6 +3,7 @@ "requires": [ "zlib/1.3.1#b8bc2603263cf7eccbd6e17e66b0ed76%1756234269.497", "xxhash/0.8.3#681d36a0a6111fc56e5e45ea182c19cc%1756234289.683", + "xrpl/3.0.0-rc1#f5c8ecd42bdf511ad36f57bc702dacd2%1762975621.294", "xrpl/2.6.1#973af2bf9631f239941dd9f5a100bb84%1759275059.342", "sqlite3/3.49.1#8631739a4c9b93bd3d6b753bac548a63%1756234266.869", "spdlog/1.15.3#3ca0e9e6b83af4d0151e26541d140c86%1754401846.61", diff --git a/conanfile.py b/conanfile.py index 26a70c22..4cd35344 100644 --- a/conanfile.py +++ b/conanfile.py @@ -18,7 +18,7 @@ class ClioConan(ConanFile): 'protobuf/3.21.12', 'grpc/1.50.1', 'openssl/1.1.1w', - 'xrpl/2.6.1', + 'xrpl/3.0.0-rc1', 'zlib/1.3.1', 'libbacktrace/cci.20210118', 'spdlog/1.15.3', diff --git a/src/data/AmendmentCenter.hpp b/src/data/AmendmentCenter.hpp index 4ffd3c5c..6a659558 100644 --- a/src/data/AmendmentCenter.hpp +++ b/src/data/AmendmentCenter.hpp @@ -147,6 +147,11 @@ struct Amendments { REGISTER(fixAMMClawbackRounding); REGISTER(fixMPTDeliveredAmount); REGISTER(fixPriceOracleOrder); + REGISTER(DynamicMPT); + REGISTER(fixDelegateV1_1); + REGISTER(fixDirectoryLimit); + REGISTER(fixIncludeKeyletFields); + REGISTER(fixTokenEscrowV1); // Obsolete but supported by libxrpl REGISTER(CryptoConditionsSuite);