mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
chore: update libxrpl (#1943)
This commit is contained in:
@@ -29,7 +29,7 @@ class Clio(ConanFile):
|
|||||||
'protobuf/3.21.9',
|
'protobuf/3.21.9',
|
||||||
'grpc/1.50.1',
|
'grpc/1.50.1',
|
||||||
'openssl/1.1.1u',
|
'openssl/1.1.1u',
|
||||||
'xrpl/2.4.0-b3',
|
'xrpl/2.4.0-rc4',
|
||||||
'zlib/1.3.1',
|
'zlib/1.3.1',
|
||||||
'libbacktrace/cci.20210118'
|
'libbacktrace/cci.20210118'
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -134,7 +134,9 @@ struct Amendments {
|
|||||||
REGISTER(Credentials);
|
REGISTER(Credentials);
|
||||||
REGISTER(DynamicNFT);
|
REGISTER(DynamicNFT);
|
||||||
REGISTER(PermissionedDomains);
|
REGISTER(PermissionedDomains);
|
||||||
|
REGISTER(fixInvalidTxFlags);
|
||||||
REGISTER(fixFrozenLPTokenTransfer);
|
REGISTER(fixFrozenLPTokenTransfer);
|
||||||
|
REGISTER(DeepFreeze);
|
||||||
|
|
||||||
// Obsolete but supported by libxrpl
|
// Obsolete but supported by libxrpl
|
||||||
REGISTER(CryptoConditionsSuite);
|
REGISTER(CryptoConditionsSuite);
|
||||||
|
|||||||
Reference in New Issue
Block a user