Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: FuelLabs/fuels-ts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.98.0
Choose a base ref
...
head repository: FuelLabs/fuels-ts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Jan 13, 2025

  1. chore: changed Tailwind config from JS to TS (#3579)

    * chore: favour ts config
    
    * chore: release
    
    * chore: changeset
    
    * chore: change set
    
    * Update .github/workflows/pr-release.yaml
    petertonysmith94 authored Jan 13, 2025
    Copy the full SHA
    71691a2 View commit details

Commits on Jan 16, 2025

  1. fix: incorrect function coder offset usage (#3589)

    * fix: incorrect offset
    
    * chore: changeset
    
    * chore: added missing @groups
    
    * chore: change name of variable
    
    * chore: added expectations for the script result
    petertonysmith94 authored Jan 16, 2025
    Copy the full SHA
    69e1ba8 View commit details
  2. Copy the full SHA
    60caa27 View commit details

Commits on Jan 17, 2025

  1. chore: prepend version mismatch to GraphQL errors (#3580)

    * chore: refactored the gql error handler
    
    * chore: moved incompatible node version from instantiation to error
    
    * chore: add error to the subscription
    
    * chore: changeset
    
    ---------
    
    Co-authored-by: Sérgio Torres <30977845+Torres-ssf@users.noreply.github.com>
    Co-authored-by: Anderson Arboleya <anderson@arboleya.me>
    3 people authored Jan 17, 2025
    Copy the full SHA
    edefe59 View commit details

Commits on Jan 20, 2025

  1. docs: favour B256 and B512 type references (#3599)

    * chore: `Bits256/512` ->  `B256/512`
    
    * chore: changeset
    
    * chore: capitalize B
    
    * Update .changeset/wet-radios-collect.md
    petertonysmith94 authored Jan 20, 2025
    Copy the full SHA
    8e5ce4e View commit details

Commits on Jan 21, 2025

  1. chore: fixed interplay with resource cache tests (#3601)

    * fix: incorrect offset
    
    * chore: debug test
    
    * chore: enable `allowOnly`
    
    * chore: only run select node versions
    
    * chore: enable all tests
    
    * chore: revert workflow
    
    * chore: ensure no interplay
    
    * chore: removed debug
    
    * chore: changeset
    
    * Update packages/account/src/providers/resource-cache.test.ts
    petertonysmith94 authored Jan 21, 2025
    Copy the full SHA
    79ffb82 View commit details
  2. Copy the full SHA
    f986891 View commit details

Commits on Jan 23, 2025

  1. Copy the full SHA
    d2b3bae View commit details
  2. Copy the full SHA
    97027ae View commit details
  3. feat: allow passing gasPrice to getTransactionCost (#3608)

    * feat: allow passing gas price optionally to get tx cost fns
    
    * chore: changeset
    danielbate authored Jan 23, 2025
    Copy the full SHA
    e5251e2 View commit details

Commits on Jan 24, 2025

  1. Copy the full SHA
    d1825c9 View commit details
  2. chore: bump forc to 0.66.6 (#3617)

    * chore: bump `forc` to `0.66.6`
    
    * chore: changeset
    
    * chore: fix namespaces
    
    * chore: update templates
    
    * chore: appeasing the `forc fmt`
    
    * chore: fix import
    
    * Update .changeset/lemon-avocados-walk.md
    
    * Update .changeset/lemon-avocados-walk.md
    petertonysmith94 authored Jan 24, 2025
    Copy the full SHA
    ab56ded View commit details
  3. Copy the full SHA
    68e4b5a View commit details
  4. chore: Address constructor now accepts a range of inputs. (#3600)

    * chore: nested address test
    
    * chore: refactored the `Address` DX
    
    * chore: update comment
    
    * chore: changeset
    
    * docs: update address docs
    
    * chore: update all `Address` factory methods
    
    * Update .changeset/chilly-buses-add.md
    
    Co-authored-by: Sérgio Torres <30977845+Torres-ssf@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Sérgio Torres <30977845+Torres-ssf@users.noreply.github.com>
    petertonysmith94 and Torres-ssf authored Jan 24, 2025
    Copy the full SHA
    86b8e94 View commit details

Commits on Jan 27, 2025

  1. Copy the full SHA
    0cbca4b View commit details

Commits on Jan 28, 2025

  1. Adjusting doc text (#3629)

    arboleya authored Jan 28, 2025
    Copy the full SHA
    1511d8e View commit details
  2. feat: use configurable offset for blob ID (#3631)

    * feat: use configurable offset for blob ID
    
    * chore: changeset
    
    * chore: update changeset
    
    * chore: revert recipe stuff
    danielbate authored Jan 28, 2025
    Copy the full SHA
    ec84b8a View commit details
  3. Copy the full SHA
    0abf961 View commit details
  4. chore: fix version resolutions (#3633)

    * chore: fix version resolutions
    
    * chore: changeset
    petertonysmith94 authored Jan 28, 2025
    Copy the full SHA
    56adcc5 View commit details
  5. Copy the full SHA
    b4f5279 View commit details
  6. Copy the full SHA
    b3bb765 View commit details

Commits on Jan 29, 2025

  1. feat: enable fuels callbacks to be asynchronous (#3637)

    * chore: updated callbacks
    
    * docs: added type hints to callback
    
    * chore: changeset
    
    * Update .changeset/three-taxis-do.md
    
    Co-authored-by: Nedim Salkić <nedim.salkic@fuel.sh>
    
    ---------
    
    Co-authored-by: Nedim Salkić <nedim.salkic@fuel.sh>
    petertonysmith94 and nedsalk authored Jan 29, 2025
    Copy the full SHA
    c822522 View commit details
  2. chore: added validation for toolchain versions (#3630)

    * chore: added test
    
    * chore: changeset
    
    * Update packages/create-fuels/test/toolchain-versions.test.ts
    
    * Update packages/create-fuels/test/toolchain-versions.test.ts
    
    ---------
    
    Co-authored-by: Sérgio Torres <30977845+Torres-ssf@users.noreply.github.com>
    petertonysmith94 and Torres-ssf authored Jan 29, 2025
    Copy the full SHA
    9edc438 View commit details
  3. Copy the full SHA
    2ec0dac View commit details
  4. feat: add forc tests to create fuels (#3585)

    * feat: added tests
    
    * chore: added test workflow
    
    * chore: fix CI
    
    * chore: bump `forc` to `0.66.6`
    
    * chore: changeset
    
    * docs: updated docs
    
    * chore: added `forc` to knip
    
    * chore: fix namespaces
    
    * chore: update templates
    
    * chore: appeasing the `forc fmt`
    
    * chore: fix import
    
    * chore: changeset
    
    * Update .changeset/lemon-avocados-walk.md
    
    * Update .changeset/lemon-avocados-walk.md
    
    * chore: ignore forc
    
    ---------
    
    Co-authored-by: Sérgio Torres <30977845+Torres-ssf@users.noreply.github.com>
    petertonysmith94 and Torres-ssf authored Jan 29, 2025
    Copy the full SHA
    13064a7 View commit details
  5. Copy the full SHA
    45cc32e View commit details
  6. chore: migrate release (#3642)

    * chore: add environment
    
    * chore: comment out cross-repo requirements
    
    * fix: correct env var name
    
    ---------
    
    Co-authored-by: Mike Christopher <mchristopher@users.noreply.github.com>
    Co-authored-by: Anderson Arboleya <anderson@arboleya.me>
    3 people authored Jan 29, 2025
    Copy the full SHA
    18bdae8 View commit details
  7. fix: s3 publishing (#3643)

    * fix: s3 publishing
    
    * fix: changeset
    
    * Update .changeset/plenty-beds-bake.md
    
    ---------
    
    Co-authored-by: Anderson Arboleya <anderson@arboleya.me>
    mchristopher and arboleya authored Jan 29, 2025
    Copy the full SHA
    f7f0f0a View commit details

Commits on Jan 30, 2025

  1. chore: organized assets in account package (#3619)

    * chore: shuffled assets directory
    
    * chore: changeset
    
    * chore: removed assets.json
    
    * chore: fix release path
    petertonysmith94 authored Jan 30, 2025
    Copy the full SHA
    d591df0 View commit details
  2. fix: use GitHub vars instead of env vars (#3649)

    fix: use github vars instead of env vars
    mchristopher authored Jan 30, 2025
    Copy the full SHA
    06e70dc View commit details

Commits on Jan 31, 2025

  1. Copy the full SHA
    43dc5ee View commit details
  2. Copy the full SHA
    4428556 View commit details
  3. Copy the full SHA
    b7ecfa5 View commit details

Commits on Feb 3, 2025

  1. Copy the full SHA
    e5f33df View commit details
  2. feat: bytecode ID helpers (#3641)

    * feat: bytecode id helpers
    
    * chore: changeset
    
    * chore: test groups
    
    * chore: add doc
    
    ---------
    
    Co-authored-by: Sérgio Torres <30977845+Torres-ssf@users.noreply.github.com>
    danielbate and Torres-ssf authored Feb 3, 2025
    Copy the full SHA
    d35ccb7 View commit details
  3. feat: support Explorer Asset API (#3648)

    * chore: shuffled assets directory
    
    * chore: changeset
    
    * chore: removed assets.json
    
    * chore: fix release path
    
    * chore: added basic API with live tests
    
    * chore: finalized API w/ mocks
    
    * chore: changeset
    
    * chore: alter the API
    
    * chore: fix tests
    
    * chore: finalizing functionality
    
    * chore: added docs
    
    * chore: added speeling
    
    * chore: added explorer api endpoints to ignore
    
    * chore: removed now deployed docs
    
    * chore: fix tests
    
    * docs: moved asset API
    
    * docs: moved asset api snippets
    
    * chore: refactored to use `network`
    
    ---------
    
    Co-authored-by: Anderson Arboleya <anderson@arboleya.me>
    petertonysmith94 and arboleya authored Feb 3, 2025
    Copy the full SHA
    8030180 View commit details

Commits on Feb 4, 2025

  1. fix: bind waitForResult in TransactionResponse (#3660)

    * fix: bind wait for result in tx reponse
    
    * chore: changeset
    
    * chore: lint
    danielbate authored Feb 4, 2025
    Copy the full SHA
    f3d5240 View commit details
  2. chore!: remove ContractUtils namespaced export (#3570)

    * chore: remove contract utils namespaced export
    
    * chore: rebuild
    danielbate authored Feb 4, 2025
    Copy the full SHA
    baab80c View commit details
  3. Copy the full SHA
    548ba42 View commit details
  4. Copy the full SHA
    e1f3cc0 View commit details
  5. ci(release): v0.99.0 @ master (#3581)

    ci(release): versioning packages and changesets
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    fuel-service-user and github-actions[bot] authored Feb 4, 2025
    Copy the full SHA
    01375ce View commit details

Commits on Feb 6, 2025

  1. Copy the full SHA
    0429278 View commit details
  2. feat: add receipts with the operations summary (#3658)

    * feat: add receipts handling to transaction operations
    
    * .
    
    * test: add tests for merging transaction operation receipts
    
    * refactor: expose `mergeOperations` function for transaction operations
    
    * refactor: improve mergeOperations function formatting and readability
    
    * ci: add changeset for incremental Fuels package update
    
    * feat: send receipts with operations summary for account and recipes packages
    
    * test: add tests for adding operations with receipt merging
    
    * refactor: make `mergeOperations` function private
    
    * test: improve formatting of operation receipts test case
    
    * Atualizar o rotten-pillows-scream.md
    
    Co-authored-by: Peter Smith <peter@blueoceancomputing.co.uk>
    
    ---------
    
    Co-authored-by: Peter Smith <peter@blueoceancomputing.co.uk>
    nelitow and petertonysmith94 authored Feb 6, 2025
    Copy the full SHA
    e48b0e9 View commit details
  3. chore: deprecate old versions (#3666)

    * chore: added chunk size to deprecation script
    
    * chore: filtering for deprecations
    
    * chore: log error messages
    
    * chore: setup npm
    
    * chore: upload action to allow for deprecations
    
    * added missing input
    petertonysmith94 authored Feb 6, 2025
    Copy the full SHA
    361b29f View commit details

Commits on Feb 7, 2025

  1. chore: upgrade forc to 0.66.7 (#3673)

    * chore: update `forc` to `0.66.7`
    
    * changeset
    
    * changeset
    petertonysmith94 authored Feb 7, 2025
    Copy the full SHA
    ff97a6e View commit details
  2. Copy the full SHA
    6668336 View commit details
  3. chore: migrate pr + next package publishing to GitHub Packages (#…

    …3639)
    
    * chore: update PR release to GitHub packages
    
    * chore: release PR
    
    * chore: correct terminology
    
    * chore: maybe works
    
    * chore: attempt different token
    
    * pls pickup .npmrc
    
    * chore: set registry for changeset
    
    * fix: envs
    
    * remove env
    
    * chore: finalize GitHub package publishing
    
    * disable whoami
    
    * chore: need to alter the changeset config
    
    * pls
    
    * chore: need to update all the changesets
    
    * chore: added better comment
    
    * chore: removed (potentially unneeded envs)
    
    * chore: re-added envs
    
    * chore: fix ci name
    
    * chore: removed potentially unneeded config
    
    * fix: names of organisation
    
    * chore: removed failing command
    
    * chore: remove redundant action
    
    * chore: changing the script name
    
    * chore: readd registry-url
    
    * fix: script name
    
    * pls deploy
    
    * chore: finalise PR
    
    * chore: changeset
    
    * chore: rollback unneeded changes
    
    * disable release
    
    ---------
    
    Co-authored-by: Nedim Salkić <nedim.salkic@fuel.sh>
    petertonysmith94 and nedsalk authored Feb 7, 2025
    Copy the full SHA
    95255c8 View commit details

Commits on Feb 8, 2025

  1. Copy the full SHA
    0ab1a4b View commit details

Commits on Feb 10, 2025

  1. fix: favour .ts over .d.ts files in @fuel-ts/abi-typegen (#3680)

    * chore: add `glob` devDep to recipes
    
    * chore: rename `.d.ts` files to `.ts`
    
    * chore: updated recipes
    
    * changeset
    
    * chore: fix lint
    
    * fix: typegen generate `common.ts` over `.d.ts`
    
    * chore: reverted recipe build hack
    
    * update changeset
    
    ---------
    
    Co-authored-by: Anderson Arboleya <anderson@arboleya.me>
    petertonysmith94 and arboleya authored Feb 10, 2025
    Copy the full SHA
    6f32228 View commit details
  2. chore: @fuel-ts/recipes now correctly bumped on release (#3685)

    * chore: fix recipe version bumping in CI
    
    * changeset
    
    * Update .changeset/empty-pigs-talk.md
    
    * chore: ensure paths exist
    petertonysmith94 authored Feb 10, 2025
    Copy the full SHA
    5b7a38e View commit details
Showing 501 changed files with 20,027 additions and 7,806 deletions.
4 changes: 4 additions & 0 deletions .changeset/afraid-lizards-burn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

build(deps): bump the npm_and_yarn group with 4 updates
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -3,3 +3,6 @@ TESTNET_WALLET_PVT_KEY=
PUBLISHED_NPM_TAG=
NETWORK_TEST_URL=
NETWORK_TEST_PVT_KEY=
PERFORMANCE_ANALYSIS_TEST_URL=
PERFORMANCE_ANALYSIS_PVT_KEY=

2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ apps/docs/src/**/*.test.ts
packages/recipes/src
packages/fuels/test/fixtures/project
packages/account/src/providers/__generated__
packages/account/src/providers/assets
packages/account/src/assets

out
CHANGELOG.md
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -60,6 +60,7 @@ module.exports = {
'import/prefer-default-export': 'off',
'tsdoc/syntax': 'warn',
'require-await': 'off',
'no-empty': ['error', { allowEmptyCatch: true }],
'@typescript-eslint/require-await': 'error',
'@typescript-eslint/no-floating-promises': 'error',
'@typescript-eslint/no-unused-vars': [
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @digorithm @arboleya @Torres-ssf @danielbate @nedsalk @petertonysmith94
* @arboleya @Torres-ssf @petertonysmith94
5 changes: 4 additions & 1 deletion .github/actions/ci-setup/action.yaml
Original file line number Diff line number Diff line change
@@ -6,6 +6,9 @@ inputs:
pnpm-version:
description: "PNPM version"
default: 9.4.0
registry-url:
description: "Registry URL"
default: "https://registry.npmjs.org"
runs:
using: "composite"
steps:
@@ -19,7 +22,7 @@ runs:
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.node-version }}
registry-url: "https://registry.npmjs.org"
registry-url: ${{ inputs.registry-url }}

- name: Setup PNPM
uses: pnpm/action-setup@v4
41 changes: 0 additions & 41 deletions .github/actions/pr-release/action.yaml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -24,6 +24,24 @@ updates:
applies-to: "version-updates"
update-types:
- "patch"
ignore:
# As of v6.0, ora is ESM only
# https://github.com/sindresorhus/ora/releases/tag/v6.0.0
# Blocked by: https://github.com/FuelLabs/fuels-ts/issues/3447
- dependency-name: "ora"
update-types:
- "version-update:semver-major"

# https://github.com/FuelLabs/fuels-ts/issues/3724
- dependency-name: "eslint"
update-types:
- "version-update:semver-major"
- dependency-name: "@typescript-eslint/eslint-plugin"
update-types:
- "version-update:semver-major"
- dependency-name: "@typescript-eslint/parser"
update-types:
- "version-update:semver-major"

- package-ecosystem: "github-actions"
directory: "/"
112 changes: 112 additions & 0 deletions .github/workflows/changesets-pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
name: "Changesets PR"

on:
push:
branches:
- master
- release/*

concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
changesets-pr:
runs-on: ubuntu-latest
environment: fuel-fuels-ts-bot
permissions: write-all
# First check ensures that the workflow runs only if the commit is NOT the changesets PR commit.
# Second check ensures that the workflow runs only after a commit is pushed into the branch,
# and not when the branch is created.
# This is to avoid running the workflow when a release/* branch is created.
if: |
startsWith(github.event.head_commit.message, 'ci(release):') != true &&
github.event.before != '0000000000000000000000000000000000000000'
steps:
- name: Create the Internal GitHub App Token
uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.APP_KEY }}

- name: Create Fuel Docs GitHub Token
uses: actions/create-github-app-token@v1
id: docs-token
with:
app-id: ${{ vars.FUEL_DOCS_BOT_APP_ID }}
private-key: ${{ secrets.FUEL_DOCS_BOT_APP_KEY }}
owner: ${{ github.repository_owner }}
repositories: |
docs-hub
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}

- name: CI Setup
uses: ./.github/actions/ci-setup

# if there are changesets present, package.json will be bumped
- name: Bump and Collect Versions
run: |
pnpm changeset version
echo "RELEASE_VERSION=v$(sed -nE 's/^\s*"version": "(.*?)",$/\1/p' packages/fuels/package.json)" >> $GITHUB_ENV
echo "FUEL_CORE_VERSION=$(cat ./internal/fuel-core/VERSION)" >> $GITHUB_ENV
echo "FORC_VERSION=$(cat ./internal/forc/VERSION)" >> $GITHUB_ENV
git reset --hard
- name: Set branch name and changeset PR title
run: |
echo "CHANGESET_PR_TITLE=$(echo "ci(release): \`${{ env.RELEASE_VERSION }}\` @ \`${{ github.ref_name }}\`")" >> $GITHUB_ENV
- name: Build
run: pnpm build

- name: Create Release Pull Request
uses: FuelLabs/changesets-action@main
with:
version: pnpm changeset:version-with-docs
commit: "ci(release): versioning packages and changesets"
title: ${{ env.CHANGESET_PR_TITLE }}
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

- name: Prettify changelog
run: pnpm changeset:update-changelog
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
REF_NAME: ${{ github.ref_name }}
PUBLISHED: "false"

- name: Update docs
if: github.ref_name == 'master'
uses: benc-uk/workflow-dispatch@v1
with:
workflow: update-nightly.yml
ref: master
repo: FuelLabs/docs-hub
token: ${{ steps.docs-token.outputs.token }}

# Upload assets to S3
- uses: unfor19/install-aws-cli-action@v1.0.7
if: github.ref_name == 'master'
with:
version: 2
verbose: false
arch: amd64
rootdir: ""
workdir: ""

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
if: github.ref_name == 'master'
with:
role-to-assume: ${{ vars.AWS_ROLE_ARN }}
aws-region: ${{ vars.AWS_S3_REGION }}

- name: Upload assets to s3
if: github.ref_name == 'master'
run: |
aws s3 cp ./packages/account/src/assets/images/ s3://${{ vars.AWS_S3_BUCKET }}/providers/ --recursive
1 change: 1 addition & 0 deletions .github/workflows/code-lint.yaml
Original file line number Diff line number Diff line change
@@ -20,6 +20,7 @@ jobs:
lint:
runs-on: ubuntu-latest
name: Lint
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v4
17 changes: 0 additions & 17 deletions .github/workflows/linear-pr-integration.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/pr-lint.yaml
Original file line number Diff line number Diff line change
@@ -39,10 +39,10 @@ jobs:
feat
fix
chore
test
build
docs
ci
rc
- name: Check PR title length
env:
39 changes: 0 additions & 39 deletions .github/workflows/pr-release.yaml

This file was deleted.

7 changes: 2 additions & 5 deletions .github/workflows/pr-validate-changesets.yaml
Original file line number Diff line number Diff line change
@@ -21,9 +21,6 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event.client_payload.ref }}
# workaround to ensure changeset file is pushed with REPO_TOKEN owner's account
# see https://github.com/changesets/action/issues/70
persist-credentials: false

- name: Get PR's changeset file
run: |
@@ -51,7 +48,7 @@ jobs:
run: |
echo "machine github.com" > $HOME/.netrc
echo "login github-actions[bot]" >> $HOME/.netrc
echo "password ${{ secrets.REPO_TOKEN }}" >> $HOME/.netrc
echo "password ${{ secrets.GITHUB_TOKEN }}" >> $HOME/.netrc
chmod 600 $HOME/.netrc
- name: Commit Changeset
@@ -63,7 +60,7 @@ jobs:
git commit -m "build: update dependency changeset"
git push origin HEAD:${{ github.event.pull_request.head.ref }}
env:
GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

validate-changeset:
name: Validate PR Changeset
Loading