@latticexyz/world-modules 2.0.0-main-251170e1 → 2.0.0-main-c07fa021
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/dist/mud.config.js +1 -1
- package/dist/mud.config.js.map +1 -1
- package/out/ArrayLib.sol/ArrayLib.json +477 -477
- package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +314 -314
- package/out/CallboundDelegations.sol/CallboundDelegations.json +4012 -4012
- package/out/DelegationControl.sol/DelegationControl.json +22 -22
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +97 -97
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +81 -81
- package/out/IBaseWorld.sol/IBaseWorld.abi.json +0 -13
- package/out/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +0 -13
- package/out/IBaseWorld.sol/IBaseWorld.json +63 -143
- package/out/ICallBatchSystem.sol/ICallBatchSystem.json +51 -51
- package/out/ICoreSystem.sol/ICoreSystem.json +15 -15
- package/out/IDelegationControl.sol/IDelegationControl.json +93 -93
- package/out/IModule.sol/IModule.json +139 -139
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +58 -58
- package/out/ISystemHook.sol/ISystemHook.json +129 -129
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +2 -2
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +2 -2
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +37 -37
- package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +118 -118
- package/out/IWorldErrors.sol/IWorldErrors.json +238 -238
- package/out/IWorldKernel.sol/IWorldCall.json +241 -241
- package/out/IWorldKernel.sol/IWorldKernel.json +241 -241
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +241 -241
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +282 -282
- package/out/KeysInTable.sol/KeysInTable.json +15792 -15792
- package/out/KeysInTableHook.sol/KeysInTableHook.json +1253 -1253
- package/out/KeysInTableModule.sol/KeysInTableModule.json +798 -798
- package/out/KeysWithValue.sol/KeysWithValue.json +5879 -5879
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1335 -1335
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +619 -619
- package/out/Module.sol/Module.json +20 -20
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +467 -467
- package/out/StoreHook.sol/StoreHook.json +31 -31
- package/out/System.sol/System.json +3 -3
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +166 -166
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +3149 -3149
- package/out/UniqueEntity.sol/UniqueEntity.json +1976 -1976
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +486 -486
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +114 -114
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +3954 -3954
- package/out/WorldContext.sol/WorldContextConsumer.json +17 -17
- package/out/WorldContext.sol/WorldContextProvider.json +17 -17
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +7 -7
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +7 -7
- package/out/constants.sol/constants.json +116 -116
- package/out/getKeysInTable.sol/getKeysInTable.json +819 -819
- package/out/getKeysWithValue.sol/getKeysWithValue.json +374 -374
- package/out/getTargetTableId.sol/getTargetTableId.json +232 -232
- package/out/getUniqueEntity.sol/getUniqueEntity.json +143 -143
- package/out/hasKey.sol/hasKey.json +189 -189
- package/out/index.sol/index.json +73 -73
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +197 -197
- package/out/interfaces/IERC165.sol/IERC165.json +50 -50
- package/out/interfaces/IWorldKernel.sol/IWorldCall.json +137 -137
- package/out/interfaces/IWorldKernel.sol/IWorldKernel.json +137 -137
- package/out/interfaces/IWorldKernel.sol/IWorldModuleInstallation.json +137 -137
- package/out/query.sol/query.json +1791 -1791
- package/out/src/FieldLayout.sol/FieldLayoutInstance.json +47 -47
- package/out/src/FieldLayout.sol/FieldLayoutLib.json +47 -47
- package/out/src/IStore.sol/IStore.json +21 -21
- package/out/src/IStore.sol/IStoreData.json +21 -21
- package/out/src/IStore.sol/IStoreRead.json +21 -21
- package/out/src/IStore.sol/IStoreRegistration.json +21 -21
- package/out/src/IStore.sol/IStoreWrite.json +21 -21
- package/out/src/Memory.sol/Memory.json +4 -4
- package/out/src/Schema.sol/SchemaInstance.json +42 -42
- package/out/src/Schema.sol/SchemaLib.json +42 -42
- package/out/src/Slice.sol/SliceInstance.json +4 -4
- package/out/src/Slice.sol/SliceLib.json +4 -4
- package/out/src/StoreCore.sol/StoreCore.json +294 -294
- package/out/src/StoreCore.sol/StoreCoreInternal.json +294 -294
- package/out/src/StoreSwitch.sol/StoreSwitch.json +23 -23
- package/out/src/WorldContext.sol/WorldContextConsumer.json +22 -22
- package/out/src/WorldContext.sol/WorldContextProvider.json +22 -22
- package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +14 -14
- package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +14 -14
- package/out/tightcoder/EncodeArray.sol/EncodeArray.json +297 -297
- package/package.json +8 -8
- package/src/interfaces/IBaseWorld.sol +1 -3
- package/src/interfaces/IUniqueEntitySystem.sol +2 -3
- package/src/modules/keysintable/KeysInTableModule.sol +1 -1
- package/src/modules/keyswithvalue/KeysWithValueHook.sol +1 -1
- package/src/modules/keyswithvalue/KeysWithValueModule.sol +1 -1
- package/src/modules/std-delegations/StandardDelegationsModule.sol +1 -1
- package/src/modules/uniqueentity/UniqueEntityModule.sol +1 -1
- package/src/modules/uniqueentity/getUniqueEntity.sol +2 -2
- package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +0 -15
- package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +0 -16
- package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +0 -197
@@ -45,7 +45,7 @@
|
|
45
45
|
"methodIdentifiers": {
|
46
46
|
"callBatch((bytes32,bytes)[])": "0ca89978"
|
47
47
|
},
|
48
|
-
"rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"components\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"internalType\":\"struct SystemCallData[]\",\"name\":\"systemCalls\",\"type\":\"tuple[]\"}],\"name\":\"callBatch\",\"outputs\":[{\"internalType\":\"bytes[]\",\"name\":\"returnDatas\",\"type\":\"bytes[]\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/world/src/interfaces/ICallBatchSystem.sol\":\"ICallBatchSystem\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"/home/runner/work/mud/mud/packages/world/src/interfaces/ICallBatchSystem.sol\":{\"keccak256\":\"
|
48
|
+
"rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"components\":[{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"internalType\":\"struct SystemCallData[]\",\"name\":\"systemCalls\",\"type\":\"tuple[]\"}],\"name\":\"callBatch\",\"outputs\":[{\"internalType\":\"bytes[]\",\"name\":\"returnDatas\",\"type\":\"bytes[]\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/ICallBatchSystem.sol\":\"ICallBatchSystem\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/ICallBatchSystem.sol\":{\"keccak256\":\"0x2248dcccd33b2204d52c2a7ade8237c01c826aacb2069ca6c72dab52044c8507\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://02c5e1e0bd8bada1c300a287536b356173fb7db2a7ac1e5f4237128992684c7f\",\"dweb:/ipfs/QmV1J8hnESN9RhzvjFYZWAPcfkz2ePQrXKk4oEoNWFCjjf\"]},\"/home/runner/work/mud/mud/packages/world/src/modules/core/types.sol\":{\"keccak256\":\"0x551f7814c1905dcfdd1165598cc1f721dcb599c7e64e076917c6e4abeef012f3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3c61ae32a9f62f967549424425dd72abc9a70b2c3c19d02926e011529d3628fe\",\"dweb:/ipfs/QmacLTFt3fHr6dvGH42bB3pkEK7prmtYyrhAvJzKMqcxYy\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x4a61aefe72d6035b1e9aca7841aab44ebd26f8706bdbb447f382046fa94753b6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f715743739e4f8f8a98d78397025a92299ecb3b5dde88cc53bc1ab72bf531fa6\",\"dweb:/ipfs/QmVsYAupGWZUemE4t6xjLqztGHadQ8cyo9E4mT5ZDKUmTs\"]}},\"version\":1}",
|
49
49
|
"metadata": {
|
50
50
|
"compiler": {
|
51
51
|
"version": "0.8.21+commit.d9974bed"
|
@@ -110,16 +110,16 @@
|
|
110
110
|
"bytecodeHash": "none"
|
111
111
|
},
|
112
112
|
"compilationTarget": {
|
113
|
-
"/home/runner/work/mud/mud/packages/world/src/interfaces/ICallBatchSystem.sol": "ICallBatchSystem"
|
113
|
+
"/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/ICallBatchSystem.sol": "ICallBatchSystem"
|
114
114
|
},
|
115
115
|
"libraries": {}
|
116
116
|
},
|
117
117
|
"sources": {
|
118
|
-
"/home/runner/work/mud/mud/packages/world/src/interfaces/ICallBatchSystem.sol": {
|
119
|
-
"keccak256": "
|
118
|
+
"/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/ICallBatchSystem.sol": {
|
119
|
+
"keccak256": "0x2248dcccd33b2204d52c2a7ade8237c01c826aacb2069ca6c72dab52044c8507",
|
120
120
|
"urls": [
|
121
|
-
"bzz-raw://
|
122
|
-
"dweb:/ipfs/
|
121
|
+
"bzz-raw://02c5e1e0bd8bada1c300a287536b356173fb7db2a7ac1e5f4237128992684c7f",
|
122
|
+
"dweb:/ipfs/QmV1J8hnESN9RhzvjFYZWAPcfkz2ePQrXKk4oEoNWFCjjf"
|
123
123
|
],
|
124
124
|
"license": "MIT"
|
125
125
|
},
|
@@ -143,23 +143,23 @@
|
|
143
143
|
"version": 1
|
144
144
|
},
|
145
145
|
"ast": {
|
146
|
-
"absolutePath": "/home/runner/work/mud/mud/packages/world/src/interfaces/ICallBatchSystem.sol",
|
147
|
-
"id":
|
146
|
+
"absolutePath": "/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/ICallBatchSystem.sol",
|
147
|
+
"id": 33226,
|
148
148
|
"exportedSymbols": {
|
149
149
|
"ICallBatchSystem": [
|
150
|
-
|
150
|
+
33225
|
151
151
|
],
|
152
152
|
"SystemCallData": [
|
153
153
|
33708
|
154
154
|
]
|
155
155
|
},
|
156
156
|
"nodeType": "SourceUnit",
|
157
|
-
"src": "32:
|
157
|
+
"src": "32:280:37",
|
158
158
|
"nodes": [
|
159
159
|
{
|
160
|
-
"id":
|
160
|
+
"id": 33212,
|
161
161
|
"nodeType": "PragmaDirective",
|
162
|
-
"src": "32:25:
|
162
|
+
"src": "32:25:37",
|
163
163
|
"nodes": [],
|
164
164
|
"literals": [
|
165
165
|
"solidity",
|
@@ -169,24 +169,24 @@
|
|
169
169
|
]
|
170
170
|
},
|
171
171
|
{
|
172
|
-
"id":
|
172
|
+
"id": 33214,
|
173
173
|
"nodeType": "ImportDirective",
|
174
|
-
"src": "108:
|
174
|
+
"src": "108:64:37",
|
175
175
|
"nodes": [],
|
176
176
|
"absolutePath": "/home/runner/work/mud/mud/packages/world/src/modules/core/types.sol",
|
177
|
-
"file": "
|
177
|
+
"file": "./../../modules/core/types.sol",
|
178
178
|
"nameLocation": "-1:-1:-1",
|
179
|
-
"scope":
|
179
|
+
"scope": 33226,
|
180
180
|
"sourceUnit": 33709,
|
181
181
|
"symbolAliases": [
|
182
182
|
{
|
183
183
|
"foreign": {
|
184
|
-
"id":
|
184
|
+
"id": 33213,
|
185
185
|
"name": "SystemCallData",
|
186
186
|
"nodeType": "Identifier",
|
187
187
|
"overloadedDeclarations": [],
|
188
188
|
"referencedDeclaration": 33708,
|
189
|
-
"src": "117:14:
|
189
|
+
"src": "117:14:37",
|
190
190
|
"typeDescriptions": {}
|
191
191
|
},
|
192
192
|
"nameLocation": "-1:-1:-1"
|
@@ -195,34 +195,34 @@
|
|
195
195
|
"unitAlias": ""
|
196
196
|
},
|
197
197
|
{
|
198
|
-
"id":
|
198
|
+
"id": 33225,
|
199
199
|
"nodeType": "ContractDefinition",
|
200
|
-
"src": "
|
200
|
+
"src": "174:137:37",
|
201
201
|
"nodes": [
|
202
202
|
{
|
203
|
-
"id":
|
203
|
+
"id": 33224,
|
204
204
|
"nodeType": "FunctionDefinition",
|
205
|
-
"src": "
|
205
|
+
"src": "205:104:37",
|
206
206
|
"nodes": [],
|
207
207
|
"functionSelector": "0ca89978",
|
208
208
|
"implemented": false,
|
209
209
|
"kind": "function",
|
210
210
|
"modifiers": [],
|
211
211
|
"name": "callBatch",
|
212
|
-
"nameLocation": "
|
212
|
+
"nameLocation": "214:9:37",
|
213
213
|
"parameters": {
|
214
|
-
"id":
|
214
|
+
"id": 33219,
|
215
215
|
"nodeType": "ParameterList",
|
216
216
|
"parameters": [
|
217
217
|
{
|
218
218
|
"constant": false,
|
219
|
-
"id":
|
219
|
+
"id": 33218,
|
220
220
|
"mutability": "mutable",
|
221
221
|
"name": "systemCalls",
|
222
|
-
"nameLocation": "
|
222
|
+
"nameLocation": "250:11:37",
|
223
223
|
"nodeType": "VariableDeclaration",
|
224
|
-
"scope":
|
225
|
-
"src": "
|
224
|
+
"scope": 33224,
|
225
|
+
"src": "224:37:37",
|
226
226
|
"stateVariable": false,
|
227
227
|
"storageLocation": "calldata",
|
228
228
|
"typeDescriptions": {
|
@@ -231,28 +231,28 @@
|
|
231
231
|
},
|
232
232
|
"typeName": {
|
233
233
|
"baseType": {
|
234
|
-
"id":
|
234
|
+
"id": 33216,
|
235
235
|
"nodeType": "UserDefinedTypeName",
|
236
236
|
"pathNode": {
|
237
|
-
"id":
|
237
|
+
"id": 33215,
|
238
238
|
"name": "SystemCallData",
|
239
239
|
"nameLocations": [
|
240
|
-
"
|
240
|
+
"224:14:37"
|
241
241
|
],
|
242
242
|
"nodeType": "IdentifierPath",
|
243
243
|
"referencedDeclaration": 33708,
|
244
|
-
"src": "
|
244
|
+
"src": "224:14:37"
|
245
245
|
},
|
246
246
|
"referencedDeclaration": 33708,
|
247
|
-
"src": "
|
247
|
+
"src": "224:14:37",
|
248
248
|
"typeDescriptions": {
|
249
249
|
"typeIdentifier": "t_struct$_SystemCallData_$33708_storage_ptr",
|
250
250
|
"typeString": "struct SystemCallData"
|
251
251
|
}
|
252
252
|
},
|
253
|
-
"id":
|
253
|
+
"id": 33217,
|
254
254
|
"nodeType": "ArrayTypeName",
|
255
|
-
"src": "
|
255
|
+
"src": "224:16:37",
|
256
256
|
"typeDescriptions": {
|
257
257
|
"typeIdentifier": "t_array$_t_struct$_SystemCallData_$33708_storage_$dyn_storage_ptr",
|
258
258
|
"typeString": "struct SystemCallData[]"
|
@@ -261,21 +261,21 @@
|
|
261
261
|
"visibility": "internal"
|
262
262
|
}
|
263
263
|
],
|
264
|
-
"src": "
|
264
|
+
"src": "223:39:37"
|
265
265
|
},
|
266
266
|
"returnParameters": {
|
267
|
-
"id":
|
267
|
+
"id": 33223,
|
268
268
|
"nodeType": "ParameterList",
|
269
269
|
"parameters": [
|
270
270
|
{
|
271
271
|
"constant": false,
|
272
|
-
"id":
|
272
|
+
"id": 33222,
|
273
273
|
"mutability": "mutable",
|
274
274
|
"name": "returnDatas",
|
275
|
-
"nameLocation": "
|
275
|
+
"nameLocation": "296:11:37",
|
276
276
|
"nodeType": "VariableDeclaration",
|
277
|
-
"scope":
|
278
|
-
"src": "
|
277
|
+
"scope": 33224,
|
278
|
+
"src": "281:26:37",
|
279
279
|
"stateVariable": false,
|
280
280
|
"storageLocation": "memory",
|
281
281
|
"typeDescriptions": {
|
@@ -284,18 +284,18 @@
|
|
284
284
|
},
|
285
285
|
"typeName": {
|
286
286
|
"baseType": {
|
287
|
-
"id":
|
287
|
+
"id": 33220,
|
288
288
|
"name": "bytes",
|
289
289
|
"nodeType": "ElementaryTypeName",
|
290
|
-
"src": "
|
290
|
+
"src": "281:5:37",
|
291
291
|
"typeDescriptions": {
|
292
292
|
"typeIdentifier": "t_bytes_storage_ptr",
|
293
293
|
"typeString": "bytes"
|
294
294
|
}
|
295
295
|
},
|
296
|
-
"id":
|
296
|
+
"id": 33221,
|
297
297
|
"nodeType": "ArrayTypeName",
|
298
|
-
"src": "
|
298
|
+
"src": "281:7:37",
|
299
299
|
"typeDescriptions": {
|
300
300
|
"typeIdentifier": "t_array$_t_bytes_storage_$dyn_storage_ptr",
|
301
301
|
"typeString": "bytes[]"
|
@@ -304,9 +304,9 @@
|
|
304
304
|
"visibility": "internal"
|
305
305
|
}
|
306
306
|
],
|
307
|
-
"src": "
|
307
|
+
"src": "280:28:37"
|
308
308
|
},
|
309
|
-
"scope":
|
309
|
+
"scope": 33225,
|
310
310
|
"stateMutability": "nonpayable",
|
311
311
|
"virtual": false,
|
312
312
|
"visibility": "external"
|
@@ -319,16 +319,16 @@
|
|
319
319
|
"contractKind": "interface",
|
320
320
|
"fullyImplemented": false,
|
321
321
|
"linearizedBaseContracts": [
|
322
|
-
|
322
|
+
33225
|
323
323
|
],
|
324
324
|
"name": "ICallBatchSystem",
|
325
|
-
"nameLocation": "
|
326
|
-
"scope":
|
325
|
+
"nameLocation": "184:16:37",
|
326
|
+
"scope": 33226,
|
327
327
|
"usedErrors": [],
|
328
328
|
"usedEvents": []
|
329
329
|
}
|
330
330
|
],
|
331
331
|
"license": "MIT"
|
332
332
|
},
|
333
|
-
"id":
|
333
|
+
"id": 37
|
334
334
|
}
|
@@ -11,7 +11,7 @@
|
|
11
11
|
"linkReferences": {}
|
12
12
|
},
|
13
13
|
"methodIdentifiers": {},
|
14
|
-
"rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/world/src/interfaces/ICoreSystem.sol\":\"ICoreSystem\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"/home/runner/work/mud/mud/packages/world/src/interfaces/ICoreSystem.sol\":{\"keccak256\":\"0x2d81bbd0c31f30f59e02a999abac7424b7001f3214221872493d58799ea41bfe\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4310a29d7520173f8ec4f5ee6a0b5177f065103306c2714fbdf6b1e9ab18a75f\",\"dweb:/ipfs/QmNfvbPhmuwfjkNxuXeu9KZGbVs6XAsjbirxt3AQgPm4bA\"]}},\"version\":1}",
|
14
|
+
"rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/ICoreSystem.sol\":\"ICoreSystem\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/ICoreSystem.sol\":{\"keccak256\":\"0x2d81bbd0c31f30f59e02a999abac7424b7001f3214221872493d58799ea41bfe\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4310a29d7520173f8ec4f5ee6a0b5177f065103306c2714fbdf6b1e9ab18a75f\",\"dweb:/ipfs/QmNfvbPhmuwfjkNxuXeu9KZGbVs6XAsjbirxt3AQgPm4bA\"]}},\"version\":1}",
|
15
15
|
"metadata": {
|
16
16
|
"compiler": {
|
17
17
|
"version": "0.8.21+commit.d9974bed"
|
@@ -44,12 +44,12 @@
|
|
44
44
|
"bytecodeHash": "none"
|
45
45
|
},
|
46
46
|
"compilationTarget": {
|
47
|
-
"/home/runner/work/mud/mud/packages/world/src/interfaces/ICoreSystem.sol": "ICoreSystem"
|
47
|
+
"/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/ICoreSystem.sol": "ICoreSystem"
|
48
48
|
},
|
49
49
|
"libraries": {}
|
50
50
|
},
|
51
51
|
"sources": {
|
52
|
-
"/home/runner/work/mud/mud/packages/world/src/interfaces/ICoreSystem.sol": {
|
52
|
+
"/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/ICoreSystem.sol": {
|
53
53
|
"keccak256": "0x2d81bbd0c31f30f59e02a999abac7424b7001f3214221872493d58799ea41bfe",
|
54
54
|
"urls": [
|
55
55
|
"bzz-raw://4310a29d7520173f8ec4f5ee6a0b5177f065103306c2714fbdf6b1e9ab18a75f",
|
@@ -61,20 +61,20 @@
|
|
61
61
|
"version": 1
|
62
62
|
},
|
63
63
|
"ast": {
|
64
|
-
"absolutePath": "/home/runner/work/mud/mud/packages/world/src/interfaces/ICoreSystem.sol",
|
65
|
-
"id":
|
64
|
+
"absolutePath": "/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/ICoreSystem.sol",
|
65
|
+
"id": 33229,
|
66
66
|
"exportedSymbols": {
|
67
67
|
"ICoreSystem": [
|
68
|
-
|
68
|
+
33228
|
69
69
|
]
|
70
70
|
},
|
71
71
|
"nodeType": "SourceUnit",
|
72
|
-
"src": "32:103:
|
72
|
+
"src": "32:103:38",
|
73
73
|
"nodes": [
|
74
74
|
{
|
75
|
-
"id":
|
75
|
+
"id": 33227,
|
76
76
|
"nodeType": "PragmaDirective",
|
77
|
-
"src": "32:25:
|
77
|
+
"src": "32:25:38",
|
78
78
|
"nodes": [],
|
79
79
|
"literals": [
|
80
80
|
"solidity",
|
@@ -84,9 +84,9 @@
|
|
84
84
|
]
|
85
85
|
},
|
86
86
|
{
|
87
|
-
"id":
|
87
|
+
"id": 33228,
|
88
88
|
"nodeType": "ContractDefinition",
|
89
|
-
"src": "108:26:
|
89
|
+
"src": "108:26:38",
|
90
90
|
"nodes": [],
|
91
91
|
"abstract": false,
|
92
92
|
"baseContracts": [],
|
@@ -95,16 +95,16 @@
|
|
95
95
|
"contractKind": "interface",
|
96
96
|
"fullyImplemented": true,
|
97
97
|
"linearizedBaseContracts": [
|
98
|
-
|
98
|
+
33228
|
99
99
|
],
|
100
100
|
"name": "ICoreSystem",
|
101
|
-
"nameLocation": "118:11:
|
102
|
-
"scope":
|
101
|
+
"nameLocation": "118:11:38",
|
102
|
+
"scope": 33229,
|
103
103
|
"usedErrors": [],
|
104
104
|
"usedEvents": []
|
105
105
|
}
|
106
106
|
],
|
107
107
|
"license": "MIT"
|
108
108
|
},
|
109
|
-
"id":
|
109
|
+
"id": 38
|
110
110
|
}
|