-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added method to duplicate predicate (#3432)
* chore: added static method to duplicate predicate * chore: refactored toNewInstance method * chore: fixed some lint errors * chore: added changeset * Update packages/fuel-gauge/src/predicate/predicate-duplication.test.ts Co-authored-by: Sérgio Torres <[email protected]> * Update packages/fuel-gauge/src/predicate/predicate-duplication.test.ts Co-authored-by: Sérgio Torres <[email protected]> * Update packages/fuel-gauge/src/predicate/predicate-duplication.test.ts Co-authored-by: Sérgio Torres <[email protected]> * Update packages/fuel-gauge/src/predicate/predicate-duplication.test.ts Co-authored-by: Sérgio Torres <[email protected]> * Update packages/fuel-gauge/src/predicate/utils/predicate/fundPredicate.ts Co-authored-by: Sérgio Torres <[email protected]> * Update packages/fuel-gauge/src/predicate/utils/predicate/fundPredicate.ts Co-authored-by: Sérgio Torres <[email protected]> * chore: removed helpers * chore: typing in fund function * chore: refactored fundPredicate function to fundAccount * feat: added method to duplicate predicate --------- Co-authored-by: Dhaiwat <[email protected]> Co-authored-by: Sérgio Torres <[email protected]> Co-authored-by: Anderson Arboleya <[email protected]>
- Loading branch information
1 parent
4ccc628
commit d5a696c
Showing
17 changed files
with
455 additions
and
82 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@fuel-ts/account": patch | ||
--- | ||
|
||
feat: added method to duplicate predicate |
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.