-
Notifications
You must be signed in to change notification settings - Fork 524
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
1 parent
84943ae
commit abdb192
Showing
6 changed files
with
242 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.