@fuel-ts/account 0.0.0-pr-2364-20240523160839 → 0.0.0-pr-2364-20240524152355
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of @fuel-ts/account might be problematic. Click here for more details.
- package/dist/index.global.js +10 -4
- package/dist/index.global.js.map +1 -1
- package/dist/test-utils.global.js +104 -98
- package/dist/test-utils.global.js.map +1 -1
- package/package.json +15 -15
@@ -32942,8 +32942,8 @@ This unreleased fuel-core build may include features and updates not yet support
|
|
32942
32942
|
max_inputs: 255,
|
32943
32943
|
max_outputs: 255,
|
32944
32944
|
max_witnesses: 255,
|
32945
|
-
max_gas_per_tx:
|
32946
|
-
max_size:
|
32945
|
+
max_gas_per_tx: 1e8,
|
32946
|
+
max_size: 262144,
|
32947
32947
|
max_bytecode_subsections: 256
|
32948
32948
|
}
|
32949
32949
|
},
|
@@ -32952,7 +32952,7 @@ This unreleased fuel-core build may include features and updates not yet support
|
|
32952
32952
|
max_predicate_length: 102400,
|
32953
32953
|
max_predicate_data_length: 102400,
|
32954
32954
|
max_message_data_length: 102400,
|
32955
|
-
max_gas_per_predicate:
|
32955
|
+
max_gas_per_predicate: 1e8
|
32956
32956
|
}
|
32957
32957
|
},
|
32958
32958
|
script_params: {
|
@@ -32963,7 +32963,7 @@ This unreleased fuel-core build may include features and updates not yet support
|
|
32963
32963
|
},
|
32964
32964
|
contract_params: {
|
32965
32965
|
V1: {
|
32966
|
-
contract_max_size:
|
32966
|
+
contract_max_size: 262144,
|
32967
32967
|
max_storage_slots: 1760
|
32968
32968
|
}
|
32969
32969
|
},
|
@@ -32978,53 +32978,53 @@ This unreleased fuel-core build may include features and updates not yet support
|
|
32978
32978
|
V1: {
|
32979
32979
|
add: 2,
|
32980
32980
|
addi: 2,
|
32981
|
-
aloc:
|
32981
|
+
aloc: 2,
|
32982
32982
|
and: 2,
|
32983
32983
|
andi: 2,
|
32984
|
-
bal:
|
32984
|
+
bal: 86,
|
32985
32985
|
bhei: 2,
|
32986
32986
|
bhsh: 2,
|
32987
|
-
burn:
|
32987
|
+
burn: 25770,
|
32988
32988
|
cb: 2,
|
32989
32989
|
cfei: 2,
|
32990
32990
|
cfsi: 2,
|
32991
32991
|
div: 2,
|
32992
32992
|
divi: 2,
|
32993
|
-
eck1:
|
32994
|
-
ecr1:
|
32995
|
-
ed19:
|
32993
|
+
eck1: 3114,
|
32994
|
+
ecr1: 42270,
|
32995
|
+
ed19: 2878,
|
32996
32996
|
eq: 2,
|
32997
32997
|
exp: 2,
|
32998
32998
|
expi: 2,
|
32999
32999
|
flag: 1,
|
33000
33000
|
gm: 2,
|
33001
33001
|
gt: 2,
|
33002
|
-
gtf:
|
33002
|
+
gtf: 12,
|
33003
33003
|
ji: 2,
|
33004
33004
|
jmp: 2,
|
33005
33005
|
jne: 2,
|
33006
33006
|
jnei: 2,
|
33007
33007
|
jnzi: 2,
|
33008
|
-
jmpf:
|
33009
|
-
jmpb:
|
33010
|
-
jnzf:
|
33011
|
-
jnzb:
|
33012
|
-
jnef:
|
33013
|
-
jneb:
|
33008
|
+
jmpf: 1,
|
33009
|
+
jmpb: 1,
|
33010
|
+
jnzf: 1,
|
33011
|
+
jnzb: 1,
|
33012
|
+
jnef: 1,
|
33013
|
+
jneb: 1,
|
33014
33014
|
lb: 2,
|
33015
|
-
log:
|
33015
|
+
log: 165,
|
33016
33016
|
lt: 2,
|
33017
33017
|
lw: 2,
|
33018
|
-
mint:
|
33018
|
+
mint: 29024,
|
33019
33019
|
mlog: 2,
|
33020
|
-
|
33020
|
+
mod_op: 2,
|
33021
33021
|
modi: 2,
|
33022
|
-
|
33022
|
+
move_op: 2,
|
33023
33023
|
movi: 2,
|
33024
|
-
mroo:
|
33024
|
+
mroo: 4,
|
33025
33025
|
mul: 2,
|
33026
33026
|
muli: 2,
|
33027
|
-
mldv:
|
33027
|
+
mldv: 3,
|
33028
33028
|
noop: 1,
|
33029
33029
|
not: 2,
|
33030
33030
|
or: 2,
|
@@ -33033,168 +33033,168 @@ This unreleased fuel-core build may include features and updates not yet support
|
|
33033
33033
|
popl: 3,
|
33034
33034
|
pshh: 4,
|
33035
33035
|
pshl: 4,
|
33036
|
-
|
33037
|
-
|
33036
|
+
ret: 134,
|
33037
|
+
rvrt: 153,
|
33038
33038
|
sb: 2,
|
33039
33039
|
sll: 2,
|
33040
33040
|
slli: 2,
|
33041
33041
|
srl: 2,
|
33042
33042
|
srli: 2,
|
33043
|
-
srw:
|
33043
|
+
srw: 209,
|
33044
33044
|
sub: 2,
|
33045
33045
|
subi: 2,
|
33046
33046
|
sw: 2,
|
33047
|
-
sww:
|
33048
|
-
time:
|
33049
|
-
tr:
|
33050
|
-
tro:
|
33051
|
-
wdcm:
|
33047
|
+
sww: 22501,
|
33048
|
+
time: 50,
|
33049
|
+
tr: 33912,
|
33050
|
+
tro: 24294,
|
33051
|
+
wdcm: 2,
|
33052
33052
|
wqcm: 3,
|
33053
33053
|
wdop: 3,
|
33054
33054
|
wqop: 3,
|
33055
33055
|
wdml: 3,
|
33056
33056
|
wqml: 4,
|
33057
33057
|
wddv: 5,
|
33058
|
-
wqdv:
|
33059
|
-
wdmd:
|
33060
|
-
wqmd:
|
33058
|
+
wqdv: 6,
|
33059
|
+
wdmd: 10,
|
33060
|
+
wqmd: 17,
|
33061
33061
|
wdam: 9,
|
33062
|
-
wqam:
|
33063
|
-
wdmm:
|
33064
|
-
wqmm:
|
33062
|
+
wqam: 11,
|
33063
|
+
wdmm: 10,
|
33064
|
+
wqmm: 10,
|
33065
33065
|
xor: 2,
|
33066
33066
|
xori: 2,
|
33067
33067
|
call: {
|
33068
33068
|
LightOperation: {
|
33069
|
-
base:
|
33070
|
-
units_per_gas:
|
33069
|
+
base: 18190,
|
33070
|
+
units_per_gas: 5
|
33071
33071
|
}
|
33072
33072
|
},
|
33073
33073
|
ccp: {
|
33074
33074
|
LightOperation: {
|
33075
|
-
base:
|
33076
|
-
units_per_gas:
|
33075
|
+
base: 48,
|
33076
|
+
units_per_gas: 22
|
33077
33077
|
}
|
33078
33078
|
},
|
33079
33079
|
croo: {
|
33080
33080
|
LightOperation: {
|
33081
|
-
base:
|
33082
|
-
units_per_gas:
|
33081
|
+
base: 131,
|
33082
|
+
units_per_gas: 2
|
33083
33083
|
}
|
33084
33084
|
},
|
33085
33085
|
csiz: {
|
33086
33086
|
LightOperation: {
|
33087
|
-
base:
|
33088
|
-
units_per_gas:
|
33087
|
+
base: 45,
|
33088
|
+
units_per_gas: 237
|
33089
33089
|
}
|
33090
33090
|
},
|
33091
33091
|
k256: {
|
33092
33092
|
LightOperation: {
|
33093
|
-
base:
|
33093
|
+
base: 37,
|
33094
33094
|
units_per_gas: 3
|
33095
33095
|
}
|
33096
33096
|
},
|
33097
33097
|
ldc: {
|
33098
33098
|
LightOperation: {
|
33099
|
-
base:
|
33100
|
-
units_per_gas:
|
33099
|
+
base: 39,
|
33100
|
+
units_per_gas: 68
|
33101
33101
|
}
|
33102
33102
|
},
|
33103
33103
|
logd: {
|
33104
33104
|
LightOperation: {
|
33105
|
-
base:
|
33105
|
+
base: 565,
|
33106
33106
|
units_per_gas: 2
|
33107
33107
|
}
|
33108
33108
|
},
|
33109
33109
|
mcl: {
|
33110
33110
|
LightOperation: {
|
33111
33111
|
base: 3,
|
33112
|
-
units_per_gas:
|
33112
|
+
units_per_gas: 564
|
33113
33113
|
}
|
33114
33114
|
},
|
33115
33115
|
mcli: {
|
33116
33116
|
LightOperation: {
|
33117
33117
|
base: 3,
|
33118
|
-
units_per_gas:
|
33118
|
+
units_per_gas: 560
|
33119
33119
|
}
|
33120
33120
|
},
|
33121
33121
|
mcp: {
|
33122
33122
|
LightOperation: {
|
33123
|
-
base:
|
33124
|
-
units_per_gas:
|
33123
|
+
base: 4,
|
33124
|
+
units_per_gas: 185
|
33125
33125
|
}
|
33126
33126
|
},
|
33127
33127
|
mcpi: {
|
33128
33128
|
LightOperation: {
|
33129
|
-
base:
|
33130
|
-
units_per_gas:
|
33129
|
+
base: 9,
|
33130
|
+
units_per_gas: 455
|
33131
33131
|
}
|
33132
33132
|
},
|
33133
33133
|
meq: {
|
33134
33134
|
LightOperation: {
|
33135
|
-
base:
|
33136
|
-
units_per_gas:
|
33135
|
+
base: 3,
|
33136
|
+
units_per_gas: 766
|
33137
33137
|
}
|
33138
33138
|
},
|
33139
|
-
|
33139
|
+
retd: {
|
33140
33140
|
LightOperation: {
|
33141
|
-
base:
|
33142
|
-
units_per_gas:
|
33141
|
+
base: 485,
|
33142
|
+
units_per_gas: 3
|
33143
33143
|
}
|
33144
33144
|
},
|
33145
33145
|
s256: {
|
33146
33146
|
LightOperation: {
|
33147
|
-
base:
|
33147
|
+
base: 42,
|
33148
33148
|
units_per_gas: 3
|
33149
33149
|
}
|
33150
33150
|
},
|
33151
33151
|
scwq: {
|
33152
33152
|
HeavyOperation: {
|
33153
|
-
base:
|
33154
|
-
gas_per_unit:
|
33153
|
+
base: 21672,
|
33154
|
+
gas_per_unit: 22146
|
33155
33155
|
}
|
33156
33156
|
},
|
33157
33157
|
smo: {
|
33158
33158
|
LightOperation: {
|
33159
|
-
base:
|
33159
|
+
base: 44437,
|
33160
33160
|
units_per_gas: 1
|
33161
33161
|
}
|
33162
33162
|
},
|
33163
33163
|
srwq: {
|
33164
33164
|
HeavyOperation: {
|
33165
|
-
base:
|
33166
|
-
gas_per_unit:
|
33165
|
+
base: 239,
|
33166
|
+
gas_per_unit: 234
|
33167
33167
|
}
|
33168
33168
|
},
|
33169
33169
|
swwq: {
|
33170
33170
|
HeavyOperation: {
|
33171
|
-
base:
|
33172
|
-
gas_per_unit:
|
33171
|
+
base: 22724,
|
33172
|
+
gas_per_unit: 21231
|
33173
33173
|
}
|
33174
33174
|
},
|
33175
33175
|
contract_root: {
|
33176
33176
|
LightOperation: {
|
33177
|
-
base:
|
33178
|
-
units_per_gas:
|
33177
|
+
base: 42,
|
33178
|
+
units_per_gas: 2
|
33179
33179
|
}
|
33180
33180
|
},
|
33181
33181
|
state_root: {
|
33182
33182
|
HeavyOperation: {
|
33183
|
-
base:
|
33184
|
-
gas_per_unit:
|
33183
|
+
base: 323,
|
33184
|
+
gas_per_unit: 169
|
33185
33185
|
}
|
33186
33186
|
},
|
33187
33187
|
new_storage_per_byte: 63,
|
33188
33188
|
vm_initialization: {
|
33189
|
-
|
33190
|
-
base:
|
33191
|
-
|
33189
|
+
HeavyOperation: {
|
33190
|
+
base: 5254820,
|
33191
|
+
gas_per_unit: 0
|
33192
33192
|
}
|
33193
33193
|
}
|
33194
33194
|
}
|
33195
33195
|
},
|
33196
|
-
base_asset_id: "
|
33197
|
-
block_gas_limit:
|
33196
|
+
base_asset_id: "0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07",
|
33197
|
+
block_gas_limit: 1e8,
|
33198
33198
|
privileged_address: "0000000000000000000000000000000000000000000000000000000000000000"
|
33199
33199
|
}
|
33200
33200
|
},
|
@@ -33221,7 +33221,7 @@ This unreleased fuel-core build may include features and updates not yet support
|
|
33221
33221
|
tx_pointer_tx_idx: 0,
|
33222
33222
|
owner: "0x94ffcc53b892684acefaebc8a3d4a595e528a8cf664eeb3ef36f1020b0809d0d",
|
33223
33223
|
amount: 18446744073709552e3,
|
33224
|
-
asset_id: "
|
33224
|
+
asset_id: "0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07"
|
33225
33225
|
},
|
33226
33226
|
{
|
33227
33227
|
tx_id: "0x2a757c2317236f7883ac9bbbf7d402f034e0b725c544ef1c8725b1d2bd960f8c690f",
|
@@ -33230,7 +33230,7 @@ This unreleased fuel-core build may include features and updates not yet support
|
|
33230
33230
|
tx_pointer_tx_idx: 0,
|
33231
33231
|
owner: "0x09c0b2d1a486c439a87bcba6b46a7a1a23f3897cc83a94521a96da5c23bc58db",
|
33232
33232
|
amount: 18446744073709552e3,
|
33233
|
-
asset_id: "
|
33233
|
+
asset_id: "0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07"
|
33234
33234
|
},
|
33235
33235
|
{
|
33236
33236
|
tx_id: "0x634ef6cda00bac63992bbde80c6d694d484d58025a5ca0c9c848f0d35a5a3eee74b2",
|
@@ -33257,7 +33257,7 @@ This unreleased fuel-core build may include features and updates not yet support
|
|
33257
33257
|
tx_pointer_tx_idx: 0,
|
33258
33258
|
owner: "0x5d99ee966b42cd8fc7bdd1364b389153a9e78b42b7d4a691470674e817888d4e",
|
33259
33259
|
amount: 18446744073709552e3,
|
33260
|
-
asset_id: "
|
33260
|
+
asset_id: "0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07"
|
33261
33261
|
},
|
33262
33262
|
{
|
33263
33263
|
tx_id: "0xc197cb09b1d89a7862b238e9500631bd43f291aadb7ff55c8129335349634e9fde3f",
|
@@ -33284,7 +33284,7 @@ This unreleased fuel-core build may include features and updates not yet support
|
|
33284
33284
|
tx_pointer_tx_idx: 0,
|
33285
33285
|
owner: "0xbdaad6a89e073e177895b3e5a9ccd15806749eda134a6438dae32fc5b6601f3f",
|
33286
33286
|
amount: 18446744073709552e3,
|
33287
|
-
asset_id: "
|
33287
|
+
asset_id: "0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07"
|
33288
33288
|
},
|
33289
33289
|
{
|
33290
33290
|
tx_id: "0x1b9bdaa290518373eb905e45ce7fcb89acedd24341ca7749ad47a938e4bf3ca9b7ce",
|
@@ -33311,7 +33311,7 @@ This unreleased fuel-core build may include features and updates not yet support
|
|
33311
33311
|
tx_pointer_tx_idx: 0,
|
33312
33312
|
owner: "0x95a7aa6cc32743f8706c40ef49a7423b47da763bb4bbc055b1f07254dc729036",
|
33313
33313
|
amount: 18446744073709552e3,
|
33314
|
-
asset_id: "
|
33314
|
+
asset_id: "0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07"
|
33315
33315
|
},
|
33316
33316
|
{
|
33317
33317
|
tx_id: "0xf8f00a234cf3fbab86befc3fd9346d7fd1ac085233c9cb58c7447f30c75cbf87ed38",
|
@@ -33338,7 +33338,7 @@ This unreleased fuel-core build may include features and updates not yet support
|
|
33338
33338
|
tx_pointer_tx_idx: 0,
|
33339
33339
|
owner: "0xcee104acd38b940c8f1c62c6d7ea00a0ad2241d6dee0509a4bf27297508870d3",
|
33340
33340
|
amount: 18446744073709552e3,
|
33341
|
-
asset_id: "
|
33341
|
+
asset_id: "0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07"
|
33342
33342
|
},
|
33343
33343
|
{
|
33344
33344
|
tx_id: "0xfeb4f2388fa22e6613ff85cf4e655f58acdfaa6299eba7f93b812cd1f0d7bbac48f0",
|
@@ -33365,7 +33365,7 @@ This unreleased fuel-core build may include features and updates not yet support
|
|
33365
33365
|
tx_pointer_tx_idx: 0,
|
33366
33366
|
owner: "0x7e3626e306588eba79cafab73f0709e55ab8f4bdfe8c8b75034a430fc56ece89",
|
33367
33367
|
amount: 18446744073709552e3,
|
33368
|
-
asset_id: "
|
33368
|
+
asset_id: "0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07"
|
33369
33369
|
},
|
33370
33370
|
{
|
33371
33371
|
tx_id: "0x28131b9acc90c2058ee14f4094a474146ba5b779cb9021867164b3d41abad3d047a7",
|
@@ -33392,7 +33392,7 @@ This unreleased fuel-core build may include features and updates not yet support
|
|
33392
33392
|
tx_pointer_tx_idx: 0,
|
33393
33393
|
owner: "0x1c31df52b6df56407dd95f83082e8beb9cfc9532ac111d5bd8491651d95ba775",
|
33394
33394
|
amount: 18446744073709552e3,
|
33395
|
-
asset_id: "
|
33395
|
+
asset_id: "0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07"
|
33396
33396
|
},
|
33397
33397
|
{
|
33398
33398
|
tx_id: "0x447a7c37aee972dcba72f05255c5145dd63125f0fc46ef98c216f775ee0421e23d2b",
|
@@ -33419,7 +33419,7 @@ This unreleased fuel-core build may include features and updates not yet support
|
|
33419
33419
|
tx_pointer_tx_idx: 0,
|
33420
33420
|
owner: "0x09dd7a49174d6fcc9f4c6f7942c18060a935ddd03ee69b594189b8c3581276ea",
|
33421
33421
|
amount: 18446744073709552e3,
|
33422
|
-
asset_id: "
|
33422
|
+
asset_id: "0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07"
|
33423
33423
|
},
|
33424
33424
|
{
|
33425
33425
|
tx_id: "0x0a6e3585881ef2edf3f7727762799089dc0b5923e8b3718b49044dd9ddcb33b68459",
|
@@ -33446,7 +33446,7 @@ This unreleased fuel-core build may include features and updates not yet support
|
|
33446
33446
|
tx_pointer_tx_idx: 0,
|
33447
33447
|
owner: "0x86604282dc604481b809845be49667607c470644f6822fc01eb0d22f167e08cf",
|
33448
33448
|
amount: 18446744073709552e3,
|
33449
|
-
asset_id: "
|
33449
|
+
asset_id: "0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07"
|
33450
33450
|
},
|
33451
33451
|
{
|
33452
33452
|
tx_id: "0xbf2305d284ea95227040df4cc727156cccc2ca6aa3b92ed86fea4db1c37e5905f926",
|
@@ -33473,7 +33473,7 @@ This unreleased fuel-core build may include features and updates not yet support
|
|
33473
33473
|
tx_pointer_tx_idx: 0,
|
33474
33474
|
owner: "0xbca334a06d19db5041c78fe2f465b07be5bec828f38b7796b2877e7d1542c950",
|
33475
33475
|
amount: 18446744073709552e3,
|
33476
|
-
asset_id: "
|
33476
|
+
asset_id: "0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07"
|
33477
33477
|
},
|
33478
33478
|
{
|
33479
33479
|
tx_id: "0x978d5b6be047ffbf1474dc376a6baa33264629b809e4a8210d11aaa805ec6451585d",
|
@@ -33500,7 +33500,7 @@ This unreleased fuel-core build may include features and updates not yet support
|
|
33500
33500
|
tx_pointer_tx_idx: 0,
|
33501
33501
|
owner: "0xbd9a1dc8d3ec3521c43f6c2c01611b4d0204c7610204ff0178488c8738a30bd2",
|
33502
33502
|
amount: 18446744073709552e3,
|
33503
|
-
asset_id: "
|
33503
|
+
asset_id: "0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07"
|
33504
33504
|
},
|
33505
33505
|
{
|
33506
33506
|
tx_id: "0xb353fbcd94abba347f3ba25e17744e98da26e608ebccbbbd2e9d004997644bdf993c",
|
@@ -33527,7 +33527,7 @@ This unreleased fuel-core build may include features and updates not yet support
|
|
33527
33527
|
tx_pointer_tx_idx: 0,
|
33528
33528
|
owner: "0xb32197cf75efe05bf453c26178139f09b391582065549c1422bc92555ecffb64",
|
33529
33529
|
amount: 18446744073709552e3,
|
33530
|
-
asset_id: "
|
33530
|
+
asset_id: "0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07"
|
33531
33531
|
},
|
33532
33532
|
{
|
33533
33533
|
tx_id: "0xa952c0487eefac5dda612011c4c82554c8660834461b9b815c6ae257b56b68005235",
|
@@ -33554,7 +33554,7 @@ This unreleased fuel-core build may include features and updates not yet support
|
|
33554
33554
|
tx_pointer_tx_idx: 0,
|
33555
33555
|
owner: "0x3b24509ed4ab3c7959f5c9391c1445c59290cdb5f13d6f780922f376b7029f30",
|
33556
33556
|
amount: 18446744073709552e3,
|
33557
|
-
asset_id: "
|
33557
|
+
asset_id: "0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07"
|
33558
33558
|
},
|
33559
33559
|
{
|
33560
33560
|
tx_id: "0x508871600ef68c4f1e021dd0db219c733107151338aa95de530bd10dc61f6a69c144",
|
@@ -33581,7 +33581,7 @@ This unreleased fuel-core build may include features and updates not yet support
|
|
33581
33581
|
tx_pointer_tx_idx: 0,
|
33582
33582
|
owner: "0x77c6f40b7da70d885f68efaad7c661327482a63ea10dcb4271de819438254ae1",
|
33583
33583
|
amount: 18446744073709552e3,
|
33584
|
-
asset_id: "
|
33584
|
+
asset_id: "0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07"
|
33585
33585
|
},
|
33586
33586
|
{
|
33587
33587
|
tx_id: "0x9ddea761afc31516307e1553647ac6cc26d4a82fed9a9e6a03b994cdbf2293b3e3b6",
|
@@ -33608,7 +33608,7 @@ This unreleased fuel-core build may include features and updates not yet support
|
|
33608
33608
|
tx_pointer_tx_idx: 0,
|
33609
33609
|
owner: "0x6a2c4691c547c43924650dbd30620b184b5fe3fb6dbe5c4446110b08f6f405bf",
|
33610
33610
|
amount: 18446744073709552e3,
|
33611
|
-
asset_id: "
|
33611
|
+
asset_id: "0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07"
|
33612
33612
|
},
|
33613
33613
|
{
|
33614
33614
|
tx_id: "0x708ee45d18f94ab06458712745c92c7b9b6049ba345219d6697eae5208ec0328aeaf",
|
@@ -33635,7 +33635,7 @@ This unreleased fuel-core build may include features and updates not yet support
|
|
33635
33635
|
tx_pointer_tx_idx: 0,
|
33636
33636
|
owner: "0x49075a7538e2c88ebe1926ce4d898198a2a4e790d14512943a9864bc536b3c82",
|
33637
33637
|
amount: 18446744073709552e3,
|
33638
|
-
asset_id: "
|
33638
|
+
asset_id: "0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07"
|
33639
33639
|
},
|
33640
33640
|
{
|
33641
33641
|
tx_id: "0xfa82dbdd72252d1e6c76ee818bbac0441c3a705aff447f041c8b9fc3cb03f9ccd7e2",
|
@@ -35280,14 +35280,20 @@ This unreleased fuel-core build may include features and updates not yet support
|
|
35280
35280
|
constructor(abi, argument) {
|
35281
35281
|
this.abi = abi;
|
35282
35282
|
this.name = argument.name;
|
35283
|
-
const
|
35284
|
-
|
35283
|
+
const jsonABIType = findTypeById(abi, argument.type);
|
35284
|
+
if (jsonABIType.type.length > 256) {
|
35285
|
+
throw new FuelError(
|
35286
|
+
ErrorCode.INVALID_COMPONENT,
|
35287
|
+
`The provided ABI type is too long: ${jsonABIType.type}.`
|
35288
|
+
);
|
35289
|
+
}
|
35290
|
+
this.type = jsonABIType.type;
|
35285
35291
|
this.originalTypeArguments = argument.typeArguments;
|
35286
35292
|
this.components = ResolvedAbiType.getResolvedGenericComponents(
|
35287
35293
|
abi,
|
35288
35294
|
argument,
|
35289
|
-
|
35290
|
-
|
35295
|
+
jsonABIType.components,
|
35296
|
+
jsonABIType.typeParameters ?? ResolvedAbiType.getImplicitGenericTypeParameters(abi, jsonABIType.components)
|
35291
35297
|
);
|
35292
35298
|
}
|
35293
35299
|
static getResolvedGenericComponents(abi, arg, components, typeParameters) {
|