-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove SMT nodes along the path during
update
(#627)
* Removed subtraction of predicate used gas from the gas limit. * Updated values of teh GTF * Implemented `Policies` structure. Updated transaction validity rules according to policies. Updated fee calculation and refund logic. * Applied change for VM. Fixed all tests. * Minor nits * Fix test in `fuel-core` * Fixed review ocmments * Update fuel-tx/src/transaction/types/create.rs Co-authored-by: Mitchell Turner <[email protected]> * Fixed comments from the PR. Updated CHANGELOG.md Simplified `refund` calculation logic * Added a test for refund * Remove SMT nodes along the path during `update` * Apply suggestions from code review Co-authored-by: Brandon Kite <[email protected]> * Updated CHANGELOG.md * Renamed `GasLimit` to `ScriptGasLimit` * Make CI happy * Update CHANGELOG.md Co-authored-by: Brandon Kite <[email protected]> * Update CHANGELOG.md Co-authored-by: Brandon Kite <[email protected]> * Renamed `gas_limit` to `script_gas_limit` * Renamed `gas_limit` to `script_gas_limit` * Use correct values for policies GTF * Address comments * Update CHANGELOG.md Co-authored-by: Brandon Vrooman <[email protected]> * Fixed the issue during inserting hte same key --------- Co-authored-by: Mitchell Turner <[email protected]> Co-authored-by: Brandon Kite <[email protected]> Co-authored-by: Brandon Vrooman <[email protected]>
- Loading branch information
1 parent
61c6992
commit 1405549
Showing
3 changed files
with
101 additions
and
0 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