-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: make SDK
conform with Tx
policies
#1407
Conversation
Coverage report
Show new covered files 🐣
Show files with reduced coverage 🔻
Test suite run success1459 tests passing in 254 suites. Report generated by 🧪jest coverage report action from e5aadee |
This comment was marked as resolved.
This comment was marked as resolved.
…ub.com:FuelLabs/fuels-ts into db/feat/represent-small-values-as-single-bytes
SDK
conform with Tx
policies
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quick question, guys: is this ready to go?
@digorithm Yep. As soon as the new |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Requirements
rustup update
Status
Failing tests
apps/docs-snippets/src/guide/contracts/call-parameters.test.ts
(fee-related)packages/fuel-gauge/src/bytes.test.ts
(predicate args using heap-types)packages/fuel-gauge/src/contract.test.ts
(fee-related)packages/fuel-gauge/src/coverage-contract.test.ts
(flaky, two tests using same wallet pvt key)packages/fuel-gauge/src/fee.test.ts
(fee-related)packages/fuel-gauge/src/predicate/predicate-arguments.test.ts
(predicate args using heap-types)packages/fuel-gauge/src/predicate/predicate-invalidations.test.ts
(fee-related)packages/fuel-gauge/src/predicate/predicate-with-contract.test.ts
(fee-related)packages/fuel-gauge/src/predicate/predicate-with-script.test.ts
(fee-related)packages/fuel-gauge/src/raw-slice.test.ts
(predicate args using heap-types)packages/fuel-gauge/src/script-main-args.test.ts
(fee-related)packages/fuel-gauge/src/std-lib-string.test.ts
(predicate args using heap-types)packages/fuel-gauge/src/vector-types.test.ts
(predicate args using heap-types)packages/providers/test/provider.test.ts
(pending version string)packages/script/src/script.test.ts
(args encoding problem)packages/wallet/src/account.test.ts
(fee-related)packages/wallet/src/transfer.test.ts
(fee-related)packages/versions/scripts/rewriteVersions.test.ts
(pending version string)packages/versions/src/lib/getBuiltinVersions.test.ts
(pending version string)