Skip to content

Commit

Permalink
chore: upgrading forc to 0.66.4 (#3371)
Browse files Browse the repository at this point in the history
* Upgrading `forc` to `0.66.3`

* Updating fixture's offsets

* Updating [hardcoded] predicate address in test fixture

* Adding changeset

* Bumping forc patch

* adjusting fixtures

---------

Co-authored-by: Torres-ssf <[email protected]>
Co-authored-by: Peter Smith <[email protected]>
  • Loading branch information
3 people authored Nov 6, 2024
1 parent 33bd97e commit 4e057d5
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions .changeset/small-ways-sleep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@fuel-ts/abi-typegen": patch
"@fuel-ts/versions": patch
"@internal/forc": patch
---

chore: upgrading `forc` to `0.66.4`
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{
"name": "AMOUNT",
"concreteTypeId": "d7649d428b9ff33d188ecbf38a7e4d8fd167fa01b2e10fe9a8f9308e52f1d7cc",
"offset": 944,
"offset": 968,
},
],
}
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.2
0.66.4
Original file line number Diff line number Diff line change
Expand Up @@ -160,17 +160,17 @@ const abi = {
{
"name": "SHOULD_RETURN",
"concreteTypeId": "b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903",
"offset": 2768
"offset": 2776
},
{
"name": "AN_OPTION",
"concreteTypeId": "2da102c46c7263beeed95818cd7bee801716ba8303dddafdcd0f6c9efda4a0f1",
"offset": 2744
"offset": 2752
},
{
"name": "A_GENERIC_STRUCT",
"concreteTypeId": "71df88006611ffff852cf617defb70f77adaf507305088cedd41d276c783aab0",
"offset": 2760
"offset": 2768
}
]
};
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": 752
"offset": 760
}
]
};
Expand Down
2 changes: 1 addition & 1 deletion packages/versions/src/lib/getBuiltinVersions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { Versions } from './types';

export function getBuiltinVersions(): Versions {
return {
FORC: '0.66.2',
FORC: '0.66.4',
FUEL_CORE: '0.40.0',
FUELS: '0.96.1',
};
Expand Down

0 comments on commit 4e057d5

Please sign in to comment.