Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/nightly/builds/sway
Submodule sway updated from 3ff711 to be2d6a
2 changes: 1 addition & 1 deletion docs/nightly/fuel-specs
2 changes: 1 addition & 1 deletion docs/nightly/fuels-ts
Submodule fuels-ts updated 57 files
+5 −0 .changeset/beige-days-listen.md
+11 −0 .changeset/full-carpets-lose.md
+5 −0 .changeset/loud-months-change.md
+5 −0 .changeset/shiny-laws-agree.md
+8 −0 .changeset/sour-humans-judge.md
+1 −0 .fuel-core/configs/chainConfig.json
+1 −1 .github/CODEOWNERS
+1 −1 .github/workflows/pr-validate-changesets.yaml
+5 −5 .github/workflows/publish-preview.yaml
+6 −0 .github/workflows/release.yaml
+2 −1 .gitignore
+1 −1 apps/create-fuels-counter-guide/fuel-toolchain.toml
+2 −1 apps/demo-bun-fuels/src/bun.test.ts
+2 −1 apps/demo-fuels/src/index.test.ts
+1 −1 apps/demo-nextjs/package.json
+1 −1 apps/demo-react-vite/package.json
+2 −1 apps/demo-typegen/src/demo.test.ts
+4 −7 apps/docs/src/guide/predicates/snippets/cookbook/failure-not-enough-funds.ts
+1 −1 internal/fuel-core/VERSION
+4 −0 link-check.config.json
+1 −1 packages/account/package.json
+4 −3 packages/account/src/account.test.ts
+4 −0 packages/account/src/index.ts
+5 −2 packages/account/src/providers/fuel-core-schema.graphql
+4 −2 packages/account/src/providers/provider.test.ts
+8 −4 packages/account/src/providers/provider.ts
+161 −1 packages/account/src/providers/transaction-request/transaction-request.test.ts
+11 −0 packages/account/src/providers/transaction-request/transaction-request.ts
+10 −3 packages/account/src/providers/transaction-response/getAllDecodedLogs.ts
+9 −2 packages/account/src/providers/transaction-response/getDecodedLogs.ts
+10 −1 packages/account/src/providers/utils/extract-tx-error.ts
+2 −2 packages/account/src/providers/utils/handle-gql-error-message.test.ts
+9 −3 packages/account/src/providers/utils/handle-gql-error-message.ts
+1 −1 packages/account/src/utils/formatTransferToContractScriptData.ts
+1 −1 packages/contract/package.json
+4 −0 packages/contract/src/contract-factory.ts
+67 −2 packages/fuel-gauge/src/advanced-logging.test.ts
+27 −1 packages/fuel-gauge/src/contract-factory.test.ts
+8 −9 packages/fuel-gauge/src/contract.test.ts
+1 −1 packages/fuel-gauge/src/edge-cases.test.ts
+4 −3 packages/fuel-gauge/src/funding-transaction.test.ts
+7 −2 packages/fuel-gauge/src/mapped-error-messages.test.ts
+5 −9 packages/fuel-gauge/src/predicate/predicate-invalidations.test.ts
+2 −1 packages/fuel-gauge/src/predicate/predicate-with-contract.test.ts
+2 −1 packages/fuel-gauge/src/predicate/predicate-with-script.test.ts
+45 −0 packages/fuel-gauge/src/transaction.test.ts
+1 −1 packages/fuels/package.json
+1 −0 packages/fuels/test/fixtures/project/.fuels/chainConfig.json
+1 −1 packages/program/package.json
+146 −5 packages/transactions/src/coders/policy.test.ts
+80 −34 packages/transactions/src/coders/policy.ts
+1 −0 packages/utils/src/utils/defaultSnapshots/chainConfig.json
+1 −0 packages/utils/src/utils/types.ts
+1 −1 packages/versions/src/lib/getBuiltinVersions.ts
+15 −15 pnpm-lock.yaml
+1 −1 templates/nextjs/fuel-toolchain.toml
+1 −1 templates/vite/fuel-toolchain.toml
2 changes: 1 addition & 1 deletion docs/nightly/sway
Submodule sway updated 1848 files
Loading