Skip to content

Commit

Permalink
Merge branch 'master' into YaTut1901/chore/noImplicitOverride-added
Browse files Browse the repository at this point in the history
  • Loading branch information
YaTut1901 authored Nov 14, 2024
2 parents 56a4f8d + 5dee7ff commit c26569c
Show file tree
Hide file tree
Showing 78 changed files with 1,079 additions and 761 deletions.
5 changes: 5 additions & 0 deletions .changeset/chatty-camels-wave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fuel-ts/account": minor
---

fix!: remove unnecessary nonce from message gql queries
5 changes: 5 additions & 0 deletions .changeset/khaki-trees-wink.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"fuels": minor
---

feat!: `onDeploy` fuels config supports all Sway program types
5 changes: 5 additions & 0 deletions .changeset/many-rings-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fuel-ts/account": minor
---

chore!: mandate `abi` in `Predicate` constructor
4 changes: 4 additions & 0 deletions .changeset/orange-panthers-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

chore: use typegen'd outputs in some fuel-gauge tests
5 changes: 5 additions & 0 deletions .changeset/smart-olives-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fuel-ts/account": minor
---

chore!: remove `blockId` in transaction list responses
5 changes: 5 additions & 0 deletions .changeset/thirty-waves-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"fuels": patch
---

fix: bump proxy contract versions
6 changes: 6 additions & 0 deletions .changeset/yellow-trees-talk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@fuel-ts/transactions": patch
"@fuel-ts/account": patch
---

chore: fix receipts properties and deprecate incorrect ones
5 changes: 5 additions & 0 deletions .changeset/young-steaks-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fuel-ts/account": minor
---

chore!: optimize coin gql queries
6 changes: 3 additions & 3 deletions apps/demo-fuels/fuels.config.full.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable no-console */
import { createConfig } from 'fuels';
import type { ContractDeployOptions, DeployedContract, FuelsConfig } from 'fuels';
import type { ContractDeployOptions, DeployedData, FuelsConfig } from 'fuels';

const MY_FIRST_DEPLOYED_CONTRACT_NAME = '';

Expand Down Expand Up @@ -91,9 +91,9 @@ export default createConfig({
// #endregion onBuild

// #region onDeploy
// #import { DeployedContract, FuelsConfig };
// #import { DeployedData, FuelsConfig };

onDeploy: (config: FuelsConfig, data: DeployedContract[]) => {
onDeploy: (config: FuelsConfig, data: DeployedData) => {
console.log('fuels:onDeploy', { config, data });
},
// #endregion onDeploy
Expand Down
83 changes: 0 additions & 83 deletions apps/docs-snippets/src/guide/contracts/add-transfer.test.ts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit c26569c

Please sign in to comment.