forked from FuelLabs/fuels-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: caching of recently used coins (FuelLabs#1105)
Adds a cache to the `Provider` for recently used coins. The cache is behind an optional feature flag coin-cache. **Other changes:** The strategy for adding fee coins is changed from completly recomputing the base asset input set to just adding an amount of base asset that will cover the fee. --------- Co-authored-by: hal3e <[email protected]> Co-authored-by: Ahmed Sagdati <37515857 [email protected]> Co-authored-by: iqdecay <[email protected]> Co-authored-by: Rodrigo Araújo <[email protected]>
- Loading branch information
1 parent
8062ff6
commit 24e79f3
Showing
22 changed files
with
679 additions
and
220 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
Oops, something went wrong.