Commit f386ff8 1 parent b117402 commit f386ff8 Copy full SHA for f386ff8
File tree 15 files changed +206
-189
lines changed
15 files changed +206
-189
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @fuels/playwright-utils " : patch
3
+ " @fuel-wallet/connections " : patch
4
+ " @fuel-wallet/types " : patch
5
+ " fuels-wallet " : patch
6
+ ---
7
+
8
+ Update to ` fuels@0.94.4 ` and ` fuel-core@0.35.0 `
Original file line number Diff line number Diff line change 3
3
# https://github.com/FuelLabs/chain-configuration/tree/master/upgradelog/ignition-devnet
4
4
# and apply the latest state_transition_function and consensus_parameter
5
5
# when upgrading fuel-core
6
+
6
7
# We should be supporting always the same fuel-core version as the fuels (ts-sdk)
7
8
# https://github.com/FuelLabs/fuels-ts/blob/master/internal/fuel-core/VERSION
8
- FROM ghcr.io/fuellabs/fuel-core:v0.34 .0
9
+ FROM ghcr.io/fuellabs/fuel-core:v0.35 .0
9
10
10
11
# dependencies
11
12
ENV DEBIAN_FRONTEND=noninteractive
@@ -26,7 +27,7 @@ RUN cp -R /chain-configuration/local/* ./
26
27
# Copy the testnet consensus parameters and state transition bytecode
27
28
RUN cp /chain-configuration/upgradelog/ignition-devnet/consensus_parameters/6.json \
28
29
./latest_consensus_parameters.json
29
- RUN cp /chain-configuration/upgradelog/ignition-devnet/state_transition_function/8 .wasm \
30
+ RUN cp /chain-configuration/upgradelog/ignition-devnet/state_transition_function/9 .wasm \
30
31
./state_transition_bytecode.wasm
31
32
32
33
# update local state_config with custom genesis coins config
Original file line number Diff line number Diff line change 10
10
"@fuels/connectors" : " 0.25.0" ,
11
11
"@fuels/react" : " 0.25.0" ,
12
12
"@tanstack/react-query" : " 5.28.4" ,
13
- "fuels" : " pr-3068 " ,
13
+ "fuels" : " 0.94.4 " ,
14
14
"react" : " 18.3.1" ,
15
15
"react-dom" : " 18.3.1"
16
16
},
Original file line number Diff line number Diff line change 2
2
channel = " testnet"
3
3
4
4
[components ]
5
- fuel-core = " 0.34 .0"
5
+ fuel-core = " 0.35 .0"
6
6
forc = " 0.63.3"
Original file line number Diff line number Diff line change 45
45
"events" : " 3.3.0" ,
46
46
"fake-indexeddb" : " 4.0.2" ,
47
47
"framer-motion" : " 10.16.4" ,
48
- "fuels" : " pr-3068 " ,
48
+ "fuels" : " 0.94.4 " ,
49
49
"json-edit-react" : " 1.13.3" ,
50
50
"json-rpc-2.0" : " 1.7.0" ,
51
51
"lodash.debounce" : " 4.0.8" ,
Original file line number Diff line number Diff line change 32
32
},
33
33
"peerDependencies" : {
34
34
"@fuels/connectors" : " >=0.5.0" ,
35
- "fuels" : " >=0.94.3 "
35
+ "fuels" : " >=0.94.4 "
36
36
},
37
37
"devDependencies" : {
38
38
"@fuel-wallet/types" : " workspace:*" ,
39
39
"@fuels/connectors" : " 0.5.0" ,
40
40
"@types/uuid" : " ^9.0.5" ,
41
41
"blob-polyfill" : " ^7.0.20220408" ,
42
- "fuels" : " pr-3068 " ,
42
+ "fuels" : " 0.94.4 " ,
43
43
"jest-environment-jsdom" : " 29.6.2" ,
44
44
"tsup" : " ^7.2.0" ,
45
45
"undici" : " ^6.4.0" ,
Original file line number Diff line number Diff line change 26
26
"acorn-walk" : " ^8.2.0" ,
27
27
"dotenv" : " ^16.3.1" ,
28
28
"framer-motion" : " ^10.16.4" ,
29
- "fuels" : " pr-3068 " ,
29
+ "fuels" : " 0.94.4 " ,
30
30
"globby" : " ^13.2.2" ,
31
31
"gray-matter" : " ^4.0.3" ,
32
32
"hast-util-heading-rank" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 15
15
"@fuels/connectors" : " 0.25.0" ,
16
16
"@fuels/react" : " 0.25.0" ,
17
17
"@tanstack/react-query" : " 5.28.4" ,
18
- "fuels" : " pr-3068 " ,
18
+ "fuels" : " 0.94.4 " ,
19
19
"react" : " 18.3.1" ,
20
20
"react-dom" : " 18.3.1" ,
21
21
"react-error-boundary" : " ^4.0.11" ,
Original file line number Diff line number Diff line change 6
6
/* eslint-disable @typescript-eslint/consistent-type-imports */
7
7
8
8
/*
9
- Fuels version: 0.94.3
9
+ Fuels version: 0.94.4
10
10
Forc version: 0.63.3
11
- Fuel-Core version: 0.34 .0
11
+ Fuel-Core version: 0.35 .0
12
12
*/
13
13
14
14
import { Contract , Interface } from "fuels" ;
Original file line number Diff line number Diff line change 5
5
/* eslint-disable @typescript-eslint/consistent-type-imports */
6
6
7
7
/*
8
- Fuels version: 0.94.3
8
+ Fuels version: 0.94.4
9
9
Forc version: 0.63.3
10
- Fuel-Core version: 0.34 .0
10
+ Fuel-Core version: 0.35 .0
11
11
*/
12
12
13
13
import { ContractFactory , decompressBytecode } from "fuels" ;
Original file line number Diff line number Diff line change 5
5
/* eslint-disable @typescript-eslint/consistent-type-imports */
6
6
7
7
/*
8
- Fuels version: 0.94.3
8
+ Fuels version: 0.94.4
9
9
Forc version: 0.63.3
10
- Fuel-Core version: 0.34 .0
10
+ Fuel-Core version: 0.35 .0
11
11
*/
12
12
13
13
/**
Original file line number Diff line number Diff line change 5
5
/* eslint-disable @typescript-eslint/consistent-type-imports */
6
6
7
7
/*
8
- Fuels version: 0.94.3
8
+ Fuels version: 0.94.4
9
9
Forc version: 0.63.3
10
- Fuel-Core version: 0.34 .0
10
+ Fuel-Core version: 0.35 .0
11
11
*/
12
12
13
13
export { CustomAsset } from './CustomAsset' ;
Original file line number Diff line number Diff line change 25
25
"adm-zip" : " ^0.5.10"
26
26
},
27
27
"devDependencies" : {
28
- "fuels" : " pr-3068 " ,
28
+ "fuels" : " 0.94.4 " ,
29
29
"@fuels/ts-config" : " ^0.23.0" ,
30
30
"@fuels/tsup-config" : " ^0.23.0" ,
31
31
"@playwright/test" : " ^1.39.0" ,
32
32
"@types/adm-zip" : " ^0.5.3" ,
33
33
"tsup" : " ^7.2.0"
34
34
},
35
35
"peerDependencies" : {
36
- "fuels" : " >=0.94.0 " ,
36
+ "fuels" : " >=0.94.4 " ,
37
37
"@playwright/test" : " ^1.39.0"
38
38
}
39
39
}
Original file line number Diff line number Diff line change 26
26
},
27
27
"peerDependencies" : {
28
28
"@fuels/connectors" : " >=0.25.0" ,
29
- "fuels" : " >=0.94.3 "
29
+ "fuels" : " >=0.94.4 "
30
30
},
31
31
"devDependencies" : {
32
32
"@fuels/connectors" : " 0.25.0" ,
33
- "fuels" : " pr-3068 " ,
33
+ "fuels" : " 0.94.4 " ,
34
34
"tsup" : " ^7.2.0"
35
35
}
36
36
}
You can’t perform that action at this time.
0 commit comments