@latticexyz/world-modules 2.0.0-main-257a0afc → 2.0.0-march-19-skystrife-playtest-f0a343b1
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/AccessControl.sol/AccessControl.json +1 -1
- package/out/AccessControlLib.sol/AccessControlLib.json +1 -1
- package/out/AccessManagementSystem.sol/AccessManagementSystem.abi.json +0 -55
- package/out/AccessManagementSystem.sol/AccessManagementSystem.abi.json.d.ts +0 -55
- package/out/AccessManagementSystem.sol/AccessManagementSystem.json +1 -1
- package/out/AddressArray.sol/AddressArray.json +1 -1
- package/out/Allowances.sol/Allowances.json +1 -1
- package/out/ArrayLib.sol/ArrayLib.json +1 -1
- package/out/BalanceTransferSystem.sol/BalanceTransferSystem.abi.json +0 -16
- package/out/BalanceTransferSystem.sol/BalanceTransferSystem.abi.json.d.ts +0 -16
- package/out/BalanceTransferSystem.sol/BalanceTransferSystem.json +1 -1
- package/out/Balances.sol/Balances.json +1 -1
- package/out/Base.sol/CommonBase.json +1 -1
- package/out/Base.sol/ScriptBase.json +1 -1
- package/out/Base.sol/TestBase.json +1 -1
- package/out/BatchCallSystem.sol/BatchCallSystem.abi.json +0 -5
- package/out/BatchCallSystem.sol/BatchCallSystem.abi.json.d.ts +0 -5
- package/out/BatchCallSystem.sol/BatchCallSystem.json +1 -1
- package/out/Bool.sol/Bool.json +1 -1
- package/out/Bytes.sol/Bytes.json +1 -1
- package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +1 -1
- package/out/CallboundDelegations.sol/CallboundDelegations.json +1 -1
- package/out/{InitModule.sol/InitModule.abi.json → CoreModule.sol/CoreModule.abi.json} +23 -149
- package/out/{InitModule.sol/InitModule.abi.json.d.ts → CoreModule.sol/CoreModule.abi.json.d.ts} +23 -149
- package/out/CoreModule.sol/CoreModule.json +1 -0
- package/out/{RegistrationSystem.sol/RegistrationSystem.abi.json → CoreSystem.sol/CoreSystem.abi.json} +157 -167
- package/out/{RegistrationSystem.sol/RegistrationSystem.abi.json.d.ts → CoreSystem.sol/CoreSystem.abi.json.d.ts} +157 -167
- package/out/CoreSystem.sol/CoreSystem.json +1 -0
- package/out/DecodeSlice.sol/DecodeSlice.json +1 -1
- package/out/Delegation.sol/Delegation.json +1 -1
- package/out/DelegationControl.sol/DelegationControl.json +1 -1
- package/out/DelegationControlMock.sol/DelegationControlMock.json +1 -1
- package/out/ERC20.t.sol/ERC20Test.json +1 -1
- package/out/ERC20Metadata.sol/ERC20Metadata.json +1 -1
- package/out/ERC20Module.sol/ERC20Module.abi.json +24 -124
- package/out/ERC20Module.sol/ERC20Module.abi.json.d.ts +24 -124
- package/out/ERC20Module.sol/ERC20Module.json +1 -1
- package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.abi.json +8 -121
- package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.abi.json.d.ts +8 -121
- package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.json +1 -1
- package/out/ERC20Registry.sol/ERC20Registry.json +1 -1
- package/out/ERC20System.sol/ERC20System.json +1 -1
- package/out/ERC721.t.sol/ERC721Recipient.json +1 -1
- package/out/ERC721.t.sol/ERC721Test.abi.json +1 -1
- package/out/ERC721.t.sol/ERC721Test.abi.json.d.ts +1 -1
- package/out/ERC721.t.sol/ERC721Test.json +1 -1
- package/out/ERC721.t.sol/ERC721TokenReceiver.json +1 -1
- package/out/ERC721.t.sol/NonERC721Recipient.json +1 -1
- package/out/ERC721.t.sol/RevertingERC721Recipient.json +1 -1
- package/out/ERC721.t.sol/WrongReturnDataERC721Recipient.json +1 -1
- package/out/ERC721Metadata.sol/ERC721Metadata.json +1 -1
- package/out/ERC721Module.sol/ERC721Module.abi.json +24 -124
- package/out/ERC721Module.sol/ERC721Module.abi.json.d.ts +24 -124
- package/out/ERC721Module.sol/ERC721Module.json +1 -1
- package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.abi.json +8 -121
- package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.abi.json.d.ts +8 -121
- package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.json +1 -1
- package/out/ERC721Registry.sol/ERC721Registry.json +1 -1
- package/out/ERC721System.sol/ERC721System.json +1 -1
- package/out/EchoSubscriber.sol/EchoSubscriber.json +1 -1
- package/out/EncodeArray.sol/EncodeArray.json +1 -1
- package/out/FieldLayout.sol/FieldLayoutInstance.json +1 -1
- package/out/FieldLayout.sol/FieldLayoutLib.abi.json +23 -1
- package/out/FieldLayout.sol/FieldLayoutLib.abi.json.d.ts +23 -0
- package/out/FieldLayout.sol/FieldLayoutLib.json +1 -1
- package/out/FieldLayoutEncodeHelper.sol/FieldLayoutEncodeHelper.json +1 -1
- package/out/FunctionSelectors.sol/FunctionSelectors.json +1 -1
- package/out/FunctionSignatures.sol/FunctionSignatures.json +1 -1
- package/out/GasReporter.sol/GasReporter.json +1 -1
- package/out/Hook.sol/HookInstance.json +1 -1
- package/out/Hook.sol/HookLib.json +1 -1
- package/out/Hooks.sol/Hooks.json +1 -1
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.abi.json +0 -13
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.abi.json.d.ts +0 -13
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +1 -1
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +1 -1
- package/out/IBaseWorld.sol/IBaseWorld.abi.json +5 -230
- package/out/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +5 -230
- package/out/IBaseWorld.sol/IBaseWorld.json +1 -1
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +1 -1
- package/out/ICoreSystem.sol/ICoreSystem.json +1 -0
- package/out/IDelegationControl.sol/IDelegationControl.json +1 -1
- package/out/IERC20.sol/IERC20.json +1 -1
- package/out/IERC20Errors.sol/IERC20Errors.json +1 -1
- package/out/IERC20Events.sol/IERC20Events.json +1 -1
- package/out/IERC20Mintable.sol/IERC20Mintable.json +1 -1
- package/out/IERC20System.sol/IERC20System.json +1 -1
- package/out/IERC721.sol/IERC721.json +1 -1
- package/out/IERC721Errors.sol/IERC721Errors.json +1 -1
- package/out/IERC721Events.sol/IERC721Events.json +1 -1
- package/out/IERC721Metadata.sol/IERC721Metadata.json +1 -1
- package/out/IERC721Mintable.sol/IERC721Mintable.json +1 -1
- package/out/IERC721Receiver.sol/IERC721Receiver.json +1 -1
- package/out/IModule.sol/IModule.abi.json +17 -4
- package/out/IModule.sol/IModule.abi.json.d.ts +17 -4
- package/out/IModule.sol/IModule.json +1 -1
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.abi.json +1 -1
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.abi.json.d.ts +1 -1
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +1 -1
- package/out/IMulticall3.sol/IMulticall3.json +1 -1
- package/out/IPuppetFactorySystem.sol/IPuppetFactorySystem.json +1 -1
- package/out/IStore.sol/IStore.abi.json +3 -191
- package/out/IStore.sol/IStore.abi.json.d.ts +3 -191
- package/out/IStore.sol/IStore.json +1 -1
- package/out/IStoreData.sol/IStoreData.abi.json +0 -6
- package/out/IStoreData.sol/IStoreData.abi.json.d.ts +0 -6
- package/out/IStoreData.sol/IStoreData.json +1 -1
- package/out/IStoreErrors.sol/IStoreErrors.abi.json +3 -51
- package/out/IStoreErrors.sol/IStoreErrors.abi.json.d.ts +3 -51
- package/out/IStoreErrors.sol/IStoreErrors.json +1 -1
- package/out/IStoreEvents.sol/IStoreEvents.abi.json +0 -19
- package/out/IStoreEvents.sol/IStoreEvents.abi.json.d.ts +0 -19
- package/out/IStoreEvents.sol/IStoreEvents.json +1 -1
- package/out/IStoreHook.sol/IStoreHook.json +1 -1
- package/out/IStoreRead.sol/IStoreRead.json +1 -1
- package/out/IStoreRegistration.sol/IStoreRegistration.json +1 -1
- package/out/IStoreWrite.sol/IStoreWrite.abi.json +0 -19
- package/out/IStoreWrite.sol/IStoreWrite.abi.json.d.ts +0 -19
- package/out/IStoreWrite.sol/IStoreWrite.json +1 -1
- package/out/ISystemHook.sol/ISystemHook.json +1 -1
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +15 -0
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +15 -0
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +1 -0
- package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +1 -1
- package/out/IWorldErrors.sol/IWorldErrors.abi.json +0 -11
- package/out/IWorldErrors.sol/IWorldErrors.abi.json.d.ts +0 -11
- package/out/IWorldErrors.sol/IWorldErrors.json +1 -1
- package/out/IWorldKernel.sol/IWorldCall.json +1 -1
- package/out/IWorldKernel.sol/IWorldKernel.abi.json +2 -39
- package/out/IWorldKernel.sol/IWorldKernel.abi.json.d.ts +2 -39
- package/out/IWorldKernel.sol/IWorldKernel.json +1 -1
- package/out/IWorldKernel.sol/IWorldModuleInstallation.abi.json +1 -1
- package/out/IWorldKernel.sol/IWorldModuleInstallation.abi.json.d.ts +1 -1
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +1 -1
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.abi.json +4 -30
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.abi.json.d.ts +4 -30
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +1 -1
- package/out/InstalledModules.sol/InstalledModules.json +1 -1
- package/out/KeysInTable.sol/KeysInTable.json +1 -1
- package/out/KeysInTableHook.sol/KeysInTableHook.abi.json +0 -22
- package/out/KeysInTableHook.sol/KeysInTableHook.abi.json.d.ts +0 -22
- package/out/KeysInTableHook.sol/KeysInTableHook.json +1 -1
- package/out/KeysInTableModule.sol/KeysInTableModule.abi.json +32 -3
- package/out/KeysInTableModule.sol/KeysInTableModule.abi.json.d.ts +32 -3
- package/out/KeysInTableModule.sol/KeysInTableModule.json +1 -1
- package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.abi.json +8 -41
- package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.abi.json.d.ts +8 -41
- package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.json +1 -1
- package/out/KeysWithValue.sol/KeysWithValue.json +1 -1
- package/out/KeysWithValueHook.sol/KeysWithValueHook.abi.json +0 -6
- package/out/KeysWithValueHook.sol/KeysWithValueHook.abi.json.d.ts +0 -6
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1 -1
- package/out/KeysWithValueModule.sol/KeysWithValueModule.abi.json +32 -3
- package/out/KeysWithValueModule.sol/KeysWithValueModule.abi.json.d.ts +32 -3
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +1 -1
- package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.abi.json +8 -41
- package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.abi.json.d.ts +8 -41
- package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.json +1 -1
- package/out/Memory.sol/Memory.json +1 -1
- package/out/Module.sol/Module.abi.json +17 -4
- package/out/Module.sol/Module.abi.json.d.ts +17 -4
- package/out/Module.sol/Module.json +1 -1
- package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.abi.json +1 -6
- package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.abi.json.d.ts +1 -6
- package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.json +1 -1
- package/out/NamespaceDelegationControl.sol/NamespaceDelegationControl.json +1 -1
- package/out/NamespaceOwner.sol/NamespaceOwner.json +1 -1
- package/out/OperatorApproval.sol/OperatorApproval.json +1 -1
- package/out/Owners.sol/Owners.json +1 -1
- package/out/PackedCounter.sol/PackedCounterInstance.abi.json +13 -1
- package/out/PackedCounter.sol/PackedCounterInstance.json +1 -1
- package/out/PackedCounter.sol/PackedCounterLib.json +1 -1
- package/out/Puppet.sol/Puppet.json +1 -1
- package/out/PuppetDelegationControl.sol/PuppetDelegationControl.json +1 -1
- package/out/PuppetFactorySystem.sol/PuppetFactorySystem.json +1 -1
- package/out/PuppetMaster.sol/PuppetMaster.json +1 -1
- package/out/PuppetModule.sol/PuppetModule.abi.json +23 -123
- package/out/PuppetModule.sol/PuppetModule.abi.json.d.ts +23 -123
- package/out/PuppetModule.sol/PuppetModule.json +1 -1
- package/out/PuppetModule.t.sol/PuppetModuleTest.abi.json +0 -14
- package/out/PuppetModule.t.sol/PuppetModuleTest.abi.json.d.ts +0 -14
- package/out/PuppetModule.t.sol/PuppetModuleTest.json +1 -1
- package/out/PuppetModule.t.sol/PuppetTestSystem.json +1 -1
- package/out/PuppetRegistry.sol/PuppetRegistry.json +1 -1
- package/out/ResourceAccess.sol/ResourceAccess.json +1 -1
- package/out/ResourceId.sol/ResourceIdInstance.json +1 -1
- package/out/ResourceId.sol/ResourceIdLib.json +1 -1
- package/out/ResourceIds.sol/ResourceIds.json +1 -1
- package/out/RevertSubscriber.sol/RevertSubscriber.json +1 -1
- package/out/Schema.sol/SchemaInstance.json +1 -1
- package/out/Schema.sol/SchemaLib.abi.json +18 -1
- package/out/{ISchemaErrors.sol/ISchemaErrors.abi.json.d.ts → Schema.sol/SchemaLib.abi.json.d.ts} +2 -2
- package/out/Schema.sol/SchemaLib.json +1 -1
- package/out/SchemaEncodeHelper.sol/SchemaEncodeHelper.json +1 -1
- package/out/Slice.sol/SliceInstance.json +1 -1
- package/out/Slice.sol/SliceLib.abi.json +23 -1
- package/out/Slice.sol/SliceLib.json +1 -1
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.abi.json +23 -123
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.abi.json.d.ts +23 -123
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +1 -1
- package/out/StandardDelegationsModule.t.sol/StandardDelegationsModuleTest.json +1 -1
- package/out/StdAssertions.sol/StdAssertions.json +1 -1
- package/out/StdChains.sol/StdChains.json +1 -1
- package/out/StdCheats.sol/StdCheats.json +1 -1
- package/out/StdCheats.sol/StdCheatsSafe.json +1 -1
- package/out/StdError.sol/stdError.json +1 -1
- package/out/StdInvariant.sol/StdInvariant.json +1 -1
- package/out/StdJson.sol/stdJson.json +1 -1
- package/out/StdMath.sol/stdMath.json +1 -1
- package/out/StdStorage.sol/stdStorage.json +1 -1
- package/out/StdStorage.sol/stdStorageSafe.json +1 -1
- package/out/StdStyle.sol/StdStyle.json +1 -1
- package/out/StdUtils.sol/StdUtils.json +1 -1
- package/out/Storage.sol/Storage.json +1 -1
- package/out/StoreCore.sol/StoreCore.abi.json +132 -1
- package/out/StoreCore.sol/StoreCore.abi.json.d.ts +132 -0
- package/out/StoreCore.sol/StoreCore.json +1 -1
- package/out/StoreCore.sol/StoreCoreInternal.json +1 -1
- package/out/StoreData.sol/StoreData.abi.json +0 -22
- package/out/StoreData.sol/StoreData.abi.json.d.ts +0 -22
- package/out/StoreData.sol/StoreData.json +1 -1
- package/out/StoreHook.sol/StoreHook.json +1 -1
- package/out/StoreHooks.sol/StoreHooks.json +1 -1
- package/out/StoreRead.sol/StoreRead.abi.json +0 -16
- package/out/StoreRead.sol/StoreRead.abi.json.d.ts +0 -16
- package/out/StoreRead.sol/StoreRead.json +1 -1
- package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json +8 -159
- package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json.d.ts +8 -159
- package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.json +1 -1
- package/out/StoreSwitch.sol/StoreSwitch.json +1 -1
- package/out/System.sol/System.json +1 -1
- package/out/SystemCall.sol/SystemCall.json +1 -1
- package/out/SystemHook.sol/SystemHook.json +1 -1
- package/out/SystemHooks.sol/SystemHooks.json +1 -1
- package/out/SystemRegistry.sol/SystemRegistry.json +1 -1
- package/out/SystemSwitch.sol/SystemSwitch.json +1 -1
- package/out/SystemSwitch.t.sol/EchoSystem.abi.json +1 -98
- package/out/SystemSwitch.t.sol/EchoSystem.abi.json.d.ts +1 -98
- package/out/SystemSwitch.t.sol/EchoSystem.json +1 -1
- package/out/SystemSwitch.t.sol/SystemSwitchTest.abi.json +15 -43
- package/out/SystemSwitch.t.sol/SystemSwitchTest.abi.json.d.ts +15 -43
- package/out/SystemSwitch.t.sol/SystemSwitchTest.json +1 -1
- package/out/SystemboundDelegationControl.sol/SystemboundDelegationControl.json +1 -1
- package/out/SystemboundDelegations.sol/SystemboundDelegations.json +1 -1
- package/out/Systems.sol/Systems.json +1 -1
- package/out/Tables.sol/Tables.json +1 -1
- package/out/Test.sol/Test.json +1 -1
- package/out/TightCoder.sol/TightCoder.json +1 -1
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +1 -1
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1 -1
- package/out/TokenApproval.sol/TokenApproval.json +1 -1
- package/out/TokenURI.sol/TokenURI.json +1 -1
- package/out/TotalSupply.sol/TotalSupply.json +1 -1
- package/out/TwoFields.sol/TwoFields.json +1 -1
- package/out/UniqueEntity.sol/UniqueEntity.json +1 -1
- package/out/UniqueEntityModule.sol/UniqueEntityModule.abi.json +25 -125
- package/out/UniqueEntityModule.sol/UniqueEntityModule.abi.json.d.ts +25 -125
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +1 -1
- package/out/UniqueEntityModule.t.sol/UniqueEntityModuleTest.json +1 -1
- package/out/UniqueEntityModule.t.sol/UniqueEntityTestSystem.abi.json +0 -68
- package/out/UniqueEntityModule.t.sol/UniqueEntityTestSystem.abi.json.d.ts +0 -68
- package/out/UniqueEntityModule.t.sol/UniqueEntityTestSystem.json +1 -1
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +1 -1
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +1 -1
- package/out/UserDelegationControl.sol/UserDelegationControl.json +1 -1
- package/out/Vm.sol/Vm.json +1 -1
- package/out/Vm.sol/VmSafe.json +1 -1
- package/out/World.sol/World.abi.json +124 -53
- package/out/World.sol/World.abi.json.d.ts +124 -53
- package/out/World.sol/World.json +1 -1
- package/out/World.t.sol/EchoSystemHook.json +1 -1
- package/out/World.t.sol/IWorldTestSystem.abi.json +1 -1
- package/out/World.t.sol/IWorldTestSystem.abi.json.d.ts +1 -1
- package/out/World.t.sol/IWorldTestSystem.json +1 -1
- package/out/World.t.sol/PayableFallbackSystem.json +1 -1
- package/out/World.t.sol/RevertSystemHook.json +1 -1
- package/out/World.t.sol/WorldTest.abi.json +8 -76
- package/out/World.t.sol/WorldTest.abi.json.d.ts +8 -76
- package/out/World.t.sol/WorldTest.json +1 -1
- package/out/World.t.sol/WorldTestSystem.json +1 -1
- package/out/WorldContext.sol/WorldContextConsumer.json +1 -1
- package/out/WorldContext.sol/WorldContextConsumerLib.json +1 -1
- package/out/WorldContext.sol/WorldContextProviderLib.json +1 -1
- package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.abi.json +4 -52
- package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.abi.json.d.ts +4 -52
- package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.json +1 -1
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +1 -1
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +1 -1
- package/out/console.sol/console.json +1 -1
- package/out/console2.sol/console2.json +1 -1
- package/out/constants.sol/LayoutOffsets.json +1 -1
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json +10 -274
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +10 -274
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +1 -1
- package/out/query.t.sol/QueryTest.abi.json +8 -41
- package/out/query.t.sol/QueryTest.abi.json.d.ts +8 -41
- package/out/query.t.sol/QueryTest.json +1 -1
- package/out/safeconsole.sol/safeconsole.json +1 -1
- package/out/src/IERC165.sol/IERC165.json +1 -1
- package/out/tables/Balances.sol/Balances.json +1 -1
- package/out/test.sol/DSTest.json +1 -1
- package/out/world/src/IERC165.sol/IERC165.json +1 -1
- package/package.json +9 -9
- package/src/index.sol +6 -6
- package/src/interfaces/IBaseWorld.sol +4 -3
- package/src/interfaces/IERC20System.sol +1 -2
- package/src/interfaces/IPuppetFactorySystem.sol +1 -2
- package/src/interfaces/IUniqueEntitySystem.sol +7 -0
- package/src/modules/erc20-puppet/ERC20Module.sol +25 -16
- package/src/modules/erc20-puppet/ERC20System.sol +1 -1
- package/src/modules/erc20-puppet/IERC20.sol +1 -1
- package/src/modules/erc20-puppet/IERC20Errors.sol +1 -1
- package/src/modules/erc20-puppet/IERC20Events.sol +1 -1
- package/src/modules/erc20-puppet/IERC20Mintable.sol +1 -1
- package/src/modules/erc20-puppet/constants.sol +2 -1
- package/src/modules/erc20-puppet/registerERC20.sol +1 -1
- package/src/modules/erc20-puppet/tables/Allowances.sol +43 -12
- package/src/modules/erc20-puppet/tables/ERC20Metadata.sol +44 -13
- package/src/modules/erc20-puppet/tables/ERC20Registry.sol +42 -12
- package/src/modules/erc20-puppet/tables/TotalSupply.sol +41 -12
- package/src/modules/erc20-puppet/utils.sol +1 -1
- package/src/modules/erc721-puppet/ERC721Module.sol +25 -16
- package/src/modules/erc721-puppet/ERC721System.sol +1 -1
- package/src/modules/erc721-puppet/IERC721.sol +1 -1
- package/src/modules/erc721-puppet/IERC721Errors.sol +1 -1
- package/src/modules/erc721-puppet/IERC721Events.sol +1 -1
- package/src/modules/erc721-puppet/IERC721Metadata.sol +1 -2
- package/src/modules/erc721-puppet/IERC721Mintable.sol +1 -1
- package/src/modules/erc721-puppet/IERC721Receiver.sol +1 -2
- package/src/modules/erc721-puppet/constants.sol +2 -1
- package/src/modules/erc721-puppet/registerERC721.sol +1 -1
- package/src/modules/erc721-puppet/tables/ERC721Metadata.sol +43 -12
- package/src/modules/erc721-puppet/tables/ERC721Registry.sol +42 -12
- package/src/modules/erc721-puppet/tables/OperatorApproval.sol +43 -12
- package/src/modules/erc721-puppet/tables/Owners.sol +42 -12
- package/src/modules/erc721-puppet/tables/TokenApproval.sol +42 -12
- package/src/modules/erc721-puppet/tables/TokenURI.sol +42 -12
- package/src/modules/erc721-puppet/utils.sol +1 -1
- package/src/modules/keysintable/KeysInTableHook.sol +1 -1
- package/src/modules/keysintable/KeysInTableModule.sol +23 -17
- package/src/modules/keysintable/constants.sol +1 -1
- package/src/modules/keysintable/getKeysInTable.sol +1 -1
- package/src/modules/keysintable/hasKey.sol +1 -1
- package/src/modules/keysintable/query.sol +1 -1
- package/src/modules/keysintable/tables/KeysInTable.sol +51 -15
- package/src/modules/keysintable/tables/UsedKeysIndex.sol +51 -17
- package/src/modules/keyswithvalue/KeysWithValueHook.sol +1 -1
- package/src/modules/keyswithvalue/KeysWithValueModule.sol +17 -22
- package/src/modules/keyswithvalue/constants.sol +1 -1
- package/src/modules/keyswithvalue/getKeysWithValue.sol +1 -1
- package/src/modules/keyswithvalue/getTargetTableId.sol +1 -1
- package/src/modules/keyswithvalue/tables/KeysWithValue.sol +43 -13
- package/src/modules/puppet/Puppet.sol +1 -1
- package/src/modules/puppet/PuppetDelegationControl.sol +1 -1
- package/src/modules/puppet/PuppetFactorySystem.sol +1 -1
- package/src/modules/puppet/PuppetMaster.sol +1 -1
- package/src/modules/puppet/PuppetModule.sol +9 -24
- package/src/modules/puppet/constants.sol +3 -4
- package/src/modules/puppet/createPuppet.sol +1 -1
- package/src/modules/puppet/tables/PuppetRegistry.sol +42 -12
- package/src/modules/puppet/utils.sol +1 -1
- package/src/modules/std-delegations/CallboundDelegationControl.sol +1 -1
- package/src/modules/std-delegations/StandardDelegationsModule.sol +6 -2
- package/src/modules/std-delegations/SystemboundDelegationControl.sol +1 -1
- package/src/modules/std-delegations/TimeboundDelegationControl.sol +1 -1
- package/src/modules/std-delegations/constants.sol +3 -1
- package/src/modules/std-delegations/tables/CallboundDelegations.sol +49 -14
- package/src/modules/std-delegations/tables/SystemboundDelegations.sol +48 -14
- package/src/modules/std-delegations/tables/TimeboundDelegations.sol +47 -14
- package/src/modules/tokens/tables/Balances.sol +42 -12
- package/src/modules/uniqueentity/UniqueEntityModule.sol +15 -16
- package/src/modules/uniqueentity/UniqueEntitySystem.sol +1 -1
- package/src/modules/uniqueentity/constants.sol +3 -3
- package/src/modules/uniqueentity/getUniqueEntity.sol +3 -2
- package/src/modules/uniqueentity/tables/UniqueEntity.sol +42 -13
- package/src/modules/utils/ArrayLib.sol +2 -2
- package/src/utils/AccessControlLib.sol +1 -2
- package/src/utils/SystemSwitch.sol +10 -8
- package/dist/mud.config.d.ts +0 -256
- package/out/ERC165Checker.sol/ERC165Checker.json +0 -1
- package/out/IFieldLayoutErrors.sol/IFieldLayoutErrors.abi.json +0 -88
- package/out/IFieldLayoutErrors.sol/IFieldLayoutErrors.abi.json.d.ts +0 -88
- package/out/IFieldLayoutErrors.sol/IFieldLayoutErrors.json +0 -1
- package/out/IModuleErrors.sol/IModuleErrors.abi.json +0 -28
- package/out/IModuleErrors.sol/IModuleErrors.abi.json.d.ts +0 -28
- package/out/IModuleErrors.sol/IModuleErrors.json +0 -1
- package/out/IPackedCounterErrors.sol/IPackedCounterErrors.abi.json +0 -13
- package/out/IPackedCounterErrors.sol/IPackedCounterErrors.json +0 -1
- package/out/IRegistrationSystem.sol/IRegistrationSystem.abi.json +0 -1
- package/out/IRegistrationSystem.sol/IRegistrationSystem.json +0 -1
- package/out/ISchemaErrors.sol/ISchemaErrors.abi.json +0 -18
- package/out/ISchemaErrors.sol/ISchemaErrors.json +0 -1
- package/out/ISliceErrors.sol/ISliceErrors.abi.json +0 -23
- package/out/ISliceErrors.sol/ISliceErrors.json +0 -1
- package/out/IWorldEvents.sol/IWorldEvents.abi.json +0 -15
- package/out/IWorldEvents.sol/IWorldEvents.abi.json.d.ts +0 -15
- package/out/IWorldEvents.sol/IWorldEvents.json +0 -1
- package/out/InitModule.sol/InitModule.json +0 -1
- package/out/InitModuleAddress.sol/InitModuleAddress.abi.json +0 -1
- package/out/InitModuleAddress.sol/InitModuleAddress.json +0 -1
- package/out/LimitedCallContext.sol/LimitedCallContext.abi.json +0 -7
- package/out/LimitedCallContext.sol/LimitedCallContext.abi.json.d.ts +0 -7
- package/out/LimitedCallContext.sol/LimitedCallContext.json +0 -1
- package/out/RegistrationSystem.sol/RegistrationSystem.json +0 -1
- /package/out/{ERC165Checker.sol/ERC165Checker.abi.json → ICoreSystem.sol/ICoreSystem.abi.json} +0 -0
- /package/out/{IPackedCounterErrors.sol/IPackedCounterErrors.abi.json.d.ts → PackedCounter.sol/PackedCounterInstance.abi.json.d.ts} +0 -0
- /package/out/{ISliceErrors.sol/ISliceErrors.abi.json.d.ts → Slice.sol/SliceLib.abi.json.d.ts} +0 -0
@@ -38,6 +38,91 @@
|
|
38
38
|
],
|
39
39
|
"stateMutability": "view"
|
40
40
|
},
|
41
|
+
{
|
42
|
+
"type": "function",
|
43
|
+
"name": "batchCall",
|
44
|
+
"inputs": [
|
45
|
+
{
|
46
|
+
"name": "systemCalls",
|
47
|
+
"type": "tuple[]",
|
48
|
+
"internalType": "struct SystemCallData[]",
|
49
|
+
"components": [
|
50
|
+
{
|
51
|
+
"name": "systemId",
|
52
|
+
"type": "bytes32",
|
53
|
+
"internalType": "ResourceId"
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"name": "callData",
|
57
|
+
"type": "bytes",
|
58
|
+
"internalType": "bytes"
|
59
|
+
}
|
60
|
+
]
|
61
|
+
}
|
62
|
+
],
|
63
|
+
"outputs": [
|
64
|
+
{
|
65
|
+
"name": "returnDatas",
|
66
|
+
"type": "bytes[]",
|
67
|
+
"internalType": "bytes[]"
|
68
|
+
}
|
69
|
+
],
|
70
|
+
"stateMutability": "nonpayable"
|
71
|
+
},
|
72
|
+
{
|
73
|
+
"type": "function",
|
74
|
+
"name": "batchCallFrom",
|
75
|
+
"inputs": [
|
76
|
+
{
|
77
|
+
"name": "systemCalls",
|
78
|
+
"type": "tuple[]",
|
79
|
+
"internalType": "struct SystemCallFromData[]",
|
80
|
+
"components": [
|
81
|
+
{
|
82
|
+
"name": "from",
|
83
|
+
"type": "address",
|
84
|
+
"internalType": "address"
|
85
|
+
},
|
86
|
+
{
|
87
|
+
"name": "systemId",
|
88
|
+
"type": "bytes32",
|
89
|
+
"internalType": "ResourceId"
|
90
|
+
},
|
91
|
+
{
|
92
|
+
"name": "callData",
|
93
|
+
"type": "bytes",
|
94
|
+
"internalType": "bytes"
|
95
|
+
}
|
96
|
+
]
|
97
|
+
}
|
98
|
+
],
|
99
|
+
"outputs": [
|
100
|
+
{
|
101
|
+
"name": "returnDatas",
|
102
|
+
"type": "bytes[]",
|
103
|
+
"internalType": "bytes[]"
|
104
|
+
}
|
105
|
+
],
|
106
|
+
"stateMutability": "nonpayable"
|
107
|
+
},
|
108
|
+
{
|
109
|
+
"type": "function",
|
110
|
+
"name": "grantAccess",
|
111
|
+
"inputs": [
|
112
|
+
{
|
113
|
+
"name": "resourceId",
|
114
|
+
"type": "bytes32",
|
115
|
+
"internalType": "ResourceId"
|
116
|
+
},
|
117
|
+
{
|
118
|
+
"name": "grantee",
|
119
|
+
"type": "address",
|
120
|
+
"internalType": "address"
|
121
|
+
}
|
122
|
+
],
|
123
|
+
"outputs": [],
|
124
|
+
"stateMutability": "nonpayable"
|
125
|
+
},
|
41
126
|
{
|
42
127
|
"type": "function",
|
43
128
|
"name": "installModule",
|
@@ -48,7 +133,7 @@
|
|
48
133
|
"internalType": "contract IModule"
|
49
134
|
},
|
50
135
|
{
|
51
|
-
"name": "
|
136
|
+
"name": "args",
|
52
137
|
"type": "bytes",
|
53
138
|
"internalType": "bytes"
|
54
139
|
}
|
@@ -154,9 +239,9 @@
|
|
154
239
|
"internalType": "string"
|
155
240
|
},
|
156
241
|
{
|
157
|
-
"name": "
|
158
|
-
"type": "
|
159
|
-
"internalType": "
|
242
|
+
"name": "systemFunctionSelector",
|
243
|
+
"type": "bytes4",
|
244
|
+
"internalType": "bytes4"
|
160
245
|
}
|
161
246
|
],
|
162
247
|
"outputs": [
|
@@ -203,7 +288,7 @@
|
|
203
288
|
{
|
204
289
|
"name": "system",
|
205
290
|
"type": "address",
|
206
|
-
"internalType": "contract
|
291
|
+
"internalType": "contract WorldContextConsumer"
|
207
292
|
},
|
208
293
|
{
|
209
294
|
"name": "publicAccess",
|
@@ -275,6 +360,24 @@
|
|
275
360
|
"outputs": [],
|
276
361
|
"stateMutability": "nonpayable"
|
277
362
|
},
|
363
|
+
{
|
364
|
+
"type": "function",
|
365
|
+
"name": "revokeAccess",
|
366
|
+
"inputs": [
|
367
|
+
{
|
368
|
+
"name": "resourceId",
|
369
|
+
"type": "bytes32",
|
370
|
+
"internalType": "ResourceId"
|
371
|
+
},
|
372
|
+
{
|
373
|
+
"name": "grantee",
|
374
|
+
"type": "address",
|
375
|
+
"internalType": "address"
|
376
|
+
}
|
377
|
+
],
|
378
|
+
"outputs": [],
|
379
|
+
"stateMutability": "nonpayable"
|
380
|
+
},
|
278
381
|
{
|
279
382
|
"type": "function",
|
280
383
|
"name": "supportsInterface",
|
@@ -296,12 +399,45 @@
|
|
296
399
|
},
|
297
400
|
{
|
298
401
|
"type": "function",
|
299
|
-
"name": "
|
402
|
+
"name": "transferBalanceToAddress",
|
300
403
|
"inputs": [
|
301
404
|
{
|
302
|
-
"name": "
|
405
|
+
"name": "fromNamespaceId",
|
406
|
+
"type": "bytes32",
|
407
|
+
"internalType": "ResourceId"
|
408
|
+
},
|
409
|
+
{
|
410
|
+
"name": "toAddress",
|
303
411
|
"type": "address",
|
304
412
|
"internalType": "address"
|
413
|
+
},
|
414
|
+
{
|
415
|
+
"name": "amount",
|
416
|
+
"type": "uint256",
|
417
|
+
"internalType": "uint256"
|
418
|
+
}
|
419
|
+
],
|
420
|
+
"outputs": [],
|
421
|
+
"stateMutability": "nonpayable"
|
422
|
+
},
|
423
|
+
{
|
424
|
+
"type": "function",
|
425
|
+
"name": "transferBalanceToNamespace",
|
426
|
+
"inputs": [
|
427
|
+
{
|
428
|
+
"name": "fromNamespaceId",
|
429
|
+
"type": "bytes32",
|
430
|
+
"internalType": "ResourceId"
|
431
|
+
},
|
432
|
+
{
|
433
|
+
"name": "toNamespaceId",
|
434
|
+
"type": "bytes32",
|
435
|
+
"internalType": "ResourceId"
|
436
|
+
},
|
437
|
+
{
|
438
|
+
"name": "amount",
|
439
|
+
"type": "uint256",
|
440
|
+
"internalType": "uint256"
|
305
441
|
}
|
306
442
|
],
|
307
443
|
"outputs": [],
|
@@ -309,12 +445,17 @@
|
|
309
445
|
},
|
310
446
|
{
|
311
447
|
"type": "function",
|
312
|
-
"name": "
|
448
|
+
"name": "transferOwnership",
|
313
449
|
"inputs": [
|
314
450
|
{
|
315
451
|
"name": "namespaceId",
|
316
452
|
"type": "bytes32",
|
317
453
|
"internalType": "ResourceId"
|
454
|
+
},
|
455
|
+
{
|
456
|
+
"name": "newOwner",
|
457
|
+
"type": "address",
|
458
|
+
"internalType": "address"
|
318
459
|
}
|
319
460
|
],
|
320
461
|
"outputs": [],
|
@@ -428,12 +569,6 @@
|
|
428
569
|
"indexed": false,
|
429
570
|
"internalType": "bytes32[]"
|
430
571
|
},
|
431
|
-
{
|
432
|
-
"name": "dynamicFieldIndex",
|
433
|
-
"type": "uint8",
|
434
|
-
"indexed": false,
|
435
|
-
"internalType": "uint8"
|
436
|
-
},
|
437
572
|
{
|
438
573
|
"name": "start",
|
439
574
|
"type": "uint48",
|
@@ -494,53 +629,10 @@
|
|
494
629
|
},
|
495
630
|
{
|
496
631
|
"type": "error",
|
497
|
-
"name": "
|
498
|
-
"inputs": []
|
499
|
-
},
|
500
|
-
{
|
501
|
-
"type": "error",
|
502
|
-
"name": "FieldLayout_InvalidStaticDataLength",
|
503
|
-
"inputs": [
|
504
|
-
{
|
505
|
-
"name": "staticDataLength",
|
506
|
-
"type": "uint256",
|
507
|
-
"internalType": "uint256"
|
508
|
-
},
|
509
|
-
{
|
510
|
-
"name": "computedStaticDataLength",
|
511
|
-
"type": "uint256",
|
512
|
-
"internalType": "uint256"
|
513
|
-
}
|
514
|
-
]
|
515
|
-
},
|
516
|
-
{
|
517
|
-
"type": "error",
|
518
|
-
"name": "FieldLayout_StaticLengthDoesNotFitInAWord",
|
632
|
+
"name": "FieldLayoutLib_InvalidLength",
|
519
633
|
"inputs": [
|
520
634
|
{
|
521
|
-
"name": "
|
522
|
-
"type": "uint256",
|
523
|
-
"internalType": "uint256"
|
524
|
-
}
|
525
|
-
]
|
526
|
-
},
|
527
|
-
{
|
528
|
-
"type": "error",
|
529
|
-
"name": "FieldLayout_StaticLengthIsNotZero",
|
530
|
-
"inputs": [
|
531
|
-
{
|
532
|
-
"name": "index",
|
533
|
-
"type": "uint256",
|
534
|
-
"internalType": "uint256"
|
535
|
-
}
|
536
|
-
]
|
537
|
-
},
|
538
|
-
{
|
539
|
-
"type": "error",
|
540
|
-
"name": "FieldLayout_StaticLengthIsZero",
|
541
|
-
"inputs": [
|
542
|
-
{
|
543
|
-
"name": "index",
|
635
|
+
"name": "length",
|
544
636
|
"type": "uint256",
|
545
637
|
"internalType": "uint256"
|
546
638
|
}
|
@@ -548,35 +640,13 @@
|
|
548
640
|
},
|
549
641
|
{
|
550
642
|
"type": "error",
|
551
|
-
"name": "
|
552
|
-
"inputs": [
|
553
|
-
{
|
554
|
-
"name": "numFields",
|
555
|
-
"type": "uint256",
|
556
|
-
"internalType": "uint256"
|
557
|
-
},
|
558
|
-
{
|
559
|
-
"name": "maxFields",
|
560
|
-
"type": "uint256",
|
561
|
-
"internalType": "uint256"
|
562
|
-
}
|
563
|
-
]
|
643
|
+
"name": "FieldLayoutLib_StaticLengthDoesNotFitInAWord",
|
644
|
+
"inputs": []
|
564
645
|
},
|
565
646
|
{
|
566
647
|
"type": "error",
|
567
|
-
"name": "
|
568
|
-
"inputs": [
|
569
|
-
{
|
570
|
-
"name": "numFields",
|
571
|
-
"type": "uint256",
|
572
|
-
"internalType": "uint256"
|
573
|
-
},
|
574
|
-
{
|
575
|
-
"name": "maxFields",
|
576
|
-
"type": "uint256",
|
577
|
-
"internalType": "uint256"
|
578
|
-
}
|
579
|
-
]
|
648
|
+
"name": "FieldLayoutLib_StaticLengthIsZero",
|
649
|
+
"inputs": []
|
580
650
|
},
|
581
651
|
{
|
582
652
|
"type": "error",
|
@@ -591,7 +661,7 @@
|
|
591
661
|
},
|
592
662
|
{
|
593
663
|
"type": "error",
|
594
|
-
"name": "
|
664
|
+
"name": "SchemaLib_InvalidLength",
|
595
665
|
"inputs": [
|
596
666
|
{
|
597
667
|
"name": "length",
|
@@ -602,7 +672,7 @@
|
|
602
672
|
},
|
603
673
|
{
|
604
674
|
"type": "error",
|
605
|
-
"name": "
|
675
|
+
"name": "SchemaLib_StaticTypeAfterDynamicType",
|
606
676
|
"inputs": []
|
607
677
|
},
|
608
678
|
{
|
@@ -716,38 +786,6 @@
|
|
716
786
|
}
|
717
787
|
]
|
718
788
|
},
|
719
|
-
{
|
720
|
-
"type": "error",
|
721
|
-
"name": "Store_InvalidStaticDataLength",
|
722
|
-
"inputs": [
|
723
|
-
{
|
724
|
-
"name": "expected",
|
725
|
-
"type": "uint256",
|
726
|
-
"internalType": "uint256"
|
727
|
-
},
|
728
|
-
{
|
729
|
-
"name": "received",
|
730
|
-
"type": "uint256",
|
731
|
-
"internalType": "uint256"
|
732
|
-
}
|
733
|
-
]
|
734
|
-
},
|
735
|
-
{
|
736
|
-
"type": "error",
|
737
|
-
"name": "Store_InvalidValueSchemaDynamicLength",
|
738
|
-
"inputs": [
|
739
|
-
{
|
740
|
-
"name": "expected",
|
741
|
-
"type": "uint256",
|
742
|
-
"internalType": "uint256"
|
743
|
-
},
|
744
|
-
{
|
745
|
-
"name": "received",
|
746
|
-
"type": "uint256",
|
747
|
-
"internalType": "uint256"
|
748
|
-
}
|
749
|
-
]
|
750
|
-
},
|
751
789
|
{
|
752
790
|
"type": "error",
|
753
791
|
"name": "Store_InvalidValueSchemaLength",
|
@@ -764,22 +802,6 @@
|
|
764
802
|
}
|
765
803
|
]
|
766
804
|
},
|
767
|
-
{
|
768
|
-
"type": "error",
|
769
|
-
"name": "Store_InvalidValueSchemaStaticLength",
|
770
|
-
"inputs": [
|
771
|
-
{
|
772
|
-
"name": "expected",
|
773
|
-
"type": "uint256",
|
774
|
-
"internalType": "uint256"
|
775
|
-
},
|
776
|
-
{
|
777
|
-
"name": "received",
|
778
|
-
"type": "uint256",
|
779
|
-
"internalType": "uint256"
|
780
|
-
}
|
781
|
-
]
|
782
|
-
},
|
783
805
|
{
|
784
806
|
"type": "error",
|
785
807
|
"name": "Store_TableAlreadyExists",
|
@@ -796,27 +818,6 @@
|
|
796
818
|
}
|
797
819
|
]
|
798
820
|
},
|
799
|
-
{
|
800
|
-
"type": "error",
|
801
|
-
"name": "Store_TableNotFound",
|
802
|
-
"inputs": [
|
803
|
-
{
|
804
|
-
"name": "tableId",
|
805
|
-
"type": "bytes32",
|
806
|
-
"internalType": "ResourceId"
|
807
|
-
},
|
808
|
-
{
|
809
|
-
"name": "tableIdString",
|
810
|
-
"type": "string",
|
811
|
-
"internalType": "string"
|
812
|
-
}
|
813
|
-
]
|
814
|
-
},
|
815
|
-
{
|
816
|
-
"type": "error",
|
817
|
-
"name": "UnauthorizedCallContext",
|
818
|
-
"inputs": []
|
819
|
-
},
|
820
821
|
{
|
821
822
|
"type": "error",
|
822
823
|
"name": "World_AccessDenied",
|
@@ -919,17 +920,6 @@
|
|
919
920
|
}
|
920
921
|
]
|
921
922
|
},
|
922
|
-
{
|
923
|
-
"type": "error",
|
924
|
-
"name": "World_InvalidNamespace",
|
925
|
-
"inputs": [
|
926
|
-
{
|
927
|
-
"name": "namespace",
|
928
|
-
"type": "bytes14",
|
929
|
-
"internalType": "bytes14"
|
930
|
-
}
|
931
|
-
]
|
932
|
-
},
|
933
923
|
{
|
934
924
|
"type": "error",
|
935
925
|
"name": "World_InvalidResourceId",
|