Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts into db…
Browse files Browse the repository at this point in the history
…/feat/upgrade-ethers-v6
  • Loading branch information
danielbate committed Oct 13, 2023
2 parents 82d6aff + b143f61 commit 87c7bca
Show file tree
Hide file tree
Showing 108 changed files with 468 additions and 659 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-cats-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-parents-jog.md

This file was deleted.

File renamed without changes.
5 changes: 0 additions & 5 deletions .changeset/dry-cars-jam.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fresh-mails-cover.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gorgeous-socks-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-dogs-leap.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/grey-eagles-fly.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/honest-plums-work.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/light-terms-sleep.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/moody-hats-grow.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/nervous-bottles-remember.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/perfect-apes-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-dolls-melt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/two-lions-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-chefs-wave.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/wild-days-yawn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ module.exports = {
// Disable error on devDependencies importing since this isn't a TS library
'import/no-extraneous-dependencies': ['error', { devDependencies: true }],
'no-await-in-loop': 0,
'no-restricted-syntax': [
'off',
{
selector: 'ForOfStatement',
},
],
'prefer-destructuring': 0,
'no-bitwise': 0,
'no-underscore-dangle': 'off',
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/ci-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "CI setup"
inputs:
node-version:
description: "Node version"
default: 18.18.0
default: 18.14.1
pnpm-version:
description: "PNPM version"
default: 8.6.1
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.0
18.14.1
4 changes: 4 additions & 0 deletions apps/demo-nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# demo-nextjs

## 0.1.22

## 0.1.21

## 0.1.20

## 0.1.19
Expand Down
2 changes: 1 addition & 1 deletion apps/demo-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-nextjs",
"version": "0.1.20",
"version": "0.1.22",
"private": true,
"scripts": {
"original:dev": "next dev",
Expand Down
4 changes: 4 additions & 0 deletions apps/demo-nodejs-esm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@
## null

## null

## null

## null
4 changes: 4 additions & 0 deletions apps/demo-react-cra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# demo-react-cra

## 0.1.22

## 0.1.21

## 0.1.20

## 0.1.19
Expand Down
2 changes: 1 addition & 1 deletion apps/demo-react-cra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-react-cra",
"version": "0.1.20",
"version": "0.1.22",
"private": true,
"dependencies": {
"@fuels/vm-asm": "0.36.1",
Expand Down
4 changes: 4 additions & 0 deletions apps/demo-react-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# demo-react-vite

## 0.0.22

## 0.0.21

## 0.0.20

## 0.0.19
Expand Down
2 changes: 1 addition & 1 deletion apps/demo-react-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "demo-react-vite",
"private": true,
"version": "0.0.20",
"version": "0.0.22",
"type": "module",
"scripts": {
"original:dev": "vite",
Expand Down
4 changes: 4 additions & 0 deletions apps/demo-typegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@
## null

## null

## null

## null
4 changes: 4 additions & 0 deletions apps/docs-snippets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @fuel-ts/docs-snippets

## 0.62.0

## 0.61.0

## 0.60.0

## 0.59.0
Expand Down
2 changes: 1 addition & 1 deletion apps/docs-snippets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/docs-snippets",
"version": "0.60.0",
"version": "0.62.0",
"description": "",
"private": true,
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @fuel-ts/docs

## 0.43.4

## 0.43.3

## 0.43.2

## 0.43.1
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "docs",
"version": "0.43.2",
"version": "0.43.4",
"description": "",
"scripts": {
"dev": "nodemon --config nodemon.config.json -x 'pnpm run docs && vitepress dev'",
Expand Down
4 changes: 4 additions & 0 deletions internal/check-imports/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@
## null

## null

## null

## null
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"private": true,
"engines": {
"node": ">= 18.18.0",
"pnpm": ">= 8.6.1"
"node": ">= 18.14.1",
"pnpm": ">= 8.1.1"
},
"packageManager": "pnpm@8.6.1",
"packageManager": "pnpm@8.1.1",
"scripts": {
"dev": "nodemon --config nodemon.config.json -x 'pnpm build:packages'",
"build": "turbo run build",
Expand Down Expand Up @@ -88,5 +88,10 @@
"tsx": "^3.12.7",
"turbo": "^1.8.8",
"typescript": "~5.1.6"
},
"pnpm": {
"overrides": {
"cross-fetch": "4.0.0"
}
}
}
12 changes: 12 additions & 0 deletions packages/abi-coder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 0.62.0

## 0.61.0

### Minor Changes

- Add StdString dynamic string type, by [@camsjams](https://github.com/camsjams) (See [#1277](https://github.com/FuelLabs/fuels-ts/pull/1277))

### Patch Changes

- refactor: purge the usage of the hardcoded constant `VM_TX_MEMORY`, by [@Dhaiwat10](https://github.com/Dhaiwat10) (See [#1318](https://github.com/FuelLabs/fuels-ts/pull/1318))

## 0.60.0

### Minor 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.60.0",
"version": "0.62.0",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ abi MyContract {
fn bytes(arg: Bytes) -> Bytes;
fn raw_slice(arg: raw_slice) -> raw_slice;
fn dynamic_string(arg: String) -> String;

fn tuple_as_param(x: (u8, StructA<StructB<u64>, str[3]>)) -> (u8, StructA<StructB<u64>, str[3]>);
fn array_simple(x: [u8; 4]) -> [u8; 4];
fn array_struct(x: [SimpleStruct; 3]) -> [SimpleStruct; 3];
Expand Down Expand Up @@ -249,15 +249,15 @@ impl MyContract for Contract {
arg
}

fn bytes(arg: Bytes) -> Bytes {
fn bytes(arg: Bytes) -> Bytes {
arg
}
fn raw_slice(arg: raw_slice) -> raw_slice {
arg
arg
}
fn dynamic_string(arg: String) -> String {
arg

fn dynamic_string(arg: String) -> String {
arg
}

fn two_u8_vectors(x: Vec<u8>, y: Vec<u8>) -> (Vec<u8>, Vec<u8>) {
Expand Down
4 changes: 4 additions & 0 deletions packages/abi-typegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @fuel-ts/abi-typegen

## 0.62.0

## 0.61.0

## 0.60.0

## 0.59.0
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.60.0",
"version": "0.62.0",
"description": "Generates Typescript definitions from Sway ABI Json files",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"bin": {
Expand Down
8 changes: 8 additions & 0 deletions packages/address/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.62.0

## 0.61.0

### Minor Changes

- Improve developer experience of `fromEvmAddress` address helper function, by [@danielbate](https://github.com/danielbate) (See [#1309](https://github.com/FuelLabs/fuels-ts/pull/1309))

## 0.60.0

## 0.59.0
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.60.0",
"version": "0.62.0",
"description": "Utilities for encoding and decoding addresses",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/contract/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.62.0

## 0.61.0

## 0.60.0

### Minor 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.60.0",
"version": "0.62.0",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.62.0

## 0.61.0

## 0.60.0

## 0.59.0
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.60.0",
"version": "0.62.0",
"description": "Utilities for encrypting and decrypting data",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
Loading

0 comments on commit 87c7bca

Please sign in to comment.