- add blake3
- add fix amendment
- add gitignore for clion
- add tests
This commit is contained in:
Denis Angell
2025-09-16 12:27:00 +02:00
parent 17a2606591
commit 159d7311d5
12 changed files with 597 additions and 14 deletions

View File

@@ -32,6 +32,7 @@
// If you add an amendment here, then do not forget to increment `numFeatures`
// in include/xrpl/protocol/Feature.h.
XRPL_FIX (CanonicalTxSet, Supported::yes, VoteBehavior::DefaultNo)
XRPL_FEATURE(DynamicMPT, Supported::no, VoteBehavior::DefaultNo)
XRPL_FIX (TokenEscrowV1, Supported::yes, VoteBehavior::DefaultNo)
XRPL_FIX (DelegateV1_1, Supported::no, VoteBehavior::DefaultNo)