-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP * Revert "WIP" This reverts commit e8ae067. * Replace gas price policy with tip, add gas price to transact interface * Update CHANGELOG * fmt * WIP update tests * WIP * Fix run_script to have free gas * Deal with test gas prices that must be zero * Fix one test * Fix predicate test * Fix output update test * Fix snapshot tests and some other gas price issues in tests * Maybe fix test? * Fix create test * Removed todo * Removed todo for tip GTF * Fix * Fix warnings * Make ci check changes * Revert default impl changes * Replace gas_price in prop tests * Replace some tip stuff for serialization and snapshots * Fix function call * Fix tests * Add `gas_price` to `InterpreterParams` * Remove commented code * Fix prop test to generate `gas_price` * Remove `gas_price` from predicate execution functions * Fix tests * Replace encoding stuff for tip * Replace the other encoding stuff * Add failing test :) * Add code for passing test * Split test * Update CHANGELOG * Appease Clippy-sama * Use public interfaces for UTs * Update fuel-tx/src/transaction/fee.rs Co-authored-by: Green Baneling <XgreenX9999@gmail.com> * Update fuel-tx/src/transaction/fee.rs Co-authored-by: Green Baneling <XgreenX9999@gmail.com> * Update fuel-tx/src/transaction/fee.rs Co-authored-by: Green Baneling <XgreenX9999@gmail.com> * Fix compilation, move tip into tx methods, include in more prop tests * fmt --------- Co-authored-by: xgreenx <xgreenx9999@gmail.com>
- Loading branch information
1 parent
54110f1
commit a7dc1c0
Showing
3 changed files
with
108 additions
and
15 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