@latticexyz/world-modules 2.0.0-main-fd10cff6 → 2.0.0-main-85218618
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/out/ArrayLib.sol/ArrayLib.json +255 -255
- package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +241 -217
- package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
- package/out/DelegationControl.sol/DelegationControl.json +122 -98
- package/out/Hooks.sol/Hooks.json +45 -45
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +64 -64
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +53 -53
- package/out/IBaseWorld.sol/IBaseWorld.json +130 -85
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +51 -51
- package/out/ICoreSystem.sol/ICoreSystem.json +6 -6
- package/out/IDelegationControl.sol/IDelegationControl.json +50 -26
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +20 -20
- package/out/ISystemHook.sol/ISystemHook.json +171 -131
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
- package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +157 -109
- package/out/IWorldErrors.sol/IWorldErrors.json +345 -255
- package/out/IWorldKernel.sol/IWorldCall.json +294 -254
- package/out/IWorldKernel.sol/IWorldKernel.json +321 -258
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +279 -253
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +198 -198
- package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
- package/out/KeysInTableHook.sol/KeysInTableHook.json +862 -862
- package/out/KeysInTableModule.sol/KeysInTableModule.json +570 -546
- package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1008 -1008
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +459 -435
- package/out/Module.sol/Module.json +106 -82
- package/out/ResourceIds.sol/ResourceIds.json +45 -45
- package/out/Schema.sol/SchemaInstance.json +30 -30
- package/out/Schema.sol/SchemaLib.json +30 -30
- package/out/SchemaType.sol/SchemaType.json +276 -276
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +336 -312
- package/out/StoreHook.sol/StoreHook.json +358 -358
- package/out/StoreHooks.sol/StoreHooks.json +45 -45
- package/out/System.sol/System.json +81 -38
- package/out/Tables.sol/Tables.json +73 -73
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +145 -121
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1986 -1986
- package/out/UniqueEntity.sol/UniqueEntity.json +1402 -1402
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +363 -339
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +135 -99
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2722 -2722
- package/out/WorldContext.sol/WorldContextConsumer.json +771 -674
- package/out/WorldContext.sol/WorldContextProvider.json +734 -674
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +777 -765
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +777 -765
- package/out/constants.sol/constants.json +115 -115
- package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
- package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
- package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
- package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
- package/out/hasKey.sol/hasKey.json +130 -130
- package/out/index.sol/index.json +53 -53
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +199 -154
- package/out/query.sol/query.json +1154 -1154
- package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
- package/out/src/Bytes.sol/Bytes.json +1332 -1332
- package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
- package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
- package/out/src/IStore.sol/IStore.json +53 -53
- package/out/src/IWorldKernel.sol/IWorldCall.json +307 -267
- package/out/src/IWorldKernel.sol/IWorldKernel.json +334 -271
- package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +292 -266
- package/out/src/Memory.sol/Memory.json +89 -89
- package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
- package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
- package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
- package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
- package/out/src/Schema.sol/SchemaInstance.json +787 -787
- package/out/src/Schema.sol/SchemaLib.json +787 -787
- package/out/src/Slice.sol/SliceInstance.json +429 -429
- package/out/src/Slice.sol/SliceLib.json +429 -429
- package/out/src/StoreCore.sol/StoreCore.json +4455 -4455
- package/out/src/StoreCore.sol/StoreCoreInternal.json +4455 -4455
- package/out/src/StoreSwitch.sol/StoreSwitch.json +2454 -2454
- package/out/src/WorldContext.sol/WorldContextConsumer.json +777 -680
- package/out/src/WorldContext.sol/WorldContextProvider.json +740 -680
- package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +777 -765
- package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +777 -765
- package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
- package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
- package/out/tables/ResourceIds.sol/ResourceIds.json +1746 -1746
- package/out/tables/Tables.sol/Tables.json +7288 -7288
- package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3246 -3246
- package/out/types.sol/types.json +39 -39
- package/out/worldResourceTypes.sol/worldResourceTypes.json +87 -87
- package/package.json +8 -8
package/out/index.sol/index.json
CHANGED
@@ -10,47 +10,47 @@
|
|
10
10
|
},
|
11
11
|
"ast": {
|
12
12
|
"absolutePath": "src/index.sol",
|
13
|
-
"id":
|
13
|
+
"id": 39333,
|
14
14
|
"exportedSymbols": {
|
15
15
|
"CallboundDelegations": [
|
16
|
-
|
16
|
+
54771
|
17
17
|
],
|
18
18
|
"CallboundDelegationsTableId": [
|
19
|
-
|
19
|
+
53113
|
20
20
|
],
|
21
21
|
"KeysInTable": [
|
22
|
-
|
22
|
+
47708
|
23
23
|
],
|
24
24
|
"KeysInTableData": [
|
25
|
-
|
25
|
+
41215
|
26
26
|
],
|
27
27
|
"KeysInTableTableId": [
|
28
|
-
|
28
|
+
41192
|
29
29
|
],
|
30
30
|
"KeysWithValue": [
|
31
|
-
|
31
|
+
52702
|
32
32
|
],
|
33
33
|
"TimeboundDelegations": [
|
34
|
-
|
34
|
+
56140
|
35
35
|
],
|
36
36
|
"TimeboundDelegationsTableId": [
|
37
|
-
|
37
|
+
54828
|
38
38
|
],
|
39
39
|
"UniqueEntity": [
|
40
|
-
|
40
|
+
57261
|
41
41
|
],
|
42
42
|
"UsedKeysIndex": [
|
43
|
-
|
43
|
+
49320
|
44
44
|
],
|
45
45
|
"UsedKeysIndexTableId": [
|
46
|
-
|
46
|
+
47767
|
47
47
|
]
|
48
48
|
},
|
49
49
|
"nodeType": "SourceUnit",
|
50
50
|
"src": "32:706:110",
|
51
51
|
"nodes": [
|
52
52
|
{
|
53
|
-
"id":
|
53
|
+
"id": 39315,
|
54
54
|
"nodeType": "PragmaDirective",
|
55
55
|
"src": "32:25:110",
|
56
56
|
"nodes": [],
|
@@ -62,23 +62,23 @@
|
|
62
62
|
]
|
63
63
|
},
|
64
64
|
{
|
65
|
-
"id":
|
65
|
+
"id": 39317,
|
66
66
|
"nodeType": "ImportDirective",
|
67
67
|
"src": "108:81:110",
|
68
68
|
"nodes": [],
|
69
69
|
"absolutePath": "src/modules/keyswithvalue/tables/KeysWithValue.sol",
|
70
70
|
"file": "./modules/keyswithvalue/tables/KeysWithValue.sol",
|
71
71
|
"nameLocation": "-1:-1:-1",
|
72
|
-
"scope":
|
73
|
-
"sourceUnit":
|
72
|
+
"scope": 39333,
|
73
|
+
"sourceUnit": 52703,
|
74
74
|
"symbolAliases": [
|
75
75
|
{
|
76
76
|
"foreign": {
|
77
|
-
"id":
|
77
|
+
"id": 39316,
|
78
78
|
"name": "KeysWithValue",
|
79
79
|
"nodeType": "Identifier",
|
80
80
|
"overloadedDeclarations": [],
|
81
|
-
"referencedDeclaration":
|
81
|
+
"referencedDeclaration": 52702,
|
82
82
|
"src": "117:13:110",
|
83
83
|
"typeDescriptions": {}
|
84
84
|
},
|
@@ -88,23 +88,23 @@
|
|
88
88
|
"unitAlias": ""
|
89
89
|
},
|
90
90
|
{
|
91
|
-
"id":
|
91
|
+
"id": 39321,
|
92
92
|
"nodeType": "ImportDirective",
|
93
93
|
"src": "190:112:110",
|
94
94
|
"nodes": [],
|
95
95
|
"absolutePath": "src/modules/keysintable/tables/KeysInTable.sol",
|
96
96
|
"file": "./modules/keysintable/tables/KeysInTable.sol",
|
97
97
|
"nameLocation": "-1:-1:-1",
|
98
|
-
"scope":
|
99
|
-
"sourceUnit":
|
98
|
+
"scope": 39333,
|
99
|
+
"sourceUnit": 47709,
|
100
100
|
"symbolAliases": [
|
101
101
|
{
|
102
102
|
"foreign": {
|
103
|
-
"id":
|
103
|
+
"id": 39318,
|
104
104
|
"name": "KeysInTable",
|
105
105
|
"nodeType": "Identifier",
|
106
106
|
"overloadedDeclarations": [],
|
107
|
-
"referencedDeclaration":
|
107
|
+
"referencedDeclaration": 47708,
|
108
108
|
"src": "199:11:110",
|
109
109
|
"typeDescriptions": {}
|
110
110
|
},
|
@@ -112,11 +112,11 @@
|
|
112
112
|
},
|
113
113
|
{
|
114
114
|
"foreign": {
|
115
|
-
"id":
|
115
|
+
"id": 39319,
|
116
116
|
"name": "KeysInTableData",
|
117
117
|
"nodeType": "Identifier",
|
118
118
|
"overloadedDeclarations": [],
|
119
|
-
"referencedDeclaration":
|
119
|
+
"referencedDeclaration": 41215,
|
120
120
|
"src": "212:15:110",
|
121
121
|
"typeDescriptions": {}
|
122
122
|
},
|
@@ -124,11 +124,11 @@
|
|
124
124
|
},
|
125
125
|
{
|
126
126
|
"foreign": {
|
127
|
-
"id":
|
127
|
+
"id": 39320,
|
128
128
|
"name": "KeysInTableTableId",
|
129
129
|
"nodeType": "Identifier",
|
130
130
|
"overloadedDeclarations": [],
|
131
|
-
"referencedDeclaration":
|
131
|
+
"referencedDeclaration": 41192,
|
132
132
|
"src": "229:18:110",
|
133
133
|
"typeDescriptions": {}
|
134
134
|
},
|
@@ -138,23 +138,23 @@
|
|
138
138
|
"unitAlias": ""
|
139
139
|
},
|
140
140
|
{
|
141
|
-
"id":
|
141
|
+
"id": 39324,
|
142
142
|
"nodeType": "ImportDirective",
|
143
143
|
"src": "303:101:110",
|
144
144
|
"nodes": [],
|
145
145
|
"absolutePath": "src/modules/keysintable/tables/UsedKeysIndex.sol",
|
146
146
|
"file": "./modules/keysintable/tables/UsedKeysIndex.sol",
|
147
147
|
"nameLocation": "-1:-1:-1",
|
148
|
-
"scope":
|
149
|
-
"sourceUnit":
|
148
|
+
"scope": 39333,
|
149
|
+
"sourceUnit": 49330,
|
150
150
|
"symbolAliases": [
|
151
151
|
{
|
152
152
|
"foreign": {
|
153
|
-
"id":
|
153
|
+
"id": 39322,
|
154
154
|
"name": "UsedKeysIndex",
|
155
155
|
"nodeType": "Identifier",
|
156
156
|
"overloadedDeclarations": [],
|
157
|
-
"referencedDeclaration":
|
157
|
+
"referencedDeclaration": 49320,
|
158
158
|
"src": "312:13:110",
|
159
159
|
"typeDescriptions": {}
|
160
160
|
},
|
@@ -162,11 +162,11 @@
|
|
162
162
|
},
|
163
163
|
{
|
164
164
|
"foreign": {
|
165
|
-
"id":
|
165
|
+
"id": 39323,
|
166
166
|
"name": "UsedKeysIndexTableId",
|
167
167
|
"nodeType": "Identifier",
|
168
168
|
"overloadedDeclarations": [],
|
169
|
-
"referencedDeclaration":
|
169
|
+
"referencedDeclaration": 47767,
|
170
170
|
"src": "327:20:110",
|
171
171
|
"typeDescriptions": {}
|
172
172
|
},
|
@@ -176,23 +176,23 @@
|
|
176
176
|
"unitAlias": ""
|
177
177
|
},
|
178
178
|
{
|
179
|
-
"id":
|
179
|
+
"id": 39326,
|
180
180
|
"nodeType": "ImportDirective",
|
181
181
|
"src": "405:78:110",
|
182
182
|
"nodes": [],
|
183
183
|
"absolutePath": "src/modules/uniqueentity/tables/UniqueEntity.sol",
|
184
184
|
"file": "./modules/uniqueentity/tables/UniqueEntity.sol",
|
185
185
|
"nameLocation": "-1:-1:-1",
|
186
|
-
"scope":
|
187
|
-
"sourceUnit":
|
186
|
+
"scope": 39333,
|
187
|
+
"sourceUnit": 57262,
|
188
188
|
"symbolAliases": [
|
189
189
|
{
|
190
190
|
"foreign": {
|
191
|
-
"id":
|
191
|
+
"id": 39325,
|
192
192
|
"name": "UniqueEntity",
|
193
193
|
"nodeType": "Identifier",
|
194
194
|
"overloadedDeclarations": [],
|
195
|
-
"referencedDeclaration":
|
195
|
+
"referencedDeclaration": 57261,
|
196
196
|
"src": "414:12:110",
|
197
197
|
"typeDescriptions": {}
|
198
198
|
},
|
@@ -202,23 +202,23 @@
|
|
202
202
|
"unitAlias": ""
|
203
203
|
},
|
204
204
|
{
|
205
|
-
"id":
|
205
|
+
"id": 39329,
|
206
206
|
"nodeType": "ImportDirective",
|
207
207
|
"src": "484:126:110",
|
208
208
|
"nodes": [],
|
209
209
|
"absolutePath": "src/modules/std-delegations/tables/CallboundDelegations.sol",
|
210
210
|
"file": "./modules/std-delegations/tables/CallboundDelegations.sol",
|
211
211
|
"nameLocation": "-1:-1:-1",
|
212
|
-
"scope":
|
213
|
-
"sourceUnit":
|
212
|
+
"scope": 39333,
|
213
|
+
"sourceUnit": 54772,
|
214
214
|
"symbolAliases": [
|
215
215
|
{
|
216
216
|
"foreign": {
|
217
|
-
"id":
|
217
|
+
"id": 39327,
|
218
218
|
"name": "CallboundDelegations",
|
219
219
|
"nodeType": "Identifier",
|
220
220
|
"overloadedDeclarations": [],
|
221
|
-
"referencedDeclaration":
|
221
|
+
"referencedDeclaration": 54771,
|
222
222
|
"src": "493:20:110",
|
223
223
|
"typeDescriptions": {}
|
224
224
|
},
|
@@ -226,11 +226,11 @@
|
|
226
226
|
},
|
227
227
|
{
|
228
228
|
"foreign": {
|
229
|
-
"id":
|
229
|
+
"id": 39328,
|
230
230
|
"name": "CallboundDelegationsTableId",
|
231
231
|
"nodeType": "Identifier",
|
232
232
|
"overloadedDeclarations": [],
|
233
|
-
"referencedDeclaration":
|
233
|
+
"referencedDeclaration": 53113,
|
234
234
|
"src": "515:27:110",
|
235
235
|
"typeDescriptions": {}
|
236
236
|
},
|
@@ -240,23 +240,23 @@
|
|
240
240
|
"unitAlias": ""
|
241
241
|
},
|
242
242
|
{
|
243
|
-
"id":
|
243
|
+
"id": 39332,
|
244
244
|
"nodeType": "ImportDirective",
|
245
245
|
"src": "611:126:110",
|
246
246
|
"nodes": [],
|
247
247
|
"absolutePath": "src/modules/std-delegations/tables/TimeboundDelegations.sol",
|
248
248
|
"file": "./modules/std-delegations/tables/TimeboundDelegations.sol",
|
249
249
|
"nameLocation": "-1:-1:-1",
|
250
|
-
"scope":
|
251
|
-
"sourceUnit":
|
250
|
+
"scope": 39333,
|
251
|
+
"sourceUnit": 56141,
|
252
252
|
"symbolAliases": [
|
253
253
|
{
|
254
254
|
"foreign": {
|
255
|
-
"id":
|
255
|
+
"id": 39330,
|
256
256
|
"name": "TimeboundDelegations",
|
257
257
|
"nodeType": "Identifier",
|
258
258
|
"overloadedDeclarations": [],
|
259
|
-
"referencedDeclaration":
|
259
|
+
"referencedDeclaration": 56140,
|
260
260
|
"src": "620:20:110",
|
261
261
|
"typeDescriptions": {}
|
262
262
|
},
|
@@ -264,11 +264,11 @@
|
|
264
264
|
},
|
265
265
|
{
|
266
266
|
"foreign": {
|
267
|
-
"id":
|
267
|
+
"id": 39331,
|
268
268
|
"name": "TimeboundDelegationsTableId",
|
269
269
|
"nodeType": "Identifier",
|
270
270
|
"overloadedDeclarations": [],
|
271
|
-
"referencedDeclaration":
|
271
|
+
"referencedDeclaration": 54828,
|
272
272
|
"src": "642:27:110",
|
273
273
|
"typeDescriptions": {}
|
274
274
|
},
|