Skip to content

Commit

Permalink
Merge branch 'master' into st/chore/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
arboleya authored Dec 16, 2024
2 parents 492fb6c + 41c72fb commit 120f9fb
Show file tree
Hide file tree
Showing 64 changed files with 506 additions and 228 deletions.
4 changes: 0 additions & 4 deletions .changeset/lucky-flies-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-hornets-rush.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/rotten-chefs-shake.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/wild-stingrays-cheat.md

This file was deleted.

4 changes: 4 additions & 0 deletions apps/create-fuels-counter-guide/fuel-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[toolchain]
channel = "testnet"

[components]
forc = "0.66.5"
fuel-core = "0.40.1"
7 changes: 7 additions & 0 deletions internal/benchmarks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @internal/benchmarks

## 1.0.10

### Patch Changes

- Updated dependencies [ebe5ecd]
- [email protected]

## 1.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion internal/benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"fuels": "workspace:*",
"@internal/utils": "workspace:*"
},
"version": "1.0.9"
"version": "1.0.10"
}
26 changes: 26 additions & 0 deletions internal/check-imports/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @internal/check-imports

## 0.0.17

### Patch Changes

- Updated dependencies [0970bc4]
- Updated dependencies [5ec254d]
- Updated dependencies [896bf5b]
- Updated dependencies [ebe5ecd]
- @fuel-ts/utils@0.97.2
- @fuel-ts/versions@0.97.2
- @fuel-ts/contract@0.97.2
- @fuel-ts/account@0.97.2
- [email protected]
- @fuel-ts/abi-coder@0.97.2
- @fuel-ts/abi-typegen@0.97.2
- @fuel-ts/address@0.97.2
- @fuel-ts/crypto@0.97.2
- @fuel-ts/hasher@0.97.2
- @fuel-ts/program@0.97.2
- @fuel-ts/script@0.97.2
- @fuel-ts/transactions@0.97.2
- @fuel-ts/errors@0.97.2
- @fuel-ts/merkle@0.97.2
- @fuel-ts/math@0.97.2
- @fuel-ts/interfaces@0.97.2

## 0.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion internal/check-imports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"@fuel-ts/account": "workspace:*",
"fuels": "workspace:*"
},
"version": "0.0.16"
"version": "0.0.17"
}
6 changes: 6 additions & 0 deletions internal/forc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.89.5

### Patch Changes

- 5ec254d: chore: updated forc version to `0.66.5`

## 0.89.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion internal/forc/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.66.4
0.66.5
2 changes: 1 addition & 1 deletion internal/forc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@internal/forc",
"version": "0.89.4",
"version": "0.89.5",
"description": "NPM bin wrapper around Fuel `forc`",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"bin": {
Expand Down
14 changes: 14 additions & 0 deletions packages/abi-coder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 0.97.2

### Patch Changes

- Updated dependencies [0970bc4]
- Updated dependencies [896bf5b]
- Updated dependencies [ebe5ecd]
- @fuel-ts/utils@0.97.2
- @fuel-ts/crypto@0.97.2
- @fuel-ts/hasher@0.97.2
- @fuel-ts/errors@0.97.2
- @fuel-ts/math@0.97.2
- @fuel-ts/interfaces@0.97.2

## 0.97.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/abi-coder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/abi-coder",
"version": "0.97.1",
"version": "0.97.2",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/abi-typegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @fuel-ts/abi-typegen

## 0.97.2

### Patch Changes

- Updated dependencies [0970bc4]
- Updated dependencies [5ec254d]
- Updated dependencies [896bf5b]
- Updated dependencies [ebe5ecd]
- @fuel-ts/utils@0.97.2
- @fuel-ts/versions@0.97.2
- @fuel-ts/errors@0.97.2
- @fuel-ts/interfaces@0.97.2

## 0.97.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/abi-typegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/abi-typegen",
"version": "0.97.1",
"version": "0.97.2",
"description": "Generates Typescript definitions from Sway ABI Json files",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"bin": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,17 +160,17 @@ const abi = {
{
"name": "SHOULD_RETURN",
"concreteTypeId": "b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903",
"offset": 2776
"offset": 2816
},
{
"name": "AN_OPTION",
"concreteTypeId": "2da102c46c7263beeed95818cd7bee801716ba8303dddafdcd0f6c9efda4a0f1",
"offset": 2752
"offset": 2792
},
{
"name": "A_GENERIC_STRUCT",
"concreteTypeId": "71df88006611ffff852cf617defb70f77adaf507305088cedd41d276c783aab0",
"offset": 2768
"offset": 2808
}
]
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ const abi = {
{
"name": "FEE",
"concreteTypeId": "c89951a24c6ca28c13fd1cfdc646b2b656d69e61a92b91023be7eb58eb914b6b",
"offset": 920
"offset": 936
},
{
"name": "ADDRESS",
"concreteTypeId": "7c5ee1cecf5f8eacd1284feb5f0bf2bdea533a51e2f0c9aabe9236d335989f3b",
"offset": 888
"offset": 904
}
]
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const abi = {
{
"name": "SHOULD_RETURN",
"concreteTypeId": "b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903",
"offset": 760
"offset": 768
}
]
};
Expand Down
21 changes: 21 additions & 0 deletions packages/account/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## 0.97.2

