@velocitycareerlabs/revocation-list-contract 1.25.0-dev-build.1f018aa8f → 1.25.0-dev-build.19f417eae

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@velocitycareerlabs/revocation-list-contract",
3
- "version": "1.25.0-dev-build.1f018aa8f",
3
+ "version": "1.25.0-dev-build.19f417eae",
4
4
  "description": "",
5
5
  "main": "truffle-config.js",
6
6
  "directories": {
@@ -25,13 +25,13 @@
25
25
  "@openzeppelin/contracts-upgradeable": "4.9.6",
26
26
  "@openzeppelin/truffle-upgrades": "^1.11.0",
27
27
  "@truffle/hdwallet-provider": "^1.7.0",
28
- "@velocitycareerlabs/blockchain-functions": "1.25.0-dev-build.1f018aa8f",
29
- "@velocitycareerlabs/permissions-contract": "1.25.0-dev-build.1f018aa8f",
30
- "@velocitycareerlabs/signature-verification-library": "1.25.0-dev-build.1f018aa8f",
28
+ "@velocitycareerlabs/blockchain-functions": "1.25.0-dev-build.19f417eae",
29
+ "@velocitycareerlabs/permissions-contract": "1.25.0-dev-build.19f417eae",
30
+ "@velocitycareerlabs/signature-verification-library": "1.25.0-dev-build.19f417eae",
31
31
  "ethers": "6.13.5",
32
32
  "ganache": "7.9.2",
33
33
  "truffle": "5.11.5",
34
34
  "truffle-flattener": "1.5.0"
35
35
  },
36
- "gitHead": "a6b8fe8a8b4199d1945d880659a05f0d72711996"
36
+ "gitHead": "975bd71e9ccf3cfb0a9620deedd8c13111ad89b9"
37
37
  }
