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 e4cabd
2 changes: 1 addition & 1 deletion docs/nightly/fuel-specs
2 changes: 1 addition & 1 deletion docs/nightly/fuels-ts
Submodule fuels-ts updated 42 files
+5 −0 .changeset/beige-days-listen.md
+11 −0 .changeset/full-carpets-lose.md
+5 −0 .changeset/loud-months-change.md
+1 −0 .fuel-core/configs/chainConfig.json
+1 −1 .github/CODEOWNERS
+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
+1 −1 packages/account/package.json
+4 −3 packages/account/src/account.test.ts
+4 −0 packages/account/src/index.ts
+2 −1 packages/account/src/providers/fuel-core-schema.graphql
+4 −2 packages/account/src/providers/provider.test.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
+27 −1 packages/fuel-gauge/src/contract-factory.test.ts
+3 −2 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
+1 −1 packages/fuels/package.json
+1 −0 packages/fuels/test/fixtures/project/.fuels/chainConfig.json
+1 −1 packages/program/package.json
+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