### Patch Changes

- ebe5ecd: chore: update internally used chain config
- Updated dependencies [0970bc4]
- Updated dependencies [5ec254d]
- Updated dependencies [896bf5b]
- Updated dependencies [ebe5ecd]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]

## 0.97.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/account/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/account",
"version": "0.97.1",
"version": "0.97.2",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/address/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 0.97.2

### Patch Changes

- Updated dependencies [0970bc4]
- Updated dependencies [896bf5b]
- Updated dependencies [ebe5ecd]
- @fuel-ts/utils@0.97.2
- @fuel-ts/crypto@0.97.2
- @fuel-ts/errors@0.97.2
- @fuel-ts/interfaces@0.97.2

## 0.97.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/address/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/address",
"version": "0.97.1",
"version": "0.97.2",
"description": "Utilities for encoding and decoding addresses",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
22 changes: 22 additions & 0 deletions packages/contract/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Change Log

## 0.97.2

### Patch Changes

- ebe5ecd: chore: update internally used chain config
- Updated dependencies [0970bc4]
- Updated dependencies [5ec254d]
- Updated dependencies [896bf5b]
- Updated dependencies [ebe5ecd]
- @fuel-ts/utils@0.97.2
- @fuel-ts/versions@0.97.2
- @fuel-ts/account@0.97.2
- @fuel-ts/abi-coder@0.97.2
- @fuel-ts/crypto@0.97.2
- @fuel-ts/hasher@0.97.2
- @fuel-ts/program@0.97.2
- @fuel-ts/transactions@0.97.2
- @fuel-ts/errors@0.97.2
- @fuel-ts/merkle@0.97.2
- @fuel-ts/math@0.97.2
- @fuel-ts/interfaces@0.97.2

## 0.97.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/contract",
"version": "0.97.1",
"version": "0.97.2",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/create-fuels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# create-fuels

## 0.97.2

### Patch Changes

- efdf9a1: fix: specify versions in `create fuels` toolchain file
- Updated dependencies [5ec254d]
- @fuel-ts/versions@0.97.2
- @fuel-ts/errors@0.97.2

## 0.97.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-fuels/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-fuels",
"version": "0.97.1",
"version": "0.97.2",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"bin": {
Expand Down
6 changes: 5 additions & 1 deletion packages/create-fuels/test/cli.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,13 @@ describe('CLI', { timeout: 15_000 }, () => {
const fuelToolchain = readFileSync(fuelToolchainPath, 'utf-8');
const parsedFuelToolchain = toml.parse(fuelToolchain);

const { toolchain } = parsedFuelToolchain;
const { toolchain, components } = parsedFuelToolchain;

expect(toolchain).toEqual({ channel: 'testnet' });
expect(components).toEqual({
forc: '0.66.5',
'fuel-core': '0.40.1',
});
});

test('should rewrite for the appropriate package manager', async () => {
Expand Down
12 changes: 12 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 0.97.2

### Patch Changes

- Updated dependencies [0970bc4]
- Updated dependencies [896bf5b]
- Updated dependencies [ebe5ecd]
- @fuel-ts/utils@0.97.2
- @fuel-ts/errors@0.97.2
- @fuel-ts/math@0.97.2
- @fuel-ts/interfaces@0.97.2

## 0.97.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/crypto",
"version": "0.97.1",
"version": "0.97.2",
"description": "Utilities for encrypting and decrypting data",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @fuel-ts/errors

## 0.97.2

### Patch Changes

- Updated dependencies [5ec254d]
- @fuel-ts/versions@0.97.2

## 0.97.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/errors",
"version": "0.97.1",
"version": "0.97.2",
"description": "Error class and error codes that the fuels-ts library throws",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
Loading

0 comments on commit 120f9fb

Please sign in to comment.