@@ -1,338 +0,0 @@
1
- {
2
- "manifestVersion": "3.2",
3
- "admin": {
4
- "address": "0x9C850442c0c8C8A4920Bb7502D87E7d9Dd974dF1",
5
- "txHash": "0x4b963dd82f42a9cd51b1c9ff3d35323cdd90cb3c908fdb9b876e94df6059881d"
6
- },
7
- "proxies": [
8
- {
9
- "address": "0xD890F2D60B429f9e257FC0Bc58Ef2237776DD91B",
10
- "txHash": "0xff632da0606c4441a5b2379160c66a9de959a3dedc4dde26611e9dbe7c4a4cb1",
11
- "kind": "transparent"
12
- }
13
- ],
14
- "impls": {
15
- "aa2ebfdc402a17c9975b61a1ee2c1f693a477beea18e8fb8265bd6815a43ceba": {
16
- "address": "0x3A2972dE721C8EBF521bA2Ce7A21F59f6caA1623",
17
- "txHash": "0x1edbab15c14903570da09cf98de8cc394e7fedfb3c31ff280126dfd7b12eb5a1",
18
- "layout": {
19
- "storage": [
20
- {
21
- "contract": "Initializable",
22
- "label": "_initialized",
23
- "type": "t_bool",
24
- "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:39"
25
- },
26
- {
27
- "contract": "Initializable",
28
- "label": "_initializing",
29
- "type": "t_bool",
30
- "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:44"
31
- },
32
- {
33
- "contract": "RevocationRegistry",
34
- "label": "registry",
35
- "type": "t_mapping(t_address,t_struct(WalletRevocationRegistry)401_storage)",
36
- "src": "../project:/contracts/RevocationRegistry.sol:26"
37
- }
38
- ],
39
- "types": {
40
- "t_mapping(t_address,t_struct(WalletRevocationRegistry)401_storage)": {
41
- "label": "mapping(address => struct RevocationRegistry.WalletRevocationRegistry)"
42
- },
43
- "t_address": {
44
- "label": "address"
45
- },
46
- "t_struct(WalletRevocationRegistry)401_storage": {
47
- "label": "struct RevocationRegistry.WalletRevocationRegistry",
48
- "members": [
49
- {
50
- "label": "walletInRegistry",
51
- "type": "t_bool"
52
- },
53
- {
54
- "label": "totalLists",
55
- "type": "t_uint256"
56
- },
57
- {
58
- "label": "listIdUsage",
59
- "type": "t_mapping(t_uint256,t_bool)"
60
- },
61
- {
62
- "label": "lists",
63
- "type": "t_mapping(t_uint256,t_array(t_uint256)dyn_storage)"
64
- }
65
- ]
66
- },
67
- "t_bool": {
68
- "label": "bool"
69
- },
70
- "t_uint256": {
71
- "label": "uint256"
72
- },
73
- "t_mapping(t_uint256,t_bool)": {
74
- "label": "mapping(uint256 => bool)"
75
- },
76
- "t_mapping(t_uint256,t_array(t_uint256)dyn_storage)": {
77
- "label": "mapping(uint256 => uint256[])"
78
- },
79
- "t_array(t_uint256)dyn_storage": {
80
- "label": "uint256[]"
81
- }
82
- }
83
- }
84
- },
85
- "e27561195d8bf9de896372c7eb4adb60cad2f50abf5f86b8099deae57c362fd2": {
86
- "address": "0x05CE33cF2970117741468E19Df0D993A4DEE7bBF",
87
- "txHash": "0xea0960dab465c2cd03e23ce9a049875cb3cc11da7b2460f2f0526d140f20994e",
88
- "layout": {
89
- "storage": [
90
- {
91
- "contract": "Initializable",
92
- "label": "_initialized",
93
- "type": "t_uint8",
94
- "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:62",
95
- "retypedFrom": "bool"
96
- },
97
- {
98
- "contract": "Initializable",
99
- "label": "_initializing",
100
- "type": "t_bool",
101
- "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:67"
102
- },
103
- {
104
- "contract": "RevocationRegistry",
105
- "label": "registry",
106
- "type": "t_mapping(t_address,t_struct(WalletRevocationRegistry)841_storage)",
107
- "src": "../project:/contracts/RevocationRegistry.sol:27"
108
- },
109
- {
110
- "contract": "RevocationRegistry",
111
- "label": "permissions",
112
- "type": "t_contract(Permissions)757",
113
- "src": "../project:/contracts/RevocationRegistry.sol:29"
114
- }
115
- ],
116
- "types": {
117
- "t_mapping(t_address,t_struct(WalletRevocationRegistry)841_storage)": {
118
- "label": "mapping(address => struct RevocationRegistry.WalletRevocationRegistry)"
119
- },
120
- "t_address": {
121
- "label": "address"
122
- },
123
- "t_struct(WalletRevocationRegistry)841_storage": {
124
- "label": "struct RevocationRegistry.WalletRevocationRegistry",
125
- "members": [
126
- {
127
- "label": "walletInRegistry",
128
- "type": "t_bool"
129
- },
130
- {
131
- "label": "totalLists",
132
- "type": "t_uint256"
133
- },
134
- {
135
- "label": "listIdUsage",
136
- "type": "t_mapping(t_uint256,t_bool)"
137
- },
138
- {
139
- "label": "lists",
140
- "type": "t_mapping(t_uint256,t_array(t_uint256)dyn_storage)"
141
- }
142
- ]
143
- },
144
- "t_bool": {
145
- "label": "bool"
146
- },
147
- "t_uint256": {
148
- "label": "uint256"
149
- },
150
- "t_mapping(t_uint256,t_bool)": {
151
- "label": "mapping(uint256 => bool)"
152
- },
153
- "t_mapping(t_uint256,t_array(t_uint256)dyn_storage)": {
154
- "label": "mapping(uint256 => uint256[])"
155
- },
156
- "t_array(t_uint256)dyn_storage": {
157
- "label": "uint256[]"
158
- },
159
- "t_contract(Permissions)757": {
160
- "label": "contract Permissions"
161
- },
162
- "t_uint8": {
163
- "label": "uint8"
164
- }
165
- }
166
- }
167
- },
168
- "f6303b4c5fa75079f81fc6480eb3b894230d0ad5f018b901db05c4bfdb207695": {
169
- "address": "0x8FF215b2a8ea366c22117AA84621FdC3aC1A3a5a",
170
- "txHash": "0xdd9892b62426ee0877c7991263711cb3672dffc8e21019586d41ca1a38bc3c6f",
171
- "layout": {
172
- "solcVersion": "0.8.4",
173
- "storage": [
174
- {
175
- "contract": "Initializable",
176
- "label": "_initialized",
177
- "type": "t_uint8",
178
- "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:63",
179
- "retypedFrom": "bool"
180
- },
181
- {
182
- "contract": "Initializable",
183
- "label": "_initializing",
184
- "type": "t_bool",
185
- "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:68"
186
- },
187
- {
188
- "contract": "RevocationRegistry",
189
- "label": "registry",
190
- "type": "t_mapping(t_address,t_struct(WalletRevocationRegistry)1028_storage)",
191
- "src": "../project:/contracts/RevocationRegistry.sol:28"
192
- },
193
- {
194
- "contract": "RevocationRegistry",
195
- "label": "permissions",
196
- "type": "t_contract(Permissions)874",
197
- "src": "../project:/contracts/RevocationRegistry.sol:30"
198
- }
199
- ],
200
- "types": {
201
- "t_mapping(t_address,t_struct(WalletRevocationRegistry)1028_storage)": {
202
- "label": "mapping(address => struct RevocationRegistry.WalletRevocationRegistry)"
203
- },
204
- "t_address": {
205
- "label": "address"
206
- },
207
- "t_struct(WalletRevocationRegistry)1028_storage": {
208
- "label": "struct RevocationRegistry.WalletRevocationRegistry",
209
- "members": [
210
- {
211
- "label": "walletInRegistry",
212
- "type": "t_bool"
213
- },
214
- {
215
- "label": "totalLists",
216
- "type": "t_uint256"
217
- },
218
- {
219
- "label": "listIdUsage",
220
- "type": "t_mapping(t_uint256,t_bool)"
221
- },
222
- {
223
- "label": "lists",
224
- "type": "t_mapping(t_uint256,t_array(t_uint256)dyn_storage)"
225
- }
226
- ]
227
- },
228
- "t_bool": {
229
- "label": "bool"
230
- },
231
- "t_uint256": {
232
- "label": "uint256"
233
- },
234
- "t_mapping(t_uint256,t_bool)": {
235
- "label": "mapping(uint256 => bool)"
236
- },
237
- "t_mapping(t_uint256,t_array(t_uint256)dyn_storage)": {
238
- "label": "mapping(uint256 => uint256[])"
239
- },
240
- "t_array(t_uint256)dyn_storage": {
241
- "label": "uint256[]"
242
- },
243
- "t_contract(Permissions)874": {
244
- "label": "contract Permissions"
245
- },
246
- "t_uint8": {
247
- "label": "uint8"
248
- }
249
- }
250
- }
251
- },
252
- "0cc5b0f250986e208e7ec776b81307ad3f8c206a16c04c4dd89545cbb6f53da4": {
253
- "address": "0xb395c30088e43761D9c09A677094FdE066e79Cc9",
254
- "txHash": "0x1ea45b7dcf4aa2f6cb69aed3c1313fad557bdd1a8164d016e886e331afb3e03d",
255
- "layout": {
256
- "solcVersion": "0.8.4",
257
- "storage": [
258
- {
259
- "contract": "Initializable",
260
- "label": "_initialized",
261
- "type": "t_uint8",
262
- "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:63",
263
- "retypedFrom": "bool"
264
- },
265
- {
266
- "contract": "Initializable",
267
- "label": "_initializing",
268
- "type": "t_bool",
269
- "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:68"
270
- },
271
- {
272
- "contract": "RevocationRegistry",
273
- "label": "registry",
274
- "type": "t_mapping(t_address,t_struct(WalletRevocationRegistry)1512_storage)",
275
- "src": "../project:/contracts/RevocationRegistry.sol:28"
276
- },
277
- {
278
- "contract": "RevocationRegistry",
279
- "label": "permissions",
280
- "type": "t_contract(Permissions)1358",
281
- "src": "../project:/contracts/RevocationRegistry.sol:30"
282
- }
283
- ],
284
- "types": {
285
- "t_mapping(t_address,t_struct(WalletRevocationRegistry)1512_storage)": {
286
- "label": "mapping(address => struct RevocationRegistry.WalletRevocationRegistry)"
287
- },
288
- "t_address": {
289
- "label": "address"
290
- },
291
- "t_struct(WalletRevocationRegistry)1512_storage": {
292
- "label": "struct RevocationRegistry.WalletRevocationRegistry",
293
- "members": [
294
- {
295
- "label": "walletInRegistry",
296
- "type": "t_bool"
297
- },
298
- {
299
- "label": "totalLists",
300
- "type": "t_uint256"
301
- },
302
- {
303
- "label": "listIdUsage",
304
- "type": "t_mapping(t_uint256,t_bool)"
305
- },
306
- {
307
- "label": "lists",
308
- "type": "t_mapping(t_uint256,t_array(t_uint256)dyn_storage)"
309
- }
310
- ]
311
- },
312
- "t_bool": {
313
- "label": "bool"
314
- },
315
- "t_uint256": {
316
- "label": "uint256"
317
- },
318
- "t_mapping(t_uint256,t_bool)": {
319
- "label": "mapping(uint256 => bool)"
320
- },
321
- "t_mapping(t_uint256,t_array(t_uint256)dyn_storage)": {
322
- "label": "mapping(uint256 => uint256[])"
323
- },
324
- "t_array(t_uint256)dyn_storage": {
325
- "label": "uint256[]"
326
- },
327
- "t_contract(Permissions)1358": {
328
- "label": "contract Permissions"
329
- },
330
- "t_uint8": {
331
- "label": "uint8"
332
- }
333
- },
334
- "namespaces": {}
335
- }
336
- }
337
- }
338
- }