Chenna Keshava B S
189abc1a26
PermissionedDomain XLS-80d ( #2874 )
2025-02-07 14:44:53 -08:00
achowdhry-ripple
abdb192c69
Fix: parseTransactionFlags unintentionally modifies transaction ( #2825 )
...
* remove setTransactions and any reference to modifying a transaction parameter
* remove use of setter in autofill
* changelog and test fixes
* add back deprecated function with warnings
* add new helper function to exported
* update readme with deprecated
* remove references to deprecated setter
* fix changelog syntax
* revert to test old functions
* lint
* lint for deprecation
* remove unsafe assertions
* separate null check
* clean up tests
* remove outdated logic
* fix history md
* fix tests after merge conflicts
* Update packages/xrpl/HISTORY.md
Co-authored-by: Omar Khan <khancodegt@gmail.com >
* Update packages/xrpl/src/models/utils/flags.ts
Co-authored-by: Omar Khan <khancodegt@gmail.com >
* Update packages/xrpl/src/models/utils/flags.ts
Co-authored-by: Omar Khan <khancodegt@gmail.com >
* Update packages/xrpl/src/models/utils/flags.ts
Co-authored-by: Omar Khan <khancodegt@gmail.com >
* Update packages/xrpl/src/models/utils/flags.ts
Co-authored-by: Omar Khan <khancodegt@gmail.com >
* Update packages/xrpl/src/models/utils/flags.ts
Co-authored-by: Omar Khan <khancodegt@gmail.com >
* Update packages/xrpl/src/models/utils/flags.ts
Co-authored-by: Omar Khan <khancodegt@gmail.com >
* Update packages/xrpl/src/models/utils/flags.ts
Co-authored-by: Omar Khan <khancodegt@gmail.com >
* Update packages/xrpl/src/models/utils/flags.ts
Co-authored-by: Omar Khan <khancodegt@gmail.com >
* Update packages/xrpl/test/models/utils.test.ts
Co-authored-by: Omar Khan <khancodegt@gmail.com >
* rename a test per pr comment
* lint fixes
* Update packages/xrpl/test/models/utils.test.ts
Co-authored-by: Omar Khan <khancodegt@gmail.com >
---------
Co-authored-by: Omar Khan <khancodegt@gmail.com >
2025-01-16 11:59:44 -05:00
achowdhry-ripple
f3960c3ccc
Parse transaction flags into map of names:booleans ( #2734 )
...
* overview logic of parsetransactionflags
* parse transaction flags works
* basic tests
* eslint and docs
* linting
* lint
* fix typing
* test fix
* revert import delete
* lint
* integration fix
* lint
* imports
* added numeric test
* add history log
* history update
2024-08-07 11:44:57 -04:00
Chenna Keshava B S
dbdb35abb5
rectify the flag name tfNoRippleDirect ( #2647 )
...
* rectify the flag name tfNoRippleDirect
* Update th History.md file
* use "Breaking Changes" heading in the API Changelog
* Update HISTORY.md
---------
2024-04-02 14:54:02 -04:00
Shawn Xie
63ea6e8c9b
feat: add Clawback amendment support ( #2353 )
...
* Add Clawback transaction
* Account flag lsfAllowTrustLineClawback
* Support bitwise flag checking of 64 bit flags
2023-07-19 14:39:48 -05:00
Caleb Kniffen
3c2bfdf766
fix: rename DisallowIncoming flag for NFTs ( #2235 )
...
`lsfDisallowIncomingNFTOffer` to `lsfDisallowIncomingNFTokenOffer`
`asfDisallowIncomingNFTOffer` to `asfDisallowIncomingNFTokenOffer`
Related to XRPLF/rippled#4442
2023-03-08 11:52:18 -06:00
Jackson Mills
3d0bec7e89
Add support for disallowIncoming flags ( #2221 )
...
* Add support for disallowIncoming flags
* Fix broken tests
* Update packages/xrpl/src/models/ledger/AccountRoot.ts
* Update packages/xrpl/src/models/ledger/AccountRoot.ts
* Update HISTORY.md
2023-02-21 10:22:47 -08:00
justinr1234
5fe480ece4
feat: Jest Test Runner ( #2170 )
2023-02-03 17:03:07 -06:00
justinr1234
8abcfe4640
chore: rename test files ( #2181 )
2023-01-06 14:04:36 -06:00