feat: add AMMClawback support (#2893)

* update definitions and package.json

* update rippled.cfg

* add AMMClawback transaction with unit test

* switch to rippled v2.3.1

* Revert "switch to rippled v2.3.1"

This reverts commit d0bd3bdae97fc82240d5dd18732fa301255dc26a.

* update definitions

* add integ test

* resolve type assertions

* remove package-lock.json in sub packages

* remove ts-expect-error

* update integ test

* console logs

* fix console logs

* add tfClawTwoAssets test and remove logs

* fix lint error

* refactor type assertions

* refactor error messages

* final cleanup
This commit is contained in:
Omar Khan
2025-02-11 19:00:51 -05:00
committed by GitHub
parent ea9e3dcc98
commit 35e40d9d71
11 changed files with 387 additions and 2 deletions

View File

@@ -2,6 +2,9 @@
## Unreleased
### Added
* Support for the AMMClawback amendment (XLS-73)
## 2.2.0 (2024-12-23)
### Added

View File

@@ -3073,6 +3073,7 @@
},
"TRANSACTION_TYPES": {
"AMMBid": 39,
"AMMClawback": 31,
"AMMCreate": 35,
"AMMDelete": 40,
"AMMDeposit": 36,