Skip to content

chore: update nightly docs #674

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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 1939 files
2 changes: 1 addition & 1 deletion docs/nightly/fuels-rs
Submodule fuels-rs updated 143 files
2 changes: 1 addition & 1 deletion docs/nightly/fuels-ts
Submodule fuels-ts updated 52 files
+6 −0 .changeset/green-radios-taste.md
+6 −0 .changeset/light-dolls-join.md
+12 −0 .changeset/yummy-tools-sip.md
+2 −2 apps/create-fuels-counter-guide/fuel-toolchain.toml
+1 −1 apps/demo-nextjs/package.json
+1 −1 apps/demo-react-cra/package.json
+1 −1 apps/demo-react-vite/package.json
+4 −0 apps/docs/.vitepress/config.ts
+16 −2 apps/docs/src/guide/cookbook/combining-utxos.md
+21 −38 apps/docs/src/guide/cookbook/snippets/combining-utxos.ts
+1 −1 apps/docs/src/guide/getting-started/cdn-usage.md
+11 −0 apps/docs/src/guide/provider/rpc-consistency.md
+5 −0 apps/docs/src/guide/provider/snippets/rpc-consistency.ts
+1 −1 internal/forc/VERSION
+1 −1 internal/fuel-core/VERSION
+1 −1 packages/account/package.json
+1 −1 packages/account/src/account.test.ts
+225 −8 packages/account/src/account.ts
+452 −0 packages/account/src/consolidate-coins.test.ts
+245 −14 packages/account/src/providers/fuel-core-schema.graphql
+100 −30 packages/account/src/providers/fuel-graphql-subscriber.ts
+42 −0 packages/account/src/providers/provider.test.ts
+197 −8 packages/account/src/providers/provider.ts
+12 −7 packages/account/src/providers/transaction-response/transaction-response.ts
+19 −6 packages/account/src/providers/utils/handle-gql-error-message.ts
+35 −0 packages/account/src/providers/utils/parse-graphql-response.ts
+2 −0 packages/account/src/test-utils/launchNode.ts
+12 −0 packages/account/src/test-utils/setup-test-provider-and-wallets.test.ts
+8 −3 packages/account/src/test-utils/setup-test-provider-and-wallets.ts
+59 −0 packages/account/src/utils/split-coins-into-batches.test.ts
+14 −0 packages/account/src/utils/split-coins-into-batches.ts
+111 −0 packages/account/test/block-sensitive-operations.test.ts
+1 −1 packages/account/test/fuel-core-schema.test.ts
+3 −1 packages/account/test/fuel-wallet-connector.test.ts
+404 −0 packages/account/test/optimistic-concurrency-handling.test.ts
+29 −0 packages/account/test/utils/getFetchOperation.ts
+1 −1 packages/contract/package.json
+3 −0 packages/errors/src/error-codes.ts
+0 −195 packages/fuel-gauge/test/fixtures/forc-projects/abi-contract/src/equality.sw
+0 −34 packages/fuel-gauge/test/fixtures/forc-projects/coverage-contract/src/main.sw
+4 −16 packages/fuel-gauge/test/fixtures/forc-projects/script-with-more-configurable/src/main.sw
+0 −142 packages/fuel-gauge/test/fixtures/forc-projects/vector-types-contract/src/main.sw
+2 −140 packages/fuel-gauge/test/fixtures/forc-projects/vector-types-script/src/main.sw
+6 −32 packages/fuels/test/features/deploy.test.ts
+6 −2 packages/fuels/test/utils/runCommands.ts
+1 −1 packages/program/package.json
+3 −0 packages/transactions/src/configs.ts
+2 −2 packages/versions/src/lib/getBuiltinVersions.ts
+177 −124 pnpm-lock.yaml
+7 −1 scripts/lint-md-links.ts
+2 −2 templates/nextjs/fuel-toolchain.toml
+2 −2 templates/vite/fuel-toolchain.toml
2 changes: 1 addition & 1 deletion docs/nightly/sway
Loading