@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.
Files changed (91) hide show
  1. package/dist/mud.config.js +1 -1
  2. package/dist/mud.config.js.map +1 -1
  3. package/out/ArrayLib.sol/ArrayLib.json +477 -477
  4. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +314 -314
  5. package/out/CallboundDelegations.sol/CallboundDelegations.json +4012 -4012
  6. package/out/DelegationControl.sol/DelegationControl.json +22 -22
  7. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +97 -97
  8. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +81 -81
  9. package/out/IBaseWorld.sol/IBaseWorld.abi.json +0 -13
  10. package/out/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +0 -13
  11. package/out/IBaseWorld.sol/IBaseWorld.json +63 -143
  12. package/out/ICallBatchSystem.sol/ICallBatchSystem.json +51 -51
  13. package/out/ICoreSystem.sol/ICoreSystem.json +15 -15
  14. package/out/IDelegationControl.sol/IDelegationControl.json +93 -93
  15. package/out/IModule.sol/IModule.json +139 -139
  16. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +58 -58
  17. package/out/ISystemHook.sol/ISystemHook.json +129 -129
  18. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +2 -2
  19. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +2 -2
  20. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +37 -37
  21. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +118 -118
  22. package/out/IWorldErrors.sol/IWorldErrors.json +238 -238
  23. package/out/IWorldKernel.sol/IWorldCall.json +241 -241
  24. package/out/IWorldKernel.sol/IWorldKernel.json +241 -241
  25. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +241 -241
  26. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +282 -282
  27. package/out/KeysInTable.sol/KeysInTable.json +15792 -15792
  28. package/out/KeysInTableHook.sol/KeysInTableHook.json +1253 -1253
  29. package/out/KeysInTableModule.sol/KeysInTableModule.json +798 -798
  30. package/out/KeysWithValue.sol/KeysWithValue.json +5879 -5879
  31. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1335 -1335
  32. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +619 -619
  33. package/out/Module.sol/Module.json +20 -20
  34. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +467 -467
  35. package/out/StoreHook.sol/StoreHook.json +31 -31
  36. package/out/System.sol/System.json +3 -3
  37. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +166 -166
  38. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +3149 -3149
  39. package/out/UniqueEntity.sol/UniqueEntity.json +1976 -1976
  40. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +486 -486
  41. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +114 -114
  42. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +3954 -3954
  43. package/out/WorldContext.sol/WorldContextConsumer.json +17 -17
  44. package/out/WorldContext.sol/WorldContextProvider.json +17 -17
  45. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +7 -7
  46. package/out/WorldResourceId.sol/WorldResourceIdLib.json +7 -7
  47. package/out/constants.sol/constants.json +116 -116
  48. package/out/getKeysInTable.sol/getKeysInTable.json +819 -819
  49. package/out/getKeysWithValue.sol/getKeysWithValue.json +374 -374
  50. package/out/getTargetTableId.sol/getTargetTableId.json +232 -232
  51. package/out/getUniqueEntity.sol/getUniqueEntity.json +143 -143
  52. package/out/hasKey.sol/hasKey.json +189 -189
  53. package/out/index.sol/index.json +73 -73
  54. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +197 -197
  55. package/out/interfaces/IERC165.sol/IERC165.json +50 -50
  56. package/out/interfaces/IWorldKernel.sol/IWorldCall.json +137 -137
  57. package/out/interfaces/IWorldKernel.sol/IWorldKernel.json +137 -137
  58. package/out/interfaces/IWorldKernel.sol/IWorldModuleInstallation.json +137 -137
  59. package/out/query.sol/query.json +1791 -1791
  60. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +47 -47
  61. package/out/src/FieldLayout.sol/FieldLayoutLib.json +47 -47
  62. package/out/src/IStore.sol/IStore.json +21 -21
  63. package/out/src/IStore.sol/IStoreData.json +21 -21
  64. package/out/src/IStore.sol/IStoreRead.json +21 -21
  65. package/out/src/IStore.sol/IStoreRegistration.json +21 -21
  66. package/out/src/IStore.sol/IStoreWrite.json +21 -21
  67. package/out/src/Memory.sol/Memory.json +4 -4
  68. package/out/src/Schema.sol/SchemaInstance.json +42 -42
  69. package/out/src/Schema.sol/SchemaLib.json +42 -42
  70. package/out/src/Slice.sol/SliceInstance.json +4 -4
  71. package/out/src/Slice.sol/SliceLib.json +4 -4
  72. package/out/src/StoreCore.sol/StoreCore.json +294 -294
  73. package/out/src/StoreCore.sol/StoreCoreInternal.json +294 -294
  74. package/out/src/StoreSwitch.sol/StoreSwitch.json +23 -23
  75. package/out/src/WorldContext.sol/WorldContextConsumer.json +22 -22
  76. package/out/src/WorldContext.sol/WorldContextProvider.json +22 -22
  77. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +14 -14
  78. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +14 -14
  79. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +297 -297
  80. package/package.json +8 -8
  81. package/src/interfaces/IBaseWorld.sol +1 -3
  82. package/src/interfaces/IUniqueEntitySystem.sol +2 -3
  83. package/src/modules/keysintable/KeysInTableModule.sol +1 -1
  84. package/src/modules/keyswithvalue/KeysWithValueHook.sol +1 -1
  85. package/src/modules/keyswithvalue/KeysWithValueModule.sol +1 -1
  86. package/src/modules/std-delegations/StandardDelegationsModule.sol +1 -1
  87. package/src/modules/uniqueentity/UniqueEntityModule.sol +1 -1
  88. package/src/modules/uniqueentity/getUniqueEntity.sol +2 -2
  89. package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +0 -15
  90. package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +0 -16
  91. 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\":\"0xe70d140fe918dccc918dace547eea7f2f0cde25c686567f38b5c331b1ced1beb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://66121db75ef999468f78f711ff36456b9dc6be55486be1ca1d1b8d309e798aa7\",\"dweb:/ipfs/QmUgSKrjrKcrkwFN3GjsGkzBtcem3bsDYds2trzzxcYKEg\"]},\"/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}",
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": "0xe70d140fe918dccc918dace547eea7f2f0cde25c686567f38b5c331b1ced1beb",
118
+ "/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/ICallBatchSystem.sol": {
119
+ "keccak256": "0x2248dcccd33b2204d52c2a7ade8237c01c826aacb2069ca6c72dab52044c8507",
120
120
  "urls": [
121
- "bzz-raw://66121db75ef999468f78f711ff36456b9dc6be55486be1ca1d1b8d309e798aa7",
122
- "dweb:/ipfs/QmUgSKrjrKcrkwFN3GjsGkzBtcem3bsDYds2trzzxcYKEg"
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": 33272,
146
+ "absolutePath": "/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/ICallBatchSystem.sol",
147
+ "id": 33226,
148
148
  "exportedSymbols": {
149
149
  "ICallBatchSystem": [
150
- 33271
150
+ 33225
151
151
  ],
152
152
  "SystemCallData": [
153
153
  33708
154
154
  ]
155
155
  },
156
156
  "nodeType": "SourceUnit",
157
- "src": "32:277:38",
157
+ "src": "32:280:37",
158
158
  "nodes": [
159
159
  {
160
- "id": 33258,
160
+ "id": 33212,
161
161
  "nodeType": "PragmaDirective",
162
- "src": "32:25:38",
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": 33260,
172
+ "id": 33214,
173
173
  "nodeType": "ImportDirective",
174
- "src": "108:61:38",
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": "./../modules/core/types.sol",
177
+ "file": "./../../modules/core/types.sol",
178
178
  "nameLocation": "-1:-1:-1",
179
- "scope": 33272,
179
+ "scope": 33226,
180
180
  "sourceUnit": 33709,
181
181
  "symbolAliases": [
182
182
  {
183
183
  "foreign": {
184
- "id": 33259,
184
+ "id": 33213,
185
185
  "name": "SystemCallData",
186
186
  "nodeType": "Identifier",
187
187
  "overloadedDeclarations": [],
188
188
  "referencedDeclaration": 33708,
189
- "src": "117:14:38",
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": 33271,
198
+ "id": 33225,
199
199
  "nodeType": "ContractDefinition",
200
- "src": "171:137:38",
200
+ "src": "174:137:37",
201
201
  "nodes": [
202
202
  {
203
- "id": 33270,
203
+ "id": 33224,
204
204
  "nodeType": "FunctionDefinition",
205
- "src": "202:104:38",
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": "211:9:38",
212
+ "nameLocation": "214:9:37",
213
213
  "parameters": {
214
- "id": 33265,
214
+ "id": 33219,
215
215
  "nodeType": "ParameterList",
216
216
  "parameters": [
217
217
  {
218
218
  "constant": false,
219
- "id": 33264,
219
+ "id": 33218,
220
220
  "mutability": "mutable",
221
221
  "name": "systemCalls",
222
- "nameLocation": "247:11:38",
222
+ "nameLocation": "250:11:37",
223
223
  "nodeType": "VariableDeclaration",
224
- "scope": 33270,
225
- "src": "221:37:38",
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": 33262,
234
+ "id": 33216,
235
235
  "nodeType": "UserDefinedTypeName",
236
236
  "pathNode": {
237
- "id": 33261,
237
+ "id": 33215,
238
238
  "name": "SystemCallData",
239
239
  "nameLocations": [
240
- "221:14:38"
240
+ "224:14:37"
241
241
  ],
242
242
  "nodeType": "IdentifierPath",
243
243
  "referencedDeclaration": 33708,
244
- "src": "221:14:38"
244
+ "src": "224:14:37"
245
245
  },
246
246
  "referencedDeclaration": 33708,
247
- "src": "221:14:38",
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": 33263,
253
+ "id": 33217,
254
254
  "nodeType": "ArrayTypeName",
255
- "src": "221:16:38",
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": "220:39:38"
264
+ "src": "223:39:37"
265
265
  },
266
266
  "returnParameters": {
267
- "id": 33269,
267
+ "id": 33223,
268
268
  "nodeType": "ParameterList",
269
269
  "parameters": [
270
270
  {
271
271
  "constant": false,
272
- "id": 33268,
272
+ "id": 33222,
273
273
  "mutability": "mutable",
274
274
  "name": "returnDatas",
275
- "nameLocation": "293:11:38",
275
+ "nameLocation": "296:11:37",
276
276
  "nodeType": "VariableDeclaration",
277
- "scope": 33270,
278
- "src": "278:26:38",
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": 33266,
287
+ "id": 33220,
288
288
  "name": "bytes",
289
289
  "nodeType": "ElementaryTypeName",
290
- "src": "278:5:38",
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": 33267,
296
+ "id": 33221,
297
297
  "nodeType": "ArrayTypeName",
298
- "src": "278:7:38",
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": "277:28:38"
307
+ "src": "280:28:37"
308
308
  },
309
- "scope": 33271,
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
- 33271
322
+ 33225
323
323
  ],
324
324
  "name": "ICallBatchSystem",
325
- "nameLocation": "181:16:38",
326
- "scope": 33272,
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": 38
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": 33275,
64
+ "absolutePath": "/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/ICoreSystem.sol",
65
+ "id": 33229,
66
66
  "exportedSymbols": {
67
67
  "ICoreSystem": [
68
- 33274
68
+ 33228
69
69
  ]
70
70
  },
71
71
  "nodeType": "SourceUnit",
72
- "src": "32:103:39",
72
+ "src": "32:103:38",
73
73
  "nodes": [
74
74
  {
75
- "id": 33273,
75
+ "id": 33227,
76
76
  "nodeType": "PragmaDirective",
77
- "src": "32:25:39",
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": 33274,
87
+ "id": 33228,
88
88
  "nodeType": "ContractDefinition",
89
- "src": "108:26:39",
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
- 33274
98
+ 33228
99
99
  ],
100
100
  "name": "ICoreSystem",
101
- "nameLocation": "118:11:39",
102
- "scope": 33275,
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": 39
109
+ "id": 38
110
110
  }