@aztec/aztec.js 0.0.1-commit.4ad48494d → 0.0.1-commit.4eabbdb
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.
- package/dest/api/wallet.d.ts +2 -2
- package/dest/api/wallet.d.ts.map +1 -1
- package/dest/contract/batch_call.d.ts +3 -3
- package/dest/contract/batch_call.d.ts.map +1 -1
- package/dest/contract/batch_call.js +4 -4
- package/dest/contract/contract_function_interaction.js +1 -1
- package/dest/contract/protocol_contracts/auth-registry.d.ts +10 -1
- package/dest/contract/protocol_contracts/auth-registry.d.ts.map +1 -1
- package/dest/contract/protocol_contracts/auth-registry.js +490 -59
- package/dest/contract/protocol_contracts/multi-call-entrypoint.js +1 -1
- package/dest/contract/protocol_contracts/public-checks.js +1 -1
- package/dest/wallet/capabilities.d.ts +5 -5
- package/dest/wallet/capabilities.d.ts.map +1 -1
- package/dest/wallet/wallet.d.ts +18 -18
- package/dest/wallet/wallet.d.ts.map +1 -1
- package/dest/wallet/wallet.js +3 -3
- package/package.json +9 -9
- package/src/api/wallet.ts +1 -1
- package/src/contract/batch_call.ts +6 -11
- package/src/contract/contract_function_interaction.ts +1 -1
- package/src/contract/protocol_contracts/auth-registry.ts +235 -37
- package/src/contract/protocol_contracts/multi-call-entrypoint.ts +1 -1
- package/src/contract/protocol_contracts/public-checks.ts +1 -1
- package/src/wallet/capabilities.ts +4 -4
- package/src/wallet/wallet.ts +7 -7
|
@@ -6,54 +6,61 @@ const AuthRegistryContractArtifact = {
|
|
|
6
6
|
functions: [
|
|
7
7
|
{
|
|
8
8
|
...{
|
|
9
|
-
functionType: FunctionType.
|
|
10
|
-
name: '
|
|
9
|
+
functionType: FunctionType.PRIVATE,
|
|
10
|
+
name: 'set_authorized_private',
|
|
11
11
|
isOnlySelf: false,
|
|
12
12
|
isStatic: false,
|
|
13
13
|
isInitializer: false,
|
|
14
14
|
parameters: [
|
|
15
15
|
{
|
|
16
|
-
name: '
|
|
16
|
+
name: 'approver',
|
|
17
|
+
type: {
|
|
18
|
+
kind: 'struct',
|
|
19
|
+
fields: [
|
|
20
|
+
{
|
|
21
|
+
name: 'inner',
|
|
22
|
+
type: {
|
|
23
|
+
kind: 'field'
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
path: 'aztec::protocol_types::address::aztec_address::AztecAddress'
|
|
28
|
+
},
|
|
29
|
+
visibility: 'private'
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
name: 'message_hash',
|
|
17
33
|
type: {
|
|
18
34
|
kind: 'field'
|
|
19
35
|
},
|
|
20
36
|
visibility: 'private'
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'authorize',
|
|
40
|
+
type: {
|
|
41
|
+
kind: 'boolean'
|
|
42
|
+
},
|
|
43
|
+
visibility: 'private'
|
|
21
44
|
}
|
|
22
45
|
],
|
|
23
46
|
returnTypes: [],
|
|
24
47
|
errorTypes: {
|
|
25
|
-
'
|
|
26
|
-
error_kind: 'string',
|
|
27
|
-
string: 'attempt to multiply with overflow'
|
|
28
|
-
},
|
|
29
|
-
'1998584279744703196': {
|
|
48
|
+
'7555607922535724711': {
|
|
30
49
|
error_kind: 'string',
|
|
31
|
-
string: '
|
|
50
|
+
string: 'Preimage mismatch'
|
|
32
51
|
},
|
|
33
|
-
'
|
|
52
|
+
'9530675838293881722': {
|
|
34
53
|
error_kind: 'string',
|
|
35
|
-
string: '
|
|
54
|
+
string: 'Writer did not write all data'
|
|
36
55
|
},
|
|
37
|
-
'
|
|
56
|
+
'9894212961085021188': {
|
|
38
57
|
error_kind: 'string',
|
|
39
|
-
string: '
|
|
58
|
+
string: 'Message not authorized by account'
|
|
40
59
|
},
|
|
41
|
-
'
|
|
60
|
+
'12327971061804302172': {
|
|
42
61
|
error_kind: 'fmtstring',
|
|
43
|
-
length:
|
|
44
|
-
item_types: [
|
|
45
|
-
{
|
|
46
|
-
kind: 'field'
|
|
47
|
-
}
|
|
48
|
-
]
|
|
49
|
-
},
|
|
50
|
-
'13455385521185560676': {
|
|
51
|
-
error_kind: 'string',
|
|
52
|
-
string: 'Storage slot 0 not allowed. Storage slots must start from 1.'
|
|
53
|
-
},
|
|
54
|
-
'13929691561421487185': {
|
|
55
|
-
error_kind: 'string',
|
|
56
|
-
string: 'Function _set_authorized can only be called by the same contract'
|
|
62
|
+
length: 98,
|
|
63
|
+
item_types: []
|
|
57
64
|
},
|
|
58
65
|
'14990209321349310352': {
|
|
59
66
|
error_kind: 'string',
|
|
@@ -66,14 +73,6 @@ const AuthRegistryContractArtifact = {
|
|
|
66
73
|
'16431471497789672479': {
|
|
67
74
|
error_kind: 'string',
|
|
68
75
|
string: 'Index out of bounds'
|
|
69
|
-
},
|
|
70
|
-
'17089945683942782951': {
|
|
71
|
-
error_kind: 'string',
|
|
72
|
-
string: 'unauthorized'
|
|
73
|
-
},
|
|
74
|
-
'17312933876399746100': {
|
|
75
|
-
error_kind: 'string',
|
|
76
|
-
string: 'Function is_consumable can only be called statically'
|
|
77
76
|
}
|
|
78
77
|
}
|
|
79
78
|
},
|
|
@@ -82,14 +81,14 @@ const AuthRegistryContractArtifact = {
|
|
|
82
81
|
},
|
|
83
82
|
{
|
|
84
83
|
...{
|
|
85
|
-
functionType: FunctionType.
|
|
86
|
-
name: '
|
|
84
|
+
functionType: FunctionType.UTILITY,
|
|
85
|
+
name: 'utility_is_consumable',
|
|
87
86
|
isOnlySelf: false,
|
|
88
87
|
isStatic: false,
|
|
89
88
|
isInitializer: false,
|
|
90
89
|
parameters: [
|
|
91
90
|
{
|
|
92
|
-
name: '
|
|
91
|
+
name: 'on_behalf_of',
|
|
93
92
|
type: {
|
|
94
93
|
kind: 'struct',
|
|
95
94
|
fields: [
|
|
@@ -110,24 +109,25 @@ const AuthRegistryContractArtifact = {
|
|
|
110
109
|
kind: 'field'
|
|
111
110
|
},
|
|
112
111
|
visibility: 'private'
|
|
113
|
-
}
|
|
112
|
+
}
|
|
113
|
+
],
|
|
114
|
+
returnTypes: [
|
|
114
115
|
{
|
|
115
|
-
|
|
116
|
-
type: {
|
|
117
|
-
kind: 'boolean'
|
|
118
|
-
},
|
|
119
|
-
visibility: 'private'
|
|
116
|
+
kind: 'boolean'
|
|
120
117
|
}
|
|
121
118
|
],
|
|
122
|
-
returnTypes: [],
|
|
123
119
|
errorTypes: {
|
|
124
|
-
'
|
|
120
|
+
'361444214588792908': {
|
|
125
121
|
error_kind: 'string',
|
|
126
|
-
string: '
|
|
122
|
+
string: 'attempt to multiply with overflow'
|
|
127
123
|
},
|
|
128
|
-
'
|
|
124
|
+
'1998584279744703196': {
|
|
129
125
|
error_kind: 'string',
|
|
130
|
-
string: '
|
|
126
|
+
string: 'attempt to subtract with overflow'
|
|
127
|
+
},
|
|
128
|
+
'13455385521185560676': {
|
|
129
|
+
error_kind: 'string',
|
|
130
|
+
string: 'Storage slot 0 not allowed. Storage slots must start from 1.'
|
|
131
131
|
},
|
|
132
132
|
'14990209321349310352': {
|
|
133
133
|
error_kind: 'string',
|
|
@@ -136,6 +136,10 @@ const AuthRegistryContractArtifact = {
|
|
|
136
136
|
'15764276373176857197': {
|
|
137
137
|
error_kind: 'string',
|
|
138
138
|
string: 'Stack too deep'
|
|
139
|
+
},
|
|
140
|
+
'16431471497789672479': {
|
|
141
|
+
error_kind: 'string',
|
|
142
|
+
string: 'Index out of bounds'
|
|
139
143
|
}
|
|
140
144
|
}
|
|
141
145
|
},
|
|
@@ -145,40 +149,267 @@ const AuthRegistryContractArtifact = {
|
|
|
145
149
|
{
|
|
146
150
|
...{
|
|
147
151
|
functionType: FunctionType.UTILITY,
|
|
148
|
-
name: '
|
|
152
|
+
name: 'process_message',
|
|
149
153
|
isOnlySelf: false,
|
|
150
154
|
isStatic: false,
|
|
151
155
|
isInitializer: false,
|
|
152
156
|
parameters: [
|
|
153
157
|
{
|
|
154
|
-
name: '
|
|
158
|
+
name: 'message_ciphertext',
|
|
155
159
|
type: {
|
|
156
160
|
kind: 'struct',
|
|
157
161
|
fields: [
|
|
158
162
|
{
|
|
159
|
-
name: '
|
|
163
|
+
name: 'storage',
|
|
160
164
|
type: {
|
|
161
|
-
kind: '
|
|
165
|
+
kind: 'array',
|
|
166
|
+
length: 15,
|
|
167
|
+
type: {
|
|
168
|
+
kind: 'field'
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
name: 'len',
|
|
174
|
+
type: {
|
|
175
|
+
kind: 'integer',
|
|
176
|
+
sign: 'unsigned',
|
|
177
|
+
width: 32
|
|
162
178
|
}
|
|
163
179
|
}
|
|
164
180
|
],
|
|
165
|
-
path: '
|
|
181
|
+
path: 'std::collections::bounded_vec::BoundedVec'
|
|
166
182
|
},
|
|
167
183
|
visibility: 'private'
|
|
168
184
|
},
|
|
169
185
|
{
|
|
170
|
-
name: '
|
|
186
|
+
name: 'message_context',
|
|
171
187
|
type: {
|
|
172
|
-
kind: '
|
|
188
|
+
kind: 'struct',
|
|
189
|
+
fields: [
|
|
190
|
+
{
|
|
191
|
+
name: 'tx_hash',
|
|
192
|
+
type: {
|
|
193
|
+
kind: 'field'
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
name: 'unique_note_hashes_in_tx',
|
|
198
|
+
type: {
|
|
199
|
+
kind: 'struct',
|
|
200
|
+
fields: [
|
|
201
|
+
{
|
|
202
|
+
name: 'storage',
|
|
203
|
+
type: {
|
|
204
|
+
kind: 'array',
|
|
205
|
+
length: 64,
|
|
206
|
+
type: {
|
|
207
|
+
kind: 'field'
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
name: 'len',
|
|
213
|
+
type: {
|
|
214
|
+
kind: 'integer',
|
|
215
|
+
sign: 'unsigned',
|
|
216
|
+
width: 32
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
],
|
|
220
|
+
path: 'std::collections::bounded_vec::BoundedVec'
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
name: 'first_nullifier_in_tx',
|
|
225
|
+
type: {
|
|
226
|
+
kind: 'field'
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
name: 'recipient',
|
|
231
|
+
type: {
|
|
232
|
+
kind: 'struct',
|
|
233
|
+
fields: [
|
|
234
|
+
{
|
|
235
|
+
name: 'inner',
|
|
236
|
+
type: {
|
|
237
|
+
kind: 'field'
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
],
|
|
241
|
+
path: 'aztec::protocol_types::address::aztec_address::AztecAddress'
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
],
|
|
245
|
+
path: 'aztec::messages::processing::message_context::MessageContext'
|
|
173
246
|
},
|
|
174
247
|
visibility: 'private'
|
|
175
248
|
}
|
|
176
249
|
],
|
|
177
|
-
returnTypes: [
|
|
250
|
+
returnTypes: [],
|
|
251
|
+
errorTypes: {
|
|
252
|
+
'361444214588792908': {
|
|
253
|
+
error_kind: 'string',
|
|
254
|
+
string: 'attempt to multiply with overflow'
|
|
255
|
+
},
|
|
256
|
+
'992401946138144806': {
|
|
257
|
+
error_kind: 'string',
|
|
258
|
+
string: 'Attempted to read past end of BoundedVec'
|
|
259
|
+
},
|
|
260
|
+
'1998584279744703196': {
|
|
261
|
+
error_kind: 'string',
|
|
262
|
+
string: 'attempt to subtract with overflow'
|
|
263
|
+
},
|
|
264
|
+
'2967937905572420042': {
|
|
265
|
+
error_kind: 'fmtstring',
|
|
266
|
+
length: 61,
|
|
267
|
+
item_types: [
|
|
268
|
+
{
|
|
269
|
+
kind: 'field'
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
kind: 'field'
|
|
273
|
+
}
|
|
274
|
+
]
|
|
275
|
+
},
|
|
276
|
+
'3330370348214585450': {
|
|
277
|
+
error_kind: 'fmtstring',
|
|
278
|
+
length: 48,
|
|
279
|
+
item_types: [
|
|
280
|
+
{
|
|
281
|
+
kind: 'field'
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
kind: 'field'
|
|
285
|
+
}
|
|
286
|
+
]
|
|
287
|
+
},
|
|
288
|
+
'3670003311596808700': {
|
|
289
|
+
error_kind: 'fmtstring',
|
|
290
|
+
length: 77,
|
|
291
|
+
item_types: [
|
|
292
|
+
{
|
|
293
|
+
kind: 'integer',
|
|
294
|
+
sign: 'unsigned',
|
|
295
|
+
width: 32
|
|
296
|
+
}
|
|
297
|
+
]
|
|
298
|
+
},
|
|
299
|
+
'4261968856572588300': {
|
|
300
|
+
error_kind: 'string',
|
|
301
|
+
string: 'Value does not fit in field'
|
|
302
|
+
},
|
|
303
|
+
'4440399188109668273': {
|
|
304
|
+
error_kind: 'string',
|
|
305
|
+
string: 'Input length must be a multiple of 32'
|
|
306
|
+
},
|
|
307
|
+
'5417577161503694006': {
|
|
308
|
+
error_kind: 'fmtstring',
|
|
309
|
+
length: 56,
|
|
310
|
+
item_types: [
|
|
311
|
+
{
|
|
312
|
+
kind: 'field'
|
|
313
|
+
}
|
|
314
|
+
]
|
|
315
|
+
},
|
|
316
|
+
'9791669845391776238': {
|
|
317
|
+
error_kind: 'string',
|
|
318
|
+
string: '0 has a square root; you cannot claim it is not square'
|
|
319
|
+
},
|
|
320
|
+
'10135509984888824963': {
|
|
321
|
+
error_kind: 'fmtstring',
|
|
322
|
+
length: 58,
|
|
323
|
+
item_types: [
|
|
324
|
+
{
|
|
325
|
+
kind: 'field'
|
|
326
|
+
}
|
|
327
|
+
]
|
|
328
|
+
},
|
|
329
|
+
'10791800398362570014': {
|
|
330
|
+
error_kind: 'string',
|
|
331
|
+
string: 'extend_from_bounded_vec out of bounds'
|
|
332
|
+
},
|
|
333
|
+
'11692359521570349358': {
|
|
334
|
+
error_kind: 'fmtstring',
|
|
335
|
+
length: 40,
|
|
336
|
+
item_types: []
|
|
337
|
+
},
|
|
338
|
+
'12469291177396340830': {
|
|
339
|
+
error_kind: 'string',
|
|
340
|
+
string: 'call to assert_max_bit_size'
|
|
341
|
+
},
|
|
342
|
+
'12913276134398371456': {
|
|
343
|
+
error_kind: 'string',
|
|
344
|
+
string: 'push out of bounds'
|
|
345
|
+
},
|
|
346
|
+
'13557316507370296400': {
|
|
347
|
+
error_kind: 'fmtstring',
|
|
348
|
+
length: 130,
|
|
349
|
+
item_types: [
|
|
350
|
+
{
|
|
351
|
+
kind: 'integer',
|
|
352
|
+
sign: 'unsigned',
|
|
353
|
+
width: 32
|
|
354
|
+
}
|
|
355
|
+
]
|
|
356
|
+
},
|
|
357
|
+
'14938672389828944159': {
|
|
358
|
+
error_kind: 'fmtstring',
|
|
359
|
+
length: 146,
|
|
360
|
+
item_types: [
|
|
361
|
+
{
|
|
362
|
+
kind: 'integer',
|
|
363
|
+
sign: 'unsigned',
|
|
364
|
+
width: 32
|
|
365
|
+
}
|
|
366
|
+
]
|
|
367
|
+
},
|
|
368
|
+
'14990209321349310352': {
|
|
369
|
+
error_kind: 'string',
|
|
370
|
+
string: 'attempt to add with overflow'
|
|
371
|
+
},
|
|
372
|
+
'15764276373176857197': {
|
|
373
|
+
error_kind: 'string',
|
|
374
|
+
string: 'Stack too deep'
|
|
375
|
+
},
|
|
376
|
+
'16431471497789672479': {
|
|
377
|
+
error_kind: 'string',
|
|
378
|
+
string: 'Index out of bounds'
|
|
379
|
+
},
|
|
380
|
+
'17531474008201752295': {
|
|
381
|
+
error_kind: 'fmtstring',
|
|
382
|
+
length: 133,
|
|
383
|
+
item_types: [
|
|
384
|
+
{
|
|
385
|
+
kind: 'integer',
|
|
386
|
+
sign: 'unsigned',
|
|
387
|
+
width: 32
|
|
388
|
+
}
|
|
389
|
+
]
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
},
|
|
393
|
+
bytecode: Buffer.from([]),
|
|
394
|
+
debugSymbols: ''
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
...{
|
|
398
|
+
functionType: FunctionType.PUBLIC,
|
|
399
|
+
name: 'public_dispatch',
|
|
400
|
+
isOnlySelf: false,
|
|
401
|
+
isStatic: false,
|
|
402
|
+
isInitializer: false,
|
|
403
|
+
parameters: [
|
|
178
404
|
{
|
|
179
|
-
|
|
405
|
+
name: 'selector',
|
|
406
|
+
type: {
|
|
407
|
+
kind: 'field'
|
|
408
|
+
},
|
|
409
|
+
visibility: 'private'
|
|
180
410
|
}
|
|
181
411
|
],
|
|
412
|
+
returnTypes: [],
|
|
182
413
|
errorTypes: {
|
|
183
414
|
'361444214588792908': {
|
|
184
415
|
error_kind: 'string',
|
|
@@ -188,10 +419,195 @@ const AuthRegistryContractArtifact = {
|
|
|
188
419
|
error_kind: 'string',
|
|
189
420
|
string: 'attempt to subtract with overflow'
|
|
190
421
|
},
|
|
422
|
+
'5525725861591553972': {
|
|
423
|
+
error_kind: 'string',
|
|
424
|
+
string: 'rejecting all'
|
|
425
|
+
},
|
|
426
|
+
'11691217184967371519': {
|
|
427
|
+
error_kind: 'string',
|
|
428
|
+
string: 'Function is_reject_all can only be called statically'
|
|
429
|
+
},
|
|
430
|
+
'12511970388699677811': {
|
|
431
|
+
error_kind: 'fmtstring',
|
|
432
|
+
length: 27,
|
|
433
|
+
item_types: [
|
|
434
|
+
{
|
|
435
|
+
kind: 'field'
|
|
436
|
+
}
|
|
437
|
+
]
|
|
438
|
+
},
|
|
191
439
|
'13455385521185560676': {
|
|
192
440
|
error_kind: 'string',
|
|
193
441
|
string: 'Storage slot 0 not allowed. Storage slots must start from 1.'
|
|
194
442
|
},
|
|
443
|
+
'13929691561421487185': {
|
|
444
|
+
error_kind: 'string',
|
|
445
|
+
string: 'Function _set_authorized can only be called by the same contract'
|
|
446
|
+
},
|
|
447
|
+
'14990209321349310352': {
|
|
448
|
+
error_kind: 'string',
|
|
449
|
+
string: 'attempt to add with overflow'
|
|
450
|
+
},
|
|
451
|
+
'15764276373176857197': {
|
|
452
|
+
error_kind: 'string',
|
|
453
|
+
string: 'Stack too deep'
|
|
454
|
+
},
|
|
455
|
+
'16431471497789672479': {
|
|
456
|
+
error_kind: 'string',
|
|
457
|
+
string: 'Index out of bounds'
|
|
458
|
+
},
|
|
459
|
+
'17089945683942782951': {
|
|
460
|
+
error_kind: 'string',
|
|
461
|
+
string: 'unauthorized'
|
|
462
|
+
},
|
|
463
|
+
'17312933876399746100': {
|
|
464
|
+
error_kind: 'string',
|
|
465
|
+
string: 'Function is_consumable can only be called statically'
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
bytecode: Buffer.from([]),
|
|
470
|
+
debugSymbols: ''
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
...{
|
|
474
|
+
functionType: FunctionType.UTILITY,
|
|
475
|
+
name: 'sync_state',
|
|
476
|
+
isOnlySelf: false,
|
|
477
|
+
isStatic: false,
|
|
478
|
+
isInitializer: false,
|
|
479
|
+
parameters: [],
|
|
480
|
+
returnTypes: [],
|
|
481
|
+
errorTypes: {
|
|
482
|
+
'361444214588792908': {
|
|
483
|
+
error_kind: 'string',
|
|
484
|
+
string: 'attempt to multiply with overflow'
|
|
485
|
+
},
|
|
486
|
+
'992401946138144806': {
|
|
487
|
+
error_kind: 'string',
|
|
488
|
+
string: 'Attempted to read past end of BoundedVec'
|
|
489
|
+
},
|
|
490
|
+
'1998584279744703196': {
|
|
491
|
+
error_kind: 'string',
|
|
492
|
+
string: 'attempt to subtract with overflow'
|
|
493
|
+
},
|
|
494
|
+
'2967937905572420042': {
|
|
495
|
+
error_kind: 'fmtstring',
|
|
496
|
+
length: 61,
|
|
497
|
+
item_types: [
|
|
498
|
+
{
|
|
499
|
+
kind: 'field'
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
kind: 'field'
|
|
503
|
+
}
|
|
504
|
+
]
|
|
505
|
+
},
|
|
506
|
+
'3330370348214585450': {
|
|
507
|
+
error_kind: 'fmtstring',
|
|
508
|
+
length: 48,
|
|
509
|
+
item_types: [
|
|
510
|
+
{
|
|
511
|
+
kind: 'field'
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
kind: 'field'
|
|
515
|
+
}
|
|
516
|
+
]
|
|
517
|
+
},
|
|
518
|
+
'3670003311596808700': {
|
|
519
|
+
error_kind: 'fmtstring',
|
|
520
|
+
length: 77,
|
|
521
|
+
item_types: [
|
|
522
|
+
{
|
|
523
|
+
kind: 'integer',
|
|
524
|
+
sign: 'unsigned',
|
|
525
|
+
width: 32
|
|
526
|
+
}
|
|
527
|
+
]
|
|
528
|
+
},
|
|
529
|
+
'4261968856572588300': {
|
|
530
|
+
error_kind: 'string',
|
|
531
|
+
string: 'Value does not fit in field'
|
|
532
|
+
},
|
|
533
|
+
'4440399188109668273': {
|
|
534
|
+
error_kind: 'string',
|
|
535
|
+
string: 'Input length must be a multiple of 32'
|
|
536
|
+
},
|
|
537
|
+
'5417577161503694006': {
|
|
538
|
+
error_kind: 'fmtstring',
|
|
539
|
+
length: 56,
|
|
540
|
+
item_types: [
|
|
541
|
+
{
|
|
542
|
+
kind: 'field'
|
|
543
|
+
}
|
|
544
|
+
]
|
|
545
|
+
},
|
|
546
|
+
'9791669845391776238': {
|
|
547
|
+
error_kind: 'string',
|
|
548
|
+
string: '0 has a square root; you cannot claim it is not square'
|
|
549
|
+
},
|
|
550
|
+
'9885968605480832328': {
|
|
551
|
+
error_kind: 'string',
|
|
552
|
+
string: 'Attempted to read past the length of a CapsuleArray'
|
|
553
|
+
},
|
|
554
|
+
'10135509984888824963': {
|
|
555
|
+
error_kind: 'fmtstring',
|
|
556
|
+
length: 58,
|
|
557
|
+
item_types: [
|
|
558
|
+
{
|
|
559
|
+
kind: 'field'
|
|
560
|
+
}
|
|
561
|
+
]
|
|
562
|
+
},
|
|
563
|
+
'10791800398362570014': {
|
|
564
|
+
error_kind: 'string',
|
|
565
|
+
string: 'extend_from_bounded_vec out of bounds'
|
|
566
|
+
},
|
|
567
|
+
'11021520179822076911': {
|
|
568
|
+
error_kind: 'string',
|
|
569
|
+
string: 'Attempted to delete past the length of a CapsuleArray'
|
|
570
|
+
},
|
|
571
|
+
'11692359521570349358': {
|
|
572
|
+
error_kind: 'fmtstring',
|
|
573
|
+
length: 40,
|
|
574
|
+
item_types: []
|
|
575
|
+
},
|
|
576
|
+
'12327971061804302172': {
|
|
577
|
+
error_kind: 'fmtstring',
|
|
578
|
+
length: 98,
|
|
579
|
+
item_types: []
|
|
580
|
+
},
|
|
581
|
+
'12469291177396340830': {
|
|
582
|
+
error_kind: 'string',
|
|
583
|
+
string: 'call to assert_max_bit_size'
|
|
584
|
+
},
|
|
585
|
+
'12913276134398371456': {
|
|
586
|
+
error_kind: 'string',
|
|
587
|
+
string: 'push out of bounds'
|
|
588
|
+
},
|
|
589
|
+
'13557316507370296400': {
|
|
590
|
+
error_kind: 'fmtstring',
|
|
591
|
+
length: 130,
|
|
592
|
+
item_types: [
|
|
593
|
+
{
|
|
594
|
+
kind: 'integer',
|
|
595
|
+
sign: 'unsigned',
|
|
596
|
+
width: 32
|
|
597
|
+
}
|
|
598
|
+
]
|
|
599
|
+
},
|
|
600
|
+
'14938672389828944159': {
|
|
601
|
+
error_kind: 'fmtstring',
|
|
602
|
+
length: 146,
|
|
603
|
+
item_types: [
|
|
604
|
+
{
|
|
605
|
+
kind: 'integer',
|
|
606
|
+
sign: 'unsigned',
|
|
607
|
+
width: 32
|
|
608
|
+
}
|
|
609
|
+
]
|
|
610
|
+
},
|
|
195
611
|
'14990209321349310352': {
|
|
196
612
|
error_kind: 'string',
|
|
197
613
|
string: 'attempt to add with overflow'
|
|
@@ -203,6 +619,21 @@ const AuthRegistryContractArtifact = {
|
|
|
203
619
|
'16431471497789672479': {
|
|
204
620
|
error_kind: 'string',
|
|
205
621
|
string: 'Index out of bounds'
|
|
622
|
+
},
|
|
623
|
+
'17531474008201752295': {
|
|
624
|
+
error_kind: 'fmtstring',
|
|
625
|
+
length: 133,
|
|
626
|
+
item_types: [
|
|
627
|
+
{
|
|
628
|
+
kind: 'integer',
|
|
629
|
+
sign: 'unsigned',
|
|
630
|
+
width: 32
|
|
631
|
+
}
|
|
632
|
+
]
|
|
633
|
+
},
|
|
634
|
+
'17655676068928457687': {
|
|
635
|
+
error_kind: 'string',
|
|
636
|
+
string: 'Reader did not read all data'
|
|
206
637
|
}
|
|
207
638
|
}
|
|
208
639
|
},
|