-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: upgrade fuel core version to 0.19.0 * feat: update fuel core schema * test: add coin input to tests and alter concensus param test for new shape * feat: add maxGasPerPredicate to gql consensus params operation * feat: add maxGasPerPredicate to chain config * chore: revert commit for code explanation and lint * chore: remove redundant test param * feat: implement estimate predicates * chore: revert predicate test changes * chore: reformat gql schema * chore: linting * feat: include predicateGasUsed in transaction encoding * feat: alter max gas per predicate tx param * feat: add predicate gas used to transaction inputs * feat: remove logs and add docs to predicate gas used call * feat: alter calculate for contract and predicate root * feat: update gql shema * feat: conditionally call estimate predicates * chore: linting * test: update input coder expectations * feat: remove fund transaction property from get contract calls * test: update hasher expectation * test: update signer expectation * test: remove redundant testcase from auth testing * test: update transaction coder assertion * chore: linting * chore: linting * chore: linting * test: add witness index in provider call test * test: remove redundant test case from storage contract test * feat: update message coder to include predicate gas used * chore: linting * feat: add predicate truthy check to check predicate function on transaction request * chore: force rebuild * chore: changeset * chore: force rebuild * feat: hash keys for SMT * feat: hash smt keys at entrypoint to calc storage root * chore: linting * chore: linting --------- Co-authored-by: danielbate <--global>
- Loading branch information
1 parent
882ee97
commit 6bf970a
Showing
21 changed files
with
161 additions
and
84 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,13 @@ | ||
--- | ||
"docs": minor | ||
"@fuel-ts/contract": minor | ||
"@fuel-ts/fuel-core": minor | ||
"@fuel-ts/predicate": minor | ||
"@fuel-ts/program": minor | ||
"@fuel-ts/providers": minor | ||
"@fuel-ts/testcases": minor | ||
"@fuel-ts/transactions": minor | ||
"@fuel-ts/versions": minor | ||
--- | ||
|
||
Update fuel core version to 0.19.0 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.18.3 | ||
0.19.0 |
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
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.