mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-26 23:25:49 +00:00
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:
@@ -2,6 +2,9 @@
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Added
|
||||
* Support for the AMMClawback amendment (XLS-73)
|
||||
|
||||
## 2.2.0 (2024-12-23)
|
||||
|
||||
### Added
|
||||
|
||||
@@ -3073,6 +3073,7 @@
|
||||
},
|
||||
"TRANSACTION_TYPES": {
|
||||
"AMMBid": 39,
|
||||
"AMMClawback": 31,
|
||||
"AMMCreate": 35,
|
||||
"AMMDelete": 40,
|
||||
"AMMDeposit": 36,
|
||||
|
||||
Reference in New Issue
Block a user