@latticexyz/world-modules 2.0.0-main-e20633d4 → 2.0.0-main-071aadb9
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 +220 -220
- package/out/CallboundDelegations.sol/CallboundDelegations.json +4463 -4463
- package/out/DecodeSlice.sol/DecodeSlice.json +3250 -3250
- package/out/DelegationControl.sol/DelegationControl.json +98 -98
- package/out/EncodeArray.sol/EncodeArray.json +3345 -3345
- package/out/FieldLayout.sol/FieldLayoutInstance.json +47 -47
- package/out/FieldLayout.sol/FieldLayoutLib.json +47 -47
- package/out/Hook.sol/HookInstance.json +13 -13
- package/out/Hook.sol/HookLib.json +13 -13
- package/out/Hooks.sol/Hooks.json +3186 -3186
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +106 -100
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +98 -92
- package/out/IBaseWorld.sol/IBaseWorld.json +79 -79
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +92 -86
- package/out/ICoreSystem.sol/ICoreSystem.json +19 -13
- package/out/IDelegationControl.sol/IDelegationControl.json +62 -62
- package/out/IModule.sol/IModule.json +78 -78
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +52 -46
- package/out/ISystemHook.sol/ISystemHook.json +86 -86
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
- package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +71 -71
- package/out/IWorldErrors.sol/IWorldErrors.json +152 -152
- package/out/IWorldKernel.sol/IWorldCall.json +154 -154
- package/out/IWorldKernel.sol/IWorldKernel.json +154 -154
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +154 -154
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +329 -323
- package/out/KeysInTable.sol/KeysInTable.json +18239 -18239
- package/out/KeysInTableHook.sol/KeysInTableHook.json +882 -882
- package/out/KeysInTableModule.sol/KeysInTableModule.json +564 -564
- package/out/KeysWithValue.sol/KeysWithValue.json +6661 -6661
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1023 -1023
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +450 -450
- package/out/Memory.sol/Memory.json +4 -4
- package/out/Module.sol/Module.json +88 -88
- package/out/ResourceIds.sol/ResourceIds.json +1237 -1231
- package/out/Schema.sol/SchemaInstance.json +72 -72
- package/out/Schema.sol/SchemaLib.json +72 -72
- package/out/SchemaType.sol/SchemaType.json +276 -276
- package/out/Slice.sol/SliceInstance.json +4 -4
- package/out/Slice.sol/SliceLib.json +4 -4
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +330 -330
- package/out/Storage.sol/Storage.json +7 -7
- package/out/StoreCore.sol/StoreCore.json +101 -101
- package/out/StoreCore.sol/StoreCoreInternal.json +101 -101
- package/out/StoreHook.sol/StoreHook.json +368 -368
- package/out/StoreHooks.sol/StoreHooks.json +6042 -6042
- package/out/StoreSwitch.sol/StoreSwitch.json +13 -13
- package/out/System.sol/System.json +32 -32
- package/out/Tables.sol/Tables.json +10401 -10401
- package/out/TightCoder.sol/TightCoder.json +124 -124
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +124 -124
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +3442 -3442
- package/out/UniqueEntity.sol/UniqueEntity.json +2344 -2344
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +351 -351
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +98 -98
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +4568 -4562
- package/out/WorldContext.sol/WorldContextConsumer.json +376 -376
- package/out/WorldContext.sol/WorldContextProvider.json +376 -376
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +476 -476
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +476 -476
- package/out/constants.sol/LayoutOffsets.json +79 -79
- 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 +186 -186
- package/out/leftMask.sol/leftMask.json +31 -31
- package/out/query.sol/query.json +1154 -1154
- package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
- package/out/src/Bytes.sol/Bytes.json +1338 -1338
- package/out/src/FieldLayout.sol/FieldLayoutInstance.json +698 -698
- package/out/src/FieldLayout.sol/FieldLayoutLib.json +698 -698
- package/out/src/IStore.sol/IStore.json +52 -52
- package/out/src/IWorldKernel.sol/IWorldCall.json +154 -154
- package/out/src/IWorldKernel.sol/IWorldKernel.json +154 -154
- package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +154 -154
- package/out/src/Memory.sol/Memory.json +91 -91
- package/out/src/PackedCounter.sol/PackedCounterInstance.json +929 -929
- package/out/src/PackedCounter.sol/PackedCounterLib.json +929 -929
- package/out/src/ResourceId.sol/ResourceIdInstance.json +116 -116
- package/out/src/ResourceId.sol/ResourceIdLib.json +116 -116
- package/out/src/Schema.sol/SchemaInstance.json +790 -790
- package/out/src/Schema.sol/SchemaLib.json +790 -790
- package/out/src/Slice.sol/SliceInstance.json +430 -430
- package/out/src/Slice.sol/SliceLib.json +430 -430
- package/out/src/StoreCore.sol/StoreCore.json +4473 -4473
- package/out/src/StoreCore.sol/StoreCoreInternal.json +4473 -4473
- package/out/src/StoreSwitch.sol/StoreSwitch.json +2496 -2496
- package/out/src/WorldContext.sol/WorldContextConsumer.json +376 -376
- package/out/src/WorldContext.sol/WorldContextProvider.json +376 -376
- package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +476 -476
- package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +476 -476
- package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
- package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
- package/out/tables/ResourceIds.sol/ResourceIds.json +2889 -2883
- package/out/tables/Tables.sol/Tables.json +12187 -12187
- package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3345 -3345
- package/out/types.sol/types.json +41 -41
- package/out/version.sol/version.json +7 -7
- package/out/world/src/IERC165.sol/IERC165.json +28 -28
- package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
- package/package.json +8 -8
- package/src/interfaces/IBaseWorld.sol +4 -2
- package/src/modules/keysintable/tables/KeysInTable.sol +357 -163
- package/src/modules/keysintable/tables/UsedKeysIndex.sol +116 -36
- package/src/modules/keyswithvalue/tables/KeysWithValue.sol +163 -69
- package/src/modules/std-delegations/tables/CallboundDelegations.sol +87 -26
- package/src/modules/std-delegations/tables/TimeboundDelegations.sol +87 -26
- package/src/modules/uniqueentity/tables/UniqueEntity.sol +87 -26
@@ -82,7 +82,7 @@
|
|
82
82
|
"batchCall((bytes32,bytes)[])": "ce5e8dd9",
|
83
83
|
"batchCallFrom((address,bytes32,bytes)[])": "8fc8cf7e"
|
84
84
|
},
|
85
|
-
"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\":\"batchCall\",\"outputs\":[{\"internalType\":\"bytes[]\",\"name\":\"returnDatas\",\"type\":\"bytes[]\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"internalType\":\"struct SystemCallFromData[]\",\"name\":\"systemCalls\",\"type\":\"tuple[]\"}],\"name\":\"batchCallFrom\",\"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/IBatchCallSystem.sol\":\"IBatchCallSystem\"},\"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/IBatchCallSystem.sol\":{\"keccak256\":\"
|
85
|
+
"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\":\"batchCall\",\"outputs\":[{\"internalType\":\"bytes[]\",\"name\":\"returnDatas\",\"type\":\"bytes[]\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"ResourceId\",\"name\":\"systemId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"internalType\":\"struct SystemCallFromData[]\",\"name\":\"systemCalls\",\"type\":\"tuple[]\"}],\"name\":\"batchCallFrom\",\"outputs\":[{\"internalType\":\"bytes[]\",\"name\":\"returnDatas\",\"type\":\"bytes[]\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"This interface is automatically generated from the corresponding system contract. Do not edit manually.\",\"kind\":\"dev\",\"methods\":{},\"title\":\"IBatchCallSystem\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/IBatchCallSystem.sol\":\"IBatchCallSystem\"},\"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/IBatchCallSystem.sol\":{\"keccak256\":\"0xb4d323470e22b1d3f0168a44196eb09466f602b7564c75e5739c5f53a5036f97\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://acad752208d00b731baaa1cfa192ff3981001fd030953bdc604e4f69ec2cd0b8\",\"dweb:/ipfs/QmRFw3RgmX2CHqg7PqsP3rqVKxBVYNq5hHcFiyA2Y7iAaX\"]},\"/home/runner/work/mud/mud/packages/world/src/modules/core/types.sol\":{\"keccak256\":\"0x256b3269e1e7eb6c8b6e26432bbe6799b4d45a88ef1b0e795ea71e604cec3a8a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://99bf6320ce9671ed74e7352b4e6c462d741ca9a894c48b526e7d8513308fa6b3\",\"dweb:/ipfs/QmRFJcWFMDRkg7soJ4r4MrqacKmj16vUEMFEGWJuvFi4vJ\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x40983c580b8958e55db4520095934a535e98544ffe8228327e598973eb6647ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://839d658fa2bb2b1f09a08149d2bf0c26a26c301ad2dda8154fc99458085a695d\",\"dweb:/ipfs/Qmd5jHHYrgqraPqF8bjzT4xyjsoPk8K7pkxXLLfz6MRT6d\"]}},\"version\":1}",
|
86
86
|
"metadata": {
|
87
87
|
"compiler": {
|
88
88
|
"version": "0.8.21+commit.d9974bed"
|
@@ -189,10 +189,10 @@
|
|
189
189
|
},
|
190
190
|
"sources": {
|
191
191
|
"/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/IBatchCallSystem.sol": {
|
192
|
-
"keccak256": "
|
192
|
+
"keccak256": "0xb4d323470e22b1d3f0168a44196eb09466f602b7564c75e5739c5f53a5036f97",
|
193
193
|
"urls": [
|
194
|
-
"bzz-raw://
|
195
|
-
"dweb:/ipfs/
|
194
|
+
"bzz-raw://acad752208d00b731baaa1cfa192ff3981001fd030953bdc604e4f69ec2cd0b8",
|
195
|
+
"dweb:/ipfs/QmRFw3RgmX2CHqg7PqsP3rqVKxBVYNq5hHcFiyA2Y7iAaX"
|
196
196
|
],
|
197
197
|
"license": "MIT"
|
198
198
|
},
|
@@ -217,23 +217,23 @@
|
|
217
217
|
},
|
218
218
|
"ast": {
|
219
219
|
"absolutePath": "/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/IBatchCallSystem.sol",
|
220
|
-
"id":
|
220
|
+
"id": 24150,
|
221
221
|
"exportedSymbols": {
|
222
222
|
"IBatchCallSystem": [
|
223
|
-
|
223
|
+
24149
|
224
224
|
],
|
225
225
|
"SystemCallData": [
|
226
|
-
|
226
|
+
24334
|
227
227
|
],
|
228
228
|
"SystemCallFromData": [
|
229
|
-
|
229
|
+
24346
|
230
230
|
]
|
231
231
|
},
|
232
232
|
"nodeType": "SourceUnit",
|
233
|
-
"src": "32:
|
233
|
+
"src": "32:563:44",
|
234
234
|
"nodes": [
|
235
235
|
{
|
236
|
-
"id":
|
236
|
+
"id": 24124,
|
237
237
|
"nodeType": "PragmaDirective",
|
238
238
|
"src": "32:25:44",
|
239
239
|
"nodes": [],
|
@@ -245,23 +245,23 @@
|
|
245
245
|
]
|
246
246
|
},
|
247
247
|
{
|
248
|
-
"id":
|
248
|
+
"id": 24127,
|
249
249
|
"nodeType": "ImportDirective",
|
250
250
|
"src": "108:84:44",
|
251
251
|
"nodes": [],
|
252
252
|
"absolutePath": "/home/runner/work/mud/mud/packages/world/src/modules/core/types.sol",
|
253
253
|
"file": "./../../modules/core/types.sol",
|
254
254
|
"nameLocation": "-1:-1:-1",
|
255
|
-
"scope":
|
256
|
-
"sourceUnit":
|
255
|
+
"scope": 24150,
|
256
|
+
"sourceUnit": 24347,
|
257
257
|
"symbolAliases": [
|
258
258
|
{
|
259
259
|
"foreign": {
|
260
|
-
"id":
|
260
|
+
"id": 24125,
|
261
261
|
"name": "SystemCallData",
|
262
262
|
"nodeType": "Identifier",
|
263
263
|
"overloadedDeclarations": [],
|
264
|
-
"referencedDeclaration":
|
264
|
+
"referencedDeclaration": 24334,
|
265
265
|
"src": "117:14:44",
|
266
266
|
"typeDescriptions": {}
|
267
267
|
},
|
@@ -269,11 +269,11 @@
|
|
269
269
|
},
|
270
270
|
{
|
271
271
|
"foreign": {
|
272
|
-
"id":
|
272
|
+
"id": 24126,
|
273
273
|
"name": "SystemCallFromData",
|
274
274
|
"nodeType": "Identifier",
|
275
275
|
"overloadedDeclarations": [],
|
276
|
-
"referencedDeclaration":
|
276
|
+
"referencedDeclaration": 24346,
|
277
277
|
"src": "133:18:44",
|
278
278
|
"typeDescriptions": {}
|
279
279
|
},
|
@@ -283,87 +283,87 @@
|
|
283
283
|
"unitAlias": ""
|
284
284
|
},
|
285
285
|
{
|
286
|
-
"id":
|
286
|
+
"id": 24149,
|
287
287
|
"nodeType": "ContractDefinition",
|
288
|
-
"src": "
|
288
|
+
"src": "341:253:44",
|
289
289
|
"nodes": [
|
290
290
|
{
|
291
|
-
"id":
|
291
|
+
"id": 24138,
|
292
292
|
"nodeType": "FunctionDefinition",
|
293
|
-
"src": "
|
293
|
+
"src": "372:104:44",
|
294
294
|
"nodes": [],
|
295
295
|
"functionSelector": "ce5e8dd9",
|
296
296
|
"implemented": false,
|
297
297
|
"kind": "function",
|
298
298
|
"modifiers": [],
|
299
299
|
"name": "batchCall",
|
300
|
-
"nameLocation": "
|
300
|
+
"nameLocation": "381:9:44",
|
301
301
|
"parameters": {
|
302
|
-
"id":
|
302
|
+
"id": 24133,
|
303
303
|
"nodeType": "ParameterList",
|
304
304
|
"parameters": [
|
305
305
|
{
|
306
306
|
"constant": false,
|
307
|
-
"id":
|
307
|
+
"id": 24132,
|
308
308
|
"mutability": "mutable",
|
309
309
|
"name": "systemCalls",
|
310
|
-
"nameLocation": "
|
310
|
+
"nameLocation": "417:11:44",
|
311
311
|
"nodeType": "VariableDeclaration",
|
312
|
-
"scope":
|
313
|
-
"src": "
|
312
|
+
"scope": 24138,
|
313
|
+
"src": "391:37:44",
|
314
314
|
"stateVariable": false,
|
315
315
|
"storageLocation": "calldata",
|
316
316
|
"typeDescriptions": {
|
317
|
-
"typeIdentifier": "t_array$_t_struct$_SystemCallData_$
|
317
|
+
"typeIdentifier": "t_array$_t_struct$_SystemCallData_$24334_calldata_ptr_$dyn_calldata_ptr",
|
318
318
|
"typeString": "struct SystemCallData[]"
|
319
319
|
},
|
320
320
|
"typeName": {
|
321
321
|
"baseType": {
|
322
|
-
"id":
|
322
|
+
"id": 24130,
|
323
323
|
"nodeType": "UserDefinedTypeName",
|
324
324
|
"pathNode": {
|
325
|
-
"id":
|
325
|
+
"id": 24129,
|
326
326
|
"name": "SystemCallData",
|
327
327
|
"nameLocations": [
|
328
|
-
"
|
328
|
+
"391:14:44"
|
329
329
|
],
|
330
330
|
"nodeType": "IdentifierPath",
|
331
|
-
"referencedDeclaration":
|
332
|
-
"src": "
|
331
|
+
"referencedDeclaration": 24334,
|
332
|
+
"src": "391:14:44"
|
333
333
|
},
|
334
|
-
"referencedDeclaration":
|
335
|
-
"src": "
|
334
|
+
"referencedDeclaration": 24334,
|
335
|
+
"src": "391:14:44",
|
336
336
|
"typeDescriptions": {
|
337
|
-
"typeIdentifier": "t_struct$_SystemCallData_$
|
337
|
+
"typeIdentifier": "t_struct$_SystemCallData_$24334_storage_ptr",
|
338
338
|
"typeString": "struct SystemCallData"
|
339
339
|
}
|
340
340
|
},
|
341
|
-
"id":
|
341
|
+
"id": 24131,
|
342
342
|
"nodeType": "ArrayTypeName",
|
343
|
-
"src": "
|
343
|
+
"src": "391:16:44",
|
344
344
|
"typeDescriptions": {
|
345
|
-
"typeIdentifier": "t_array$_t_struct$_SystemCallData_$
|
345
|
+
"typeIdentifier": "t_array$_t_struct$_SystemCallData_$24334_storage_$dyn_storage_ptr",
|
346
346
|
"typeString": "struct SystemCallData[]"
|
347
347
|
}
|
348
348
|
},
|
349
349
|
"visibility": "internal"
|
350
350
|
}
|
351
351
|
],
|
352
|
-
"src": "
|
352
|
+
"src": "390:39:44"
|
353
353
|
},
|
354
354
|
"returnParameters": {
|
355
|
-
"id":
|
355
|
+
"id": 24137,
|
356
356
|
"nodeType": "ParameterList",
|
357
357
|
"parameters": [
|
358
358
|
{
|
359
359
|
"constant": false,
|
360
|
-
"id":
|
360
|
+
"id": 24136,
|
361
361
|
"mutability": "mutable",
|
362
362
|
"name": "returnDatas",
|
363
|
-
"nameLocation": "
|
363
|
+
"nameLocation": "463:11:44",
|
364
364
|
"nodeType": "VariableDeclaration",
|
365
|
-
"scope":
|
366
|
-
"src": "
|
365
|
+
"scope": 24138,
|
366
|
+
"src": "448:26:44",
|
367
367
|
"stateVariable": false,
|
368
368
|
"storageLocation": "memory",
|
369
369
|
"typeDescriptions": {
|
@@ -372,18 +372,18 @@
|
|
372
372
|
},
|
373
373
|
"typeName": {
|
374
374
|
"baseType": {
|
375
|
-
"id":
|
375
|
+
"id": 24134,
|
376
376
|
"name": "bytes",
|
377
377
|
"nodeType": "ElementaryTypeName",
|
378
|
-
"src": "
|
378
|
+
"src": "448:5:44",
|
379
379
|
"typeDescriptions": {
|
380
380
|
"typeIdentifier": "t_bytes_storage_ptr",
|
381
381
|
"typeString": "bytes"
|
382
382
|
}
|
383
383
|
},
|
384
|
-
"id":
|
384
|
+
"id": 24135,
|
385
385
|
"nodeType": "ArrayTypeName",
|
386
|
-
"src": "
|
386
|
+
"src": "448:7:44",
|
387
387
|
"typeDescriptions": {
|
388
388
|
"typeIdentifier": "t_array$_t_bytes_storage_$dyn_storage_ptr",
|
389
389
|
"typeString": "bytes[]"
|
@@ -392,90 +392,90 @@
|
|
392
392
|
"visibility": "internal"
|
393
393
|
}
|
394
394
|
],
|
395
|
-
"src": "
|
395
|
+
"src": "447:28:44"
|
396
396
|
},
|
397
|
-
"scope":
|
397
|
+
"scope": 24149,
|
398
398
|
"stateMutability": "nonpayable",
|
399
399
|
"virtual": false,
|
400
400
|
"visibility": "external"
|
401
401
|
},
|
402
402
|
{
|
403
|
-
"id":
|
403
|
+
"id": 24148,
|
404
404
|
"nodeType": "FunctionDefinition",
|
405
|
-
"src": "
|
405
|
+
"src": "480:112:44",
|
406
406
|
"nodes": [],
|
407
407
|
"functionSelector": "8fc8cf7e",
|
408
408
|
"implemented": false,
|
409
409
|
"kind": "function",
|
410
410
|
"modifiers": [],
|
411
411
|
"name": "batchCallFrom",
|
412
|
-
"nameLocation": "
|
412
|
+
"nameLocation": "489:13:44",
|
413
413
|
"parameters": {
|
414
|
-
"id":
|
414
|
+
"id": 24143,
|
415
415
|
"nodeType": "ParameterList",
|
416
416
|
"parameters": [
|
417
417
|
{
|
418
418
|
"constant": false,
|
419
|
-
"id":
|
419
|
+
"id": 24142,
|
420
420
|
"mutability": "mutable",
|
421
421
|
"name": "systemCalls",
|
422
|
-
"nameLocation": "
|
422
|
+
"nameLocation": "533:11:44",
|
423
423
|
"nodeType": "VariableDeclaration",
|
424
|
-
"scope":
|
425
|
-
"src": "
|
424
|
+
"scope": 24148,
|
425
|
+
"src": "503:41:44",
|
426
426
|
"stateVariable": false,
|
427
427
|
"storageLocation": "calldata",
|
428
428
|
"typeDescriptions": {
|
429
|
-
"typeIdentifier": "t_array$_t_struct$_SystemCallFromData_$
|
429
|
+
"typeIdentifier": "t_array$_t_struct$_SystemCallFromData_$24346_calldata_ptr_$dyn_calldata_ptr",
|
430
430
|
"typeString": "struct SystemCallFromData[]"
|
431
431
|
},
|
432
432
|
"typeName": {
|
433
433
|
"baseType": {
|
434
|
-
"id":
|
434
|
+
"id": 24140,
|
435
435
|
"nodeType": "UserDefinedTypeName",
|
436
436
|
"pathNode": {
|
437
|
-
"id":
|
437
|
+
"id": 24139,
|
438
438
|
"name": "SystemCallFromData",
|
439
439
|
"nameLocations": [
|
440
|
-
"
|
440
|
+
"503:18:44"
|
441
441
|
],
|
442
442
|
"nodeType": "IdentifierPath",
|
443
|
-
"referencedDeclaration":
|
444
|
-
"src": "
|
443
|
+
"referencedDeclaration": 24346,
|
444
|
+
"src": "503:18:44"
|
445
445
|
},
|
446
|
-
"referencedDeclaration":
|
447
|
-
"src": "
|
446
|
+
"referencedDeclaration": 24346,
|
447
|
+
"src": "503:18:44",
|
448
448
|
"typeDescriptions": {
|
449
|
-
"typeIdentifier": "t_struct$_SystemCallFromData_$
|
449
|
+
"typeIdentifier": "t_struct$_SystemCallFromData_$24346_storage_ptr",
|
450
450
|
"typeString": "struct SystemCallFromData"
|
451
451
|
}
|
452
452
|
},
|
453
|
-
"id":
|
453
|
+
"id": 24141,
|
454
454
|
"nodeType": "ArrayTypeName",
|
455
|
-
"src": "
|
455
|
+
"src": "503:20:44",
|
456
456
|
"typeDescriptions": {
|
457
|
-
"typeIdentifier": "t_array$_t_struct$_SystemCallFromData_$
|
457
|
+
"typeIdentifier": "t_array$_t_struct$_SystemCallFromData_$24346_storage_$dyn_storage_ptr",
|
458
458
|
"typeString": "struct SystemCallFromData[]"
|
459
459
|
}
|
460
460
|
},
|
461
461
|
"visibility": "internal"
|
462
462
|
}
|
463
463
|
],
|
464
|
-
"src": "
|
464
|
+
"src": "502:43:44"
|
465
465
|
},
|
466
466
|
"returnParameters": {
|
467
|
-
"id":
|
467
|
+
"id": 24147,
|
468
468
|
"nodeType": "ParameterList",
|
469
469
|
"parameters": [
|
470
470
|
{
|
471
471
|
"constant": false,
|
472
|
-
"id":
|
472
|
+
"id": 24146,
|
473
473
|
"mutability": "mutable",
|
474
474
|
"name": "returnDatas",
|
475
|
-
"nameLocation": "
|
475
|
+
"nameLocation": "579:11:44",
|
476
476
|
"nodeType": "VariableDeclaration",
|
477
|
-
"scope":
|
478
|
-
"src": "
|
477
|
+
"scope": 24148,
|
478
|
+
"src": "564:26:44",
|
479
479
|
"stateVariable": false,
|
480
480
|
"storageLocation": "memory",
|
481
481
|
"typeDescriptions": {
|
@@ -484,18 +484,18 @@
|
|
484
484
|
},
|
485
485
|
"typeName": {
|
486
486
|
"baseType": {
|
487
|
-
"id":
|
487
|
+
"id": 24144,
|
488
488
|
"name": "bytes",
|
489
489
|
"nodeType": "ElementaryTypeName",
|
490
|
-
"src": "
|
490
|
+
"src": "564:5:44",
|
491
491
|
"typeDescriptions": {
|
492
492
|
"typeIdentifier": "t_bytes_storage_ptr",
|
493
493
|
"typeString": "bytes"
|
494
494
|
}
|
495
495
|
},
|
496
|
-
"id":
|
496
|
+
"id": 24145,
|
497
497
|
"nodeType": "ArrayTypeName",
|
498
|
-
"src": "
|
498
|
+
"src": "564:7:44",
|
499
499
|
"typeDescriptions": {
|
500
500
|
"typeIdentifier": "t_array$_t_bytes_storage_$dyn_storage_ptr",
|
501
501
|
"typeString": "bytes[]"
|
@@ -504,9 +504,9 @@
|
|
504
504
|
"visibility": "internal"
|
505
505
|
}
|
506
506
|
],
|
507
|
-
"src": "
|
507
|
+
"src": "563:28:44"
|
508
508
|
},
|
509
|
-
"scope":
|
509
|
+
"scope": 24149,
|
510
510
|
"stateMutability": "nonpayable",
|
511
511
|
"virtual": false,
|
512
512
|
"visibility": "external"
|
@@ -517,13 +517,19 @@
|
|
517
517
|
"canonicalName": "IBatchCallSystem",
|
518
518
|
"contractDependencies": [],
|
519
519
|
"contractKind": "interface",
|
520
|
+
"documentation": {
|
521
|
+
"id": 24128,
|
522
|
+
"nodeType": "StructuredDocumentation",
|
523
|
+
"src": "194:146:44",
|
524
|
+
"text": " @title IBatchCallSystem\n @dev This interface is automatically generated from the corresponding system contract. Do not edit manually."
|
525
|
+
},
|
520
526
|
"fullyImplemented": false,
|
521
527
|
"linearizedBaseContracts": [
|
522
|
-
|
528
|
+
24149
|
523
529
|
],
|
524
530
|
"name": "IBatchCallSystem",
|
525
|
-
"nameLocation": "
|
526
|
-
"scope":
|
531
|
+
"nameLocation": "351:16:44",
|
532
|
+
"scope": 24150,
|
527
533
|
"usedErrors": [],
|
528
534
|
"usedEvents": []
|
529
535
|
}
|
@@ -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/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\":\"
|
14
|
+
"rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"This interface is automatically generated from the corresponding system contract. Do not edit manually.\",\"kind\":\"dev\",\"methods\":{},\"title\":\"ICoreSystem\",\"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\":\"0xf837b53eaa348da3b3650e0b7159de02d3f84897d96e487ece2f932c272dbe57\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://fbdc52e9e519c8c6d4a00caf4de08688eb8eb34dbfc6236308f281d7cf05b51b\",\"dweb:/ipfs/QmWnogXiA5KA6JGxCTJR5W1MNFowrH7baSAYhSXjV1xM47\"]}},\"version\":1}",
|
15
15
|
"metadata": {
|
16
16
|
"compiler": {
|
17
17
|
"version": "0.8.21+commit.d9974bed"
|
@@ -50,10 +50,10 @@
|
|
50
50
|
},
|
51
51
|
"sources": {
|
52
52
|
"/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/ICoreSystem.sol": {
|
53
|
-
"keccak256": "
|
53
|
+
"keccak256": "0xf837b53eaa348da3b3650e0b7159de02d3f84897d96e487ece2f932c272dbe57",
|
54
54
|
"urls": [
|
55
|
-
"bzz-raw://
|
56
|
-
"dweb:/ipfs/
|
55
|
+
"bzz-raw://fbdc52e9e519c8c6d4a00caf4de08688eb8eb34dbfc6236308f281d7cf05b51b",
|
56
|
+
"dweb:/ipfs/QmWnogXiA5KA6JGxCTJR5W1MNFowrH7baSAYhSXjV1xM47"
|
57
57
|
],
|
58
58
|
"license": "MIT"
|
59
59
|
}
|
@@ -62,17 +62,17 @@
|
|
62
62
|
},
|
63
63
|
"ast": {
|
64
64
|
"absolutePath": "/home/runner/work/mud/mud/packages/world/src/codegen/interfaces/ICoreSystem.sol",
|
65
|
-
"id":
|
65
|
+
"id": 24154,
|
66
66
|
"exportedSymbols": {
|
67
67
|
"ICoreSystem": [
|
68
|
-
|
68
|
+
24153
|
69
69
|
]
|
70
70
|
},
|
71
71
|
"nodeType": "SourceUnit",
|
72
|
-
"src": "32:
|
72
|
+
"src": "32:245:45",
|
73
73
|
"nodes": [
|
74
74
|
{
|
75
|
-
"id":
|
75
|
+
"id": 24151,
|
76
76
|
"nodeType": "PragmaDirective",
|
77
77
|
"src": "32:25:45",
|
78
78
|
"nodes": [],
|
@@ -84,22 +84,28 @@
|
|
84
84
|
]
|
85
85
|
},
|
86
86
|
{
|
87
|
-
"id":
|
87
|
+
"id": 24153,
|
88
88
|
"nodeType": "ContractDefinition",
|
89
|
-
"src": "
|
89
|
+
"src": "250:26:45",
|
90
90
|
"nodes": [],
|
91
91
|
"abstract": false,
|
92
92
|
"baseContracts": [],
|
93
93
|
"canonicalName": "ICoreSystem",
|
94
94
|
"contractDependencies": [],
|
95
95
|
"contractKind": "interface",
|
96
|
+
"documentation": {
|
97
|
+
"id": 24152,
|
98
|
+
"nodeType": "StructuredDocumentation",
|
99
|
+
"src": "108:141:45",
|
100
|
+
"text": " @title ICoreSystem\n @dev This interface is automatically generated from the corresponding system contract. Do not edit manually."
|
101
|
+
},
|
96
102
|
"fullyImplemented": true,
|
97
103
|
"linearizedBaseContracts": [
|
98
|
-
|
104
|
+
24153
|
99
105
|
],
|
100
106
|
"name": "ICoreSystem",
|
101
|
-
"nameLocation": "
|
102
|
-
"scope":
|
107
|
+
"nameLocation": "260:11:45",
|
108
|
+
"scope": 24154,
|
103
109
|
"usedErrors": [],
|
104
110
|
"usedEvents": []
|
105
111
|
}
|