@latticexyz/world-modules 2.0.0-transaction-context-324984c5 → 2.0.1-main-4a6b4598

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 (393) hide show
  1. package/dist/mud.config.d.ts +700 -222
  2. package/dist/mud.config.js +1 -1
  3. package/dist/mud.config.js.map +1 -1
  4. package/out/AccessControl.sol/AccessControl.json +1 -1
  5. package/out/AccessControlLib.sol/AccessControlLib.json +1 -1
  6. package/out/AccessManagementSystem.sol/AccessManagementSystem.abi.json +0 -13
  7. package/out/AccessManagementSystem.sol/AccessManagementSystem.abi.json.d.ts +0 -13
  8. package/out/AccessManagementSystem.sol/AccessManagementSystem.json +1 -1
  9. package/out/AddressArray.sol/AddressArray.json +1 -1
  10. package/out/Allowances.sol/Allowances.json +1 -1
  11. package/out/ArrayLib.sol/ArrayLib.json +1 -1
  12. package/out/BalanceTransferSystem.sol/BalanceTransferSystem.abi.json +0 -24
  13. package/out/BalanceTransferSystem.sol/BalanceTransferSystem.abi.json.d.ts +0 -24
  14. package/out/BalanceTransferSystem.sol/BalanceTransferSystem.json +1 -1
  15. package/out/Balances.sol/Balances.json +1 -1
  16. package/out/Base.sol/CommonBase.json +1 -1
  17. package/out/Base.sol/ScriptBase.json +1 -1
  18. package/out/Base.sol/TestBase.json +1 -1
  19. package/out/BatchCallSystem.sol/BatchCallSystem.abi.json +0 -13
  20. package/out/BatchCallSystem.sol/BatchCallSystem.abi.json.d.ts +0 -13
  21. package/out/BatchCallSystem.sol/BatchCallSystem.json +1 -1
  22. package/out/Bool.sol/Bool.json +1 -1
  23. package/out/Bytes.sol/Bytes.json +1 -1
  24. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.abi.json +0 -13
  25. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.abi.json.d.ts +0 -13
  26. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +1 -1
  27. package/out/CallboundDelegations.sol/CallboundDelegations.json +1 -1
  28. package/out/DecodeSlice.sol/DecodeSlice.json +1 -1
  29. package/out/Delegation.sol/Delegation.json +1 -1
  30. package/out/DelegationControl.sol/DelegationControl.abi.json +0 -13
  31. package/out/DelegationControl.sol/DelegationControl.abi.json.d.ts +0 -13
  32. package/out/DelegationControl.sol/DelegationControl.json +1 -1
  33. package/out/DelegationControlMock.sol/DelegationControlMock.abi.json +0 -13
  34. package/out/DelegationControlMock.sol/DelegationControlMock.abi.json.d.ts +0 -13
  35. package/out/DelegationControlMock.sol/DelegationControlMock.json +1 -1
  36. package/out/ERC165Checker.sol/ERC165Checker.json +1 -1
  37. package/out/ERC20.t.sol/ERC20Test.json +1 -1
  38. package/out/ERC20Metadata.sol/ERC20Metadata.json +1 -1
  39. package/out/ERC20Module.sol/ERC20Module.abi.json +10 -23
  40. package/out/ERC20Module.sol/ERC20Module.abi.json.d.ts +10 -23
  41. package/out/ERC20Module.sol/ERC20Module.json +1 -1
  42. package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.abi.json +10 -10
  43. package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.abi.json.d.ts +10 -10
  44. package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.json +1 -1
  45. package/out/ERC20Registry.sol/ERC20Registry.json +1 -1
  46. package/out/ERC20System.sol/ERC20System.abi.json +0 -13
  47. package/out/ERC20System.sol/ERC20System.abi.json.d.ts +0 -13
  48. package/out/ERC20System.sol/ERC20System.json +1 -1
  49. package/out/ERC721.t.sol/ERC721Recipient.json +1 -1
  50. package/out/ERC721.t.sol/ERC721Test.json +1 -1
  51. package/out/ERC721.t.sol/ERC721TokenReceiver.json +1 -1
  52. package/out/ERC721.t.sol/NonERC721Recipient.json +1 -1
  53. package/out/ERC721.t.sol/RevertingERC721Recipient.json +1 -1
  54. package/out/ERC721.t.sol/WrongReturnDataERC721Recipient.json +1 -1
  55. package/out/ERC721Metadata.sol/ERC721Metadata.json +1 -1
  56. package/out/ERC721Module.sol/ERC721Module.abi.json +10 -23
  57. package/out/ERC721Module.sol/ERC721Module.abi.json.d.ts +10 -23
  58. package/out/ERC721Module.sol/ERC721Module.json +1 -1
  59. package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.abi.json +10 -10
  60. package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.abi.json.d.ts +10 -10
  61. package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.json +1 -1
  62. package/out/ERC721Registry.sol/ERC721Registry.json +1 -1
  63. package/out/ERC721System.sol/ERC721System.abi.json +0 -13
  64. package/out/ERC721System.sol/ERC721System.abi.json.d.ts +0 -13
  65. package/out/ERC721System.sol/ERC721System.json +1 -1
  66. package/out/EchoSubscriber.sol/EchoSubscriber.abi.json +4 -4
  67. package/out/EchoSubscriber.sol/EchoSubscriber.abi.json.d.ts +4 -4
  68. package/out/EchoSubscriber.sol/EchoSubscriber.json +1 -1
  69. package/out/EncodeArray.sol/EncodeArray.json +1 -1
  70. package/out/EncodedLengths.sol/EncodedLengthsInstance.json +1 -0
  71. package/out/EncodedLengths.sol/EncodedLengthsLib.json +1 -0
  72. package/out/FieldLayout.sol/FieldLayoutInstance.json +1 -1
  73. package/out/FieldLayout.sol/FieldLayoutLib.abi.json +1 -88
  74. package/out/FieldLayout.sol/FieldLayoutLib.json +1 -1
  75. package/out/FieldLayoutEncodeHelper.sol/FieldLayoutEncodeHelper.json +1 -1
  76. package/out/FunctionSelectors.sol/FunctionSelectors.json +1 -1
  77. package/out/FunctionSignatures.sol/FunctionSignatures.json +1 -1
  78. package/out/GasReporter.sol/GasReporter.json +1 -1
  79. package/out/Hook.sol/HookInstance.json +1 -1
  80. package/out/Hook.sol/HookLib.json +1 -1
  81. package/out/Hooks.sol/Hooks.json +1 -1
  82. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +1 -1
  83. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +1 -1
  84. package/out/IBaseWorld.sol/IBaseWorld.abi.json +171 -16
  85. package/out/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +171 -16
  86. package/out/IBaseWorld.sol/IBaseWorld.json +1 -1
  87. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +1 -1
  88. package/out/IDelegationControl.sol/IDelegationControl.abi.json +0 -13
  89. package/out/IDelegationControl.sol/IDelegationControl.abi.json.d.ts +0 -13
  90. package/out/IDelegationControl.sol/IDelegationControl.json +1 -1
  91. package/out/IERC20.sol/IERC20.json +1 -1
  92. package/out/IERC20Errors.sol/IERC20Errors.json +1 -1
  93. package/out/IERC20Events.sol/IERC20Events.json +1 -1
  94. package/out/IERC20Mintable.sol/IERC20Mintable.json +1 -1
  95. package/out/IERC20System.sol/IERC20System.json +1 -1
  96. package/out/IERC721.sol/IERC721.json +1 -1
  97. package/out/IERC721Errors.sol/IERC721Errors.json +1 -1
  98. package/out/IERC721Events.sol/IERC721Events.json +1 -1
  99. package/out/IERC721Metadata.sol/IERC721Metadata.json +1 -1
  100. package/out/IERC721Mintable.sol/IERC721Mintable.json +1 -1
  101. package/out/IERC721Receiver.sol/IERC721Receiver.json +1 -1
  102. package/out/{PackedCounter.sol/PackedCounterInstance.abi.json → IEncodedLengthsErrors.sol/IEncodedLengthsErrors.abi.json} +1 -1
  103. package/out/{PackedCounter.sol/PackedCounterInstance.abi.json.d.ts → IEncodedLengthsErrors.sol/IEncodedLengthsErrors.abi.json.d.ts} +1 -1
  104. package/out/IEncodedLengthsErrors.sol/IEncodedLengthsErrors.json +1 -0
  105. package/out/IFieldLayoutErrors.sol/IFieldLayoutErrors.abi.json +88 -0
  106. package/out/{FieldLayout.sol/FieldLayoutLib.abi.json.d.ts → IFieldLayoutErrors.sol/IFieldLayoutErrors.abi.json.d.ts} +7 -7
  107. package/out/IFieldLayoutErrors.sol/IFieldLayoutErrors.json +1 -0
  108. package/out/IModule.sol/IModule.json +1 -1
  109. package/out/IModuleErrors.sol/IModuleErrors.abi.json +28 -0
  110. package/out/IModuleErrors.sol/IModuleErrors.abi.json.d.ts +28 -0
  111. package/out/IModuleErrors.sol/IModuleErrors.json +1 -0
  112. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +1 -1
  113. package/out/IMulticall3.sol/IMulticall3.json +1 -1
  114. package/out/IPuppetFactorySystem.sol/IPuppetFactorySystem.json +1 -1
  115. package/out/IRegistrationSystem.sol/IRegistrationSystem.json +1 -1
  116. package/out/ISchemaErrors.sol/ISchemaErrors.abi.json +18 -0
  117. package/out/{Schema.sol/SchemaLib.abi.json.d.ts → ISchemaErrors.sol/ISchemaErrors.abi.json.d.ts} +2 -2
  118. package/out/ISchemaErrors.sol/ISchemaErrors.json +1 -0
  119. package/out/ISliceErrors.sol/ISliceErrors.abi.json +23 -0
  120. package/out/ISliceErrors.sol/ISliceErrors.json +1 -0
  121. package/out/IStore.sol/IStore.abi.json +145 -5
  122. package/out/IStore.sol/IStore.abi.json.d.ts +145 -5
  123. package/out/IStore.sol/IStore.json +1 -1
  124. package/out/IStoreErrors.sol/IStoreErrors.json +1 -1
  125. package/out/IStoreEvents.sol/IStoreEvents.abi.json +21 -2
  126. package/out/IStoreEvents.sol/IStoreEvents.abi.json.d.ts +21 -2
  127. package/out/IStoreEvents.sol/IStoreEvents.json +1 -1
  128. package/out/IStoreHook.sol/IStoreHook.abi.json +4 -4
  129. package/out/IStoreHook.sol/IStoreHook.abi.json.d.ts +4 -4
  130. package/out/IStoreHook.sol/IStoreHook.json +1 -1
  131. package/out/{IStoreData.sol/IStoreData.abi.json → IStoreKernel.sol/IStoreKernel.abi.json} +347 -5
  132. package/out/{IStoreData.sol/IStoreData.abi.json.d.ts → IStoreKernel.sol/IStoreKernel.abi.json.d.ts} +347 -5
  133. package/out/IStoreKernel.sol/IStoreKernel.json +1 -0
  134. package/out/IStoreRead.sol/IStoreRead.abi.json +2 -2
  135. package/out/IStoreRead.sol/IStoreRead.abi.json.d.ts +2 -2
  136. package/out/IStoreRead.sol/IStoreRead.json +1 -1
  137. package/out/IStoreRegistration.sol/IStoreRegistration.json +1 -1
  138. package/out/IStoreWrite.sol/IStoreWrite.abi.json +22 -3
  139. package/out/IStoreWrite.sol/IStoreWrite.abi.json.d.ts +22 -3
  140. package/out/IStoreWrite.sol/IStoreWrite.json +1 -1
  141. package/out/ISystemHook.sol/ISystemHook.json +1 -1
  142. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.abi.json +0 -13
  143. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.abi.json.d.ts +0 -13
  144. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +1 -1
  145. package/out/IWorldErrors.sol/IWorldErrors.abi.json +0 -11
  146. package/out/IWorldErrors.sol/IWorldErrors.abi.json.d.ts +0 -11
  147. package/out/IWorldErrors.sol/IWorldErrors.json +1 -1
  148. package/out/IWorldEvents.sol/IWorldEvents.abi.json +15 -0
  149. package/out/IWorldEvents.sol/IWorldEvents.abi.json.d.ts +15 -0
  150. package/out/IWorldEvents.sol/IWorldEvents.json +1 -0
  151. package/out/IWorldKernel.sol/IWorldCall.json +1 -1
  152. package/out/IWorldKernel.sol/IWorldKernel.abi.json +26 -11
  153. package/out/IWorldKernel.sol/IWorldKernel.abi.json.d.ts +26 -11
  154. package/out/IWorldKernel.sol/IWorldKernel.json +1 -1
  155. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +1 -1
  156. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.abi.json +3 -3
  157. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.abi.json.d.ts +3 -3
  158. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +1 -1
  159. package/out/InitModule.sol/InitModule.abi.json +10 -23
  160. package/out/InitModule.sol/InitModule.abi.json.d.ts +10 -23
  161. package/out/InitModule.sol/InitModule.json +1 -1
  162. package/out/InitModuleAddress.sol/InitModuleAddress.json +1 -1
  163. package/out/InstalledModules.sol/InstalledModules.json +1 -1
  164. package/out/KeysInTable.sol/KeysInTable.json +1 -1
  165. package/out/KeysInTableHook.sol/KeysInTableHook.abi.json +13 -7
  166. package/out/KeysInTableHook.sol/KeysInTableHook.abi.json.d.ts +13 -7
  167. package/out/KeysInTableHook.sol/KeysInTableHook.json +1 -1
  168. package/out/KeysInTableModule.sol/KeysInTableModule.abi.json +0 -29
  169. package/out/KeysInTableModule.sol/KeysInTableModule.abi.json.d.ts +0 -29
  170. package/out/KeysInTableModule.sol/KeysInTableModule.json +1 -1
  171. package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.abi.json +6 -6
  172. package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.abi.json.d.ts +6 -6
  173. package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.json +1 -1
  174. package/out/KeysWithValue.sol/KeysWithValue.json +1 -1
  175. package/out/KeysWithValueHook.sol/KeysWithValueHook.abi.json +12 -6
  176. package/out/KeysWithValueHook.sol/KeysWithValueHook.abi.json.d.ts +12 -6
  177. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1 -1
  178. package/out/KeysWithValueModule.sol/KeysWithValueModule.abi.json +0 -29
  179. package/out/KeysWithValueModule.sol/KeysWithValueModule.abi.json.d.ts +0 -29
  180. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +1 -1
  181. package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.abi.json +6 -6
  182. package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.abi.json.d.ts +6 -6
  183. package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.json +1 -1
  184. package/out/LimitedCallContext.sol/LimitedCallContext.json +1 -1
  185. package/out/Memory.sol/Memory.json +1 -1
  186. package/out/Module.sol/Module.abi.json +0 -13
  187. package/out/Module.sol/Module.abi.json.d.ts +0 -13
  188. package/out/Module.sol/Module.json +1 -1
  189. package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.abi.json +0 -13
  190. package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.abi.json.d.ts +0 -13
  191. package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.json +1 -1
  192. package/out/NamespaceDelegationControl.sol/NamespaceDelegationControl.json +1 -1
  193. package/out/NamespaceOwner.sol/NamespaceOwner.json +1 -1
  194. package/out/OperatorApproval.sol/OperatorApproval.json +1 -1
  195. package/out/Owners.sol/Owners.json +1 -1
  196. package/out/Puppet.sol/Puppet.json +1 -1
  197. package/out/PuppetDelegationControl.sol/PuppetDelegationControl.abi.json +0 -13
  198. package/out/PuppetDelegationControl.sol/PuppetDelegationControl.abi.json.d.ts +0 -13
  199. package/out/PuppetDelegationControl.sol/PuppetDelegationControl.json +1 -1
  200. package/out/PuppetFactorySystem.sol/PuppetFactorySystem.abi.json +0 -13
  201. package/out/PuppetFactorySystem.sol/PuppetFactorySystem.abi.json.d.ts +0 -13
  202. package/out/PuppetFactorySystem.sol/PuppetFactorySystem.json +1 -1
  203. package/out/PuppetMaster.sol/PuppetMaster.json +1 -1
  204. package/out/PuppetModule.sol/PuppetModule.abi.json +10 -23
  205. package/out/PuppetModule.sol/PuppetModule.abi.json.d.ts +10 -23
  206. package/out/PuppetModule.sol/PuppetModule.json +1 -1
  207. package/out/PuppetModule.t.sol/PuppetModuleTest.json +1 -1
  208. package/out/PuppetModule.t.sol/PuppetTestSystem.abi.json +0 -13
  209. package/out/PuppetModule.t.sol/PuppetTestSystem.abi.json.d.ts +0 -13
  210. package/out/PuppetModule.t.sol/PuppetTestSystem.json +1 -1
  211. package/out/PuppetRegistry.sol/PuppetRegistry.json +1 -1
  212. package/out/RegistrationSystem.sol/RegistrationSystem.abi.json +31 -49
  213. package/out/RegistrationSystem.sol/RegistrationSystem.abi.json.d.ts +31 -49
  214. package/out/RegistrationSystem.sol/RegistrationSystem.json +1 -1
  215. package/out/ResourceAccess.sol/ResourceAccess.json +1 -1
  216. package/out/ResourceId.sol/ResourceIdInstance.json +1 -1
  217. package/out/ResourceId.sol/ResourceIdLib.json +1 -1
  218. package/out/ResourceIds.sol/ResourceIds.json +1 -1
  219. package/out/RevertSubscriber.sol/RevertSubscriber.abi.json +4 -4
  220. package/out/RevertSubscriber.sol/RevertSubscriber.abi.json.d.ts +4 -4
  221. package/out/RevertSubscriber.sol/RevertSubscriber.json +1 -1
  222. package/out/Schema.sol/SchemaInstance.json +1 -1
  223. package/out/Schema.sol/SchemaLib.abi.json +1 -18
  224. package/out/Schema.sol/SchemaLib.json +1 -1
  225. package/out/SchemaEncodeHelper.sol/SchemaEncodeHelper.json +1 -1
  226. package/out/Slice.sol/SliceInstance.json +1 -1
  227. package/out/Slice.sol/SliceLib.abi.json +1 -23
  228. package/out/Slice.sol/SliceLib.json +1 -1
  229. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.abi.json +10 -23
  230. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.abi.json.d.ts +10 -23
  231. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +1 -1
  232. package/out/StandardDelegationsModule.t.sol/StandardDelegationsModuleTest.json +1 -1
  233. package/out/StdAssertions.sol/StdAssertions.json +1 -1
  234. package/out/StdChains.sol/StdChains.json +1 -1
  235. package/out/StdCheats.sol/StdCheats.json +1 -1
  236. package/out/StdCheats.sol/StdCheatsSafe.json +1 -1
  237. package/out/StdError.sol/stdError.json +1 -1
  238. package/out/StdInvariant.sol/StdInvariant.json +1 -1
  239. package/out/StdJson.sol/stdJson.json +1 -1
  240. package/out/StdMath.sol/stdMath.json +1 -1
  241. package/out/StdStorage.sol/stdStorage.json +1 -1
  242. package/out/StdStorage.sol/stdStorageSafe.json +1 -1
  243. package/out/StdStyle.sol/StdStyle.json +1 -1
  244. package/out/StdUtils.sol/StdUtils.json +1 -1
  245. package/out/Storage.sol/Storage.json +1 -1
  246. package/out/StoreCore.sol/StoreCore.abi.json +1 -132
  247. package/out/StoreCore.sol/StoreCore.json +1 -1
  248. package/out/StoreCore.sol/StoreCoreInternal.json +1 -1
  249. package/out/StoreHook.sol/StoreHook.abi.json +4 -4
  250. package/out/StoreHook.sol/StoreHook.abi.json.d.ts +4 -4
  251. package/out/StoreHook.sol/StoreHook.json +1 -1
  252. package/out/StoreHooks.sol/StoreHooks.json +1 -1
  253. package/out/{StoreData.sol/StoreData.abi.json → StoreKernel.sol/StoreKernel.abi.json} +299 -5
  254. package/out/{StoreData.sol/StoreData.abi.json.d.ts → StoreKernel.sol/StoreKernel.abi.json.d.ts} +299 -5
  255. package/out/StoreKernel.sol/StoreKernel.json +1 -0
  256. package/out/StoreRead.sol/StoreRead.abi.json +2 -2
  257. package/out/StoreRead.sol/StoreRead.abi.json.d.ts +2 -2
  258. package/out/StoreRead.sol/StoreRead.json +1 -1
  259. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json +28 -46
  260. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json.d.ts +28 -46
  261. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.json +1 -1
  262. package/out/StoreSwitch.sol/StoreSwitch.json +1 -1
  263. package/out/System.sol/System.abi.json +0 -13
  264. package/out/System.sol/System.abi.json.d.ts +0 -13
  265. package/out/System.sol/System.json +1 -1
  266. package/out/SystemCall.sol/SystemCall.json +1 -1
  267. package/out/SystemHook.sol/SystemHook.json +1 -1
  268. package/out/SystemHooks.sol/SystemHooks.json +1 -1
  269. package/out/SystemRegistry.sol/SystemRegistry.json +1 -1
  270. package/out/SystemSwitch.sol/SystemSwitch.json +1 -1
  271. package/out/SystemSwitch.t.sol/EchoSystem.abi.json +0 -13
  272. package/out/SystemSwitch.t.sol/EchoSystem.abi.json.d.ts +0 -13
  273. package/out/SystemSwitch.t.sol/EchoSystem.json +1 -1
  274. package/out/SystemSwitch.t.sol/SystemSwitchTest.abi.json +0 -16
  275. package/out/SystemSwitch.t.sol/SystemSwitchTest.abi.json.d.ts +0 -16
  276. package/out/SystemSwitch.t.sol/SystemSwitchTest.json +1 -1
  277. package/out/SystemboundDelegationControl.sol/SystemboundDelegationControl.abi.json +0 -13
  278. package/out/SystemboundDelegationControl.sol/SystemboundDelegationControl.abi.json.d.ts +0 -13
  279. package/out/SystemboundDelegationControl.sol/SystemboundDelegationControl.json +1 -1
  280. package/out/SystemboundDelegations.sol/SystemboundDelegations.json +1 -1
  281. package/out/Systems.sol/Systems.json +1 -1
  282. package/out/Tables.sol/Tables.json +1 -1
  283. package/out/Test.sol/Test.json +1 -1
  284. package/out/TightCoder.sol/TightCoder.json +1 -1
  285. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.abi.json +0 -13
  286. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.abi.json.d.ts +0 -13
  287. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +1 -1
  288. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1 -1
  289. package/out/TokenApproval.sol/TokenApproval.json +1 -1
  290. package/out/TokenURI.sol/TokenURI.json +1 -1
  291. package/out/TotalSupply.sol/TotalSupply.json +1 -1
  292. package/out/TwoFields.sol/TwoFields.json +1 -1
  293. package/out/UniqueEntity.sol/UniqueEntity.json +1 -1
  294. package/out/UniqueEntityModule.sol/UniqueEntityModule.abi.json +10 -23
  295. package/out/UniqueEntityModule.sol/UniqueEntityModule.abi.json.d.ts +10 -23
  296. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +1 -1
  297. package/out/UniqueEntityModule.t.sol/UniqueEntityModuleTest.json +1 -1
  298. package/out/UniqueEntityModule.t.sol/UniqueEntityTestSystem.abi.json +0 -13
  299. package/out/UniqueEntityModule.t.sol/UniqueEntityTestSystem.abi.json.d.ts +0 -13
  300. package/out/UniqueEntityModule.t.sol/UniqueEntityTestSystem.json +1 -1
  301. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.abi.json +0 -13
  302. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.abi.json.d.ts +0 -13
  303. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +1 -1
  304. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +1 -1
  305. package/out/UserDelegationControl.sol/UserDelegationControl.json +1 -1
  306. package/out/Vm.sol/Vm.json +1 -1
  307. package/out/Vm.sol/VmSafe.json +1 -1
  308. package/out/World.sol/World.abi.json +232 -127
  309. package/out/World.sol/World.abi.json.d.ts +232 -127
  310. package/out/World.sol/World.json +1 -1
  311. package/out/World.t.sol/EchoSystemHook.json +1 -1
  312. package/out/World.t.sol/IWorldTestSystem.json +1 -1
  313. package/out/World.t.sol/PayableFallbackSystem.abi.json +0 -13
  314. package/out/World.t.sol/PayableFallbackSystem.abi.json.d.ts +0 -13
  315. package/out/World.t.sol/PayableFallbackSystem.json +1 -1
  316. package/out/World.t.sol/RevertSystemHook.json +1 -1
  317. package/out/World.t.sol/WorldTest.abi.json +7 -7
  318. package/out/World.t.sol/WorldTest.abi.json.d.ts +7 -7
  319. package/out/World.t.sol/WorldTest.json +1 -1
  320. package/out/World.t.sol/WorldTestSystem.abi.json +1 -14
  321. package/out/World.t.sol/WorldTestSystem.abi.json.d.ts +1 -14
  322. package/out/World.t.sol/WorldTestSystem.json +1 -1
  323. package/out/WorldContext.sol/WorldContextConsumer.abi.json +0 -13
  324. package/out/WorldContext.sol/WorldContextConsumer.abi.json.d.ts +0 -13
  325. package/out/WorldContext.sol/WorldContextConsumer.json +1 -1
  326. package/out/WorldContext.sol/WorldContextConsumerLib.json +1 -1
  327. package/out/WorldContext.sol/WorldContextProviderLib.json +1 -1
  328. package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.abi.json +12 -30
  329. package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.abi.json.d.ts +12 -30
  330. package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.json +1 -1
  331. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +1 -1
  332. package/out/WorldResourceId.sol/WorldResourceIdLib.json +1 -1
  333. package/out/console.sol/console.json +1 -1
  334. package/out/console2.sol/console2.json +1 -1
  335. package/out/constants.sol/LayoutOffsets.json +1 -1
  336. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json +174 -19
  337. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +174 -19
  338. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +1 -1
  339. package/out/query.t.sol/QueryTest.abi.json +6 -6
  340. package/out/query.t.sol/QueryTest.abi.json.d.ts +6 -6
  341. package/out/query.t.sol/QueryTest.json +1 -1
  342. package/out/safeconsole.sol/safeconsole.json +1 -1
  343. package/out/src/IERC165.sol/IERC165.json +1 -1
  344. package/out/tables/Balances.sol/Balances.json +1 -1
  345. package/out/test.sol/DSTest.json +1 -1
  346. package/out/world/src/IERC165.sol/IERC165.json +1 -1
  347. package/package.json +8 -9
  348. package/src/index.sol +5 -5
  349. package/src/interfaces/IBaseWorld.sol +2 -3
  350. package/src/interfaces/IERC20System.sol +1 -0
  351. package/src/interfaces/IPuppetFactorySystem.sol +1 -0
  352. package/src/modules/erc20-puppet/ERC20Module.sol +1 -3
  353. package/src/modules/erc20-puppet/tables/Allowances.sol +13 -43
  354. package/src/modules/erc20-puppet/tables/ERC20Metadata.sol +24 -54
  355. package/src/modules/erc20-puppet/tables/ERC20Registry.sol +13 -42
  356. package/src/modules/erc20-puppet/tables/TotalSupply.sol +13 -41
  357. package/src/modules/erc721-puppet/ERC721Module.sol +1 -3
  358. package/src/modules/erc721-puppet/IERC721Metadata.sol +1 -0
  359. package/src/modules/erc721-puppet/IERC721Receiver.sol +1 -0
  360. package/src/modules/erc721-puppet/tables/ERC721Metadata.sol +23 -53
  361. package/src/modules/erc721-puppet/tables/ERC721Registry.sol +13 -42
  362. package/src/modules/erc721-puppet/tables/OperatorApproval.sol +13 -43
  363. package/src/modules/erc721-puppet/tables/Owners.sol +13 -42
  364. package/src/modules/erc721-puppet/tables/TokenApproval.sol +13 -42
  365. package/src/modules/erc721-puppet/tables/TokenURI.sol +15 -44
  366. package/src/modules/keysintable/KeysInTableHook.sol +3 -3
  367. package/src/modules/keysintable/KeysInTableModule.sol +13 -13
  368. package/src/modules/keysintable/query.sol +7 -7
  369. package/src/modules/keysintable/tables/KeysInTable.sol +47 -63
  370. package/src/modules/keysintable/tables/UsedKeysIndex.sol +25 -57
  371. package/src/modules/keyswithvalue/KeysWithValueHook.sol +5 -5
  372. package/src/modules/keyswithvalue/KeysWithValueModule.sol +3 -3
  373. package/src/modules/keyswithvalue/getKeysWithValue.sol +3 -3
  374. package/src/modules/keyswithvalue/tables/KeysWithValue.sol +16 -45
  375. package/src/modules/puppet/tables/PuppetRegistry.sol +13 -42
  376. package/src/modules/std-delegations/tables/CallboundDelegations.sol +15 -48
  377. package/src/modules/std-delegations/tables/SystemboundDelegations.sol +15 -47
  378. package/src/modules/std-delegations/tables/TimeboundDelegations.sol +15 -46
  379. package/src/modules/tokens/tables/Balances.sol +13 -42
  380. package/src/modules/uniqueentity/tables/UniqueEntity.sol +14 -42
  381. package/src/utils/AccessControlLib.sol +1 -0
  382. package/src/utils/SystemSwitch.sol +1 -0
  383. package/ts/scripts/tablegen.ts +2 -2
  384. package/ts/scripts/worldgen.ts +6 -5
  385. package/out/IStoreData.sol/IStoreData.json +0 -1
  386. package/out/PackedCounter.sol/PackedCounterInstance.json +0 -1
  387. package/out/PackedCounter.sol/PackedCounterLib.json +0 -1
  388. package/out/StoreCore.sol/StoreCore.abi.json.d.ts +0 -132
  389. package/out/StoreData.sol/StoreData.json +0 -1
  390. package/out/TransactionContext.sol/TransactionContext.json +0 -1
  391. /package/out/{PackedCounter.sol/PackedCounterLib.abi.json → EncodedLengths.sol/EncodedLengthsInstance.abi.json} +0 -0
  392. /package/out/{TransactionContext.sol/TransactionContext.abi.json → EncodedLengths.sol/EncodedLengthsLib.abi.json} +0 -0
  393. /package/out/{Slice.sol/SliceLib.abi.json.d.ts → ISliceErrors.sol/ISliceErrors.abi.json.d.ts} +0 -0
@@ -3,9 +3,6 @@ pragma solidity >=0.8.24;
3
3
 
4
4
  /* Autogenerated file. Do not edit manually. */
5
5
 
6
- // Import schema type
7
- import { SchemaType } from "@latticexyz/schema-type/src/solidity/SchemaType.sol";
8
-
9
6
  // Import store internals
10
7
  import { IStore } from "@latticexyz/store/src/IStore.sol";
11
8
  import { StoreSwitch } from "@latticexyz/store/src/StoreSwitch.sol";
@@ -14,15 +11,11 @@ import { Bytes } from "@latticexyz/store/src/Bytes.sol";
14
11
  import { Memory } from "@latticexyz/store/src/Memory.sol";
15
12
  import { SliceLib } from "@latticexyz/store/src/Slice.sol";
16
13
  import { EncodeArray } from "@latticexyz/store/src/tightcoder/EncodeArray.sol";
17
- import { FieldLayout, FieldLayoutLib } from "@latticexyz/store/src/FieldLayout.sol";
18
- import { Schema, SchemaLib } from "@latticexyz/store/src/Schema.sol";
19
- import { PackedCounter, PackedCounterLib } from "@latticexyz/store/src/PackedCounter.sol";
14
+ import { FieldLayout } from "@latticexyz/store/src/FieldLayout.sol";
15
+ import { Schema } from "@latticexyz/store/src/Schema.sol";
16
+ import { EncodedLengths, EncodedLengthsLib } from "@latticexyz/store/src/EncodedLengths.sol";
20
17
  import { ResourceId } from "@latticexyz/store/src/ResourceId.sol";
21
18
 
22
- FieldLayout constant _fieldLayout = FieldLayout.wrap(
23
- 0x0001010201000000000000000000000000000000000000000000000000000000
24
- );
25
-
26
19
  struct ERC20MetadataData {
27
20
  uint8 decimals;
28
21
  string name;
@@ -30,36 +23,13 @@ struct ERC20MetadataData {
30
23
  }
31
24
 
32
25
  library ERC20Metadata {
33
- /**
34
- * @notice Get the table values' field layout.
35
- * @return _fieldLayout The field layout for the table.
36
- */
37
- function getFieldLayout() internal pure returns (FieldLayout) {
38
- return _fieldLayout;
39
- }
40
-
41
- /**
42
- * @notice Get the table's key schema.
43
- * @return _keySchema The key schema for the table.
44
- */
45
- function getKeySchema() internal pure returns (Schema) {
46
- SchemaType[] memory _keySchema = new SchemaType[](0);
47
-
48
- return SchemaLib.encode(_keySchema);
49
- }
26
+ FieldLayout constant _fieldLayout =
27
+ FieldLayout.wrap(0x0001010201000000000000000000000000000000000000000000000000000000);
50
28
 
51
- /**
52
- * @notice Get the table's value schema.
53
- * @return _valueSchema The value schema for the table.
54
- */
55
- function getValueSchema() internal pure returns (Schema) {
56
- SchemaType[] memory _valueSchema = new SchemaType[](3);
57
- _valueSchema[0] = SchemaType.UINT8;
58
- _valueSchema[1] = SchemaType.STRING;
59
- _valueSchema[2] = SchemaType.STRING;
60
-
61
- return SchemaLib.encode(_valueSchema);
62
- }
29
+ // Hex-encoded key schema of ()
30
+ Schema constant _keySchema = Schema.wrap(0x0000000000000000000000000000000000000000000000000000000000000000);
31
+ // Hex-encoded value schema of (uint8, string, string)
32
+ Schema constant _valueSchema = Schema.wrap(0x0001010200c5c500000000000000000000000000000000000000000000000000);
63
33
 
64
34
  /**
65
35
  * @notice Get the table's key field names.
@@ -84,14 +54,14 @@ library ERC20Metadata {
84
54
  * @notice Register the table with its config.
85
55
  */
86
56
  function register(ResourceId _tableId) internal {
87
- StoreSwitch.registerTable(_tableId, _fieldLayout, getKeySchema(), getValueSchema(), getKeyNames(), getFieldNames());
57
+ StoreSwitch.registerTable(_tableId, _fieldLayout, _keySchema, _valueSchema, getKeyNames(), getFieldNames());
88
58
  }
89
59
 
90
60
  /**
91
61
  * @notice Register the table with its config.
92
62
  */
93
63
  function _register(ResourceId _tableId) internal {
94
- StoreCore.registerTable(_tableId, _fieldLayout, getKeySchema(), getValueSchema(), getKeyNames(), getFieldNames());
64
+ StoreCore.registerTable(_tableId, _fieldLayout, _keySchema, _valueSchema, getKeyNames(), getFieldNames());
95
65
  }
96
66
 
97
67
  /**
@@ -434,7 +404,7 @@ library ERC20Metadata {
434
404
  function get(ResourceId _tableId) internal view returns (ERC20MetadataData memory _table) {
435
405
  bytes32[] memory _keyTuple = new bytes32[](0);
436
406
 
437
- (bytes memory _staticData, PackedCounter _encodedLengths, bytes memory _dynamicData) = StoreSwitch.getRecord(
407
+ (bytes memory _staticData, EncodedLengths _encodedLengths, bytes memory _dynamicData) = StoreSwitch.getRecord(
438
408
  _tableId,
439
409
  _keyTuple,
440
410
  _fieldLayout
@@ -448,7 +418,7 @@ library ERC20Metadata {
448
418
  function _get(ResourceId _tableId) internal view returns (ERC20MetadataData memory _table) {
449
419
  bytes32[] memory _keyTuple = new bytes32[](0);
450
420
 
451
- (bytes memory _staticData, PackedCounter _encodedLengths, bytes memory _dynamicData) = StoreCore.getRecord(
421
+ (bytes memory _staticData, EncodedLengths _encodedLengths, bytes memory _dynamicData) = StoreCore.getRecord(
452
422
  _tableId,
453
423
  _keyTuple,
454
424
  _fieldLayout
@@ -462,7 +432,7 @@ library ERC20Metadata {
462
432
  function set(ResourceId _tableId, uint8 decimals, string memory name, string memory symbol) internal {
463
433
  bytes memory _staticData = encodeStatic(decimals);
464
434
 
465
- PackedCounter _encodedLengths = encodeLengths(name, symbol);
435
+ EncodedLengths _encodedLengths = encodeLengths(name, symbol);
466
436
  bytes memory _dynamicData = encodeDynamic(name, symbol);
467
437
 
468
438
  bytes32[] memory _keyTuple = new bytes32[](0);
@@ -476,7 +446,7 @@ library ERC20Metadata {
476
446
  function _set(ResourceId _tableId, uint8 decimals, string memory name, string memory symbol) internal {
477
447
  bytes memory _staticData = encodeStatic(decimals);
478
448
 
479
- PackedCounter _encodedLengths = encodeLengths(name, symbol);
449
+ EncodedLengths _encodedLengths = encodeLengths(name, symbol);
480
450
  bytes memory _dynamicData = encodeDynamic(name, symbol);
481
451
 
482
452
  bytes32[] memory _keyTuple = new bytes32[](0);
@@ -490,7 +460,7 @@ library ERC20Metadata {
490
460
  function set(ResourceId _tableId, ERC20MetadataData memory _table) internal {
491
461
  bytes memory _staticData = encodeStatic(_table.decimals);
492
462
 
493
- PackedCounter _encodedLengths = encodeLengths(_table.name, _table.symbol);
463
+ EncodedLengths _encodedLengths = encodeLengths(_table.name, _table.symbol);
494
464
  bytes memory _dynamicData = encodeDynamic(_table.name, _table.symbol);
495
465
 
496
466
  bytes32[] memory _keyTuple = new bytes32[](0);
@@ -504,7 +474,7 @@ library ERC20Metadata {
504
474
  function _set(ResourceId _tableId, ERC20MetadataData memory _table) internal {
505
475
  bytes memory _staticData = encodeStatic(_table.decimals);
506
476
 
507
- PackedCounter _encodedLengths = encodeLengths(_table.name, _table.symbol);
477
+ EncodedLengths _encodedLengths = encodeLengths(_table.name, _table.symbol);
508
478
  bytes memory _dynamicData = encodeDynamic(_table.name, _table.symbol);
509
479
 
510
480
  bytes32[] memory _keyTuple = new bytes32[](0);
@@ -516,14 +486,14 @@ library ERC20Metadata {
516
486
  * @notice Decode the tightly packed blob of static data using this table's field layout.
517
487
  */
518
488
  function decodeStatic(bytes memory _blob) internal pure returns (uint8 decimals) {
519
- decimals = (uint8(Bytes.slice1(_blob, 0)));
489
+ decimals = (uint8(Bytes.getBytes1(_blob, 0)));
520
490
  }
521
491
 
522
492
  /**
523
493
  * @notice Decode the tightly packed blob of dynamic data using the encoded lengths.
524
494
  */
525
495
  function decodeDynamic(
526
- PackedCounter _encodedLengths,
496
+ EncodedLengths _encodedLengths,
527
497
  bytes memory _blob
528
498
  ) internal pure returns (string memory name, string memory symbol) {
529
499
  uint256 _start;
@@ -548,7 +518,7 @@ library ERC20Metadata {
548
518
  */
549
519
  function decode(
550
520
  bytes memory _staticData,
551
- PackedCounter _encodedLengths,
521
+ EncodedLengths _encodedLengths,
552
522
  bytes memory _dynamicData
553
523
  ) internal pure returns (ERC20MetadataData memory _table) {
554
524
  (_table.decimals) = decodeStatic(_staticData);
@@ -589,10 +559,10 @@ library ERC20Metadata {
589
559
  function encodeLengths(
590
560
  string memory name,
591
561
  string memory symbol
592
- ) internal pure returns (PackedCounter _encodedLengths) {
562
+ ) internal pure returns (EncodedLengths _encodedLengths) {
593
563
  // Lengths are effectively checked during copy by 2**40 bytes exceeding gas limits
594
564
  unchecked {
595
- _encodedLengths = PackedCounterLib.pack(bytes(name).length, bytes(symbol).length);
565
+ _encodedLengths = EncodedLengthsLib.pack(bytes(name).length, bytes(symbol).length);
596
566
  }
597
567
  }
598
568
 
@@ -614,10 +584,10 @@ library ERC20Metadata {
614
584
  uint8 decimals,
615
585
  string memory name,
616
586
  string memory symbol
617
- ) internal pure returns (bytes memory, PackedCounter, bytes memory) {
587
+ ) internal pure returns (bytes memory, EncodedLengths, bytes memory) {
618
588
  bytes memory _staticData = encodeStatic(decimals);
619
589
 
620
- PackedCounter _encodedLengths = encodeLengths(name, symbol);
590
+ EncodedLengths _encodedLengths = encodeLengths(name, symbol);
621
591
  bytes memory _dynamicData = encodeDynamic(name, symbol);
622
592
 
623
593
  return (_staticData, _encodedLengths, _dynamicData);
@@ -3,9 +3,6 @@ pragma solidity >=0.8.24;
3
3
 
4
4
  /* Autogenerated file. Do not edit manually. */
5
5
 
6
- // Import schema type
7
- import { SchemaType } from "@latticexyz/schema-type/src/solidity/SchemaType.sol";
8
-
9
6
  // Import store internals
10
7
  import { IStore } from "@latticexyz/store/src/IStore.sol";
11
8
  import { StoreSwitch } from "@latticexyz/store/src/StoreSwitch.sol";
@@ -14,48 +11,22 @@ import { Bytes } from "@latticexyz/store/src/Bytes.sol";
14
11
  import { Memory } from "@latticexyz/store/src/Memory.sol";
15
12
  import { SliceLib } from "@latticexyz/store/src/Slice.sol";
16
13
  import { EncodeArray } from "@latticexyz/store/src/tightcoder/EncodeArray.sol";
17
- import { FieldLayout, FieldLayoutLib } from "@latticexyz/store/src/FieldLayout.sol";
18
- import { Schema, SchemaLib } from "@latticexyz/store/src/Schema.sol";
19
- import { PackedCounter, PackedCounterLib } from "@latticexyz/store/src/PackedCounter.sol";
14
+ import { FieldLayout } from "@latticexyz/store/src/FieldLayout.sol";
15
+ import { Schema } from "@latticexyz/store/src/Schema.sol";
16
+ import { EncodedLengths, EncodedLengthsLib } from "@latticexyz/store/src/EncodedLengths.sol";
20
17
  import { ResourceId } from "@latticexyz/store/src/ResourceId.sol";
21
18
 
22
19
  // Import user types
23
20
  import { ResourceId } from "@latticexyz/store/src/ResourceId.sol";
24
21
 
25
- FieldLayout constant _fieldLayout = FieldLayout.wrap(
26
- 0x0014010014000000000000000000000000000000000000000000000000000000
27
- );
28
-
29
22
  library ERC20Registry {
30
- /**
31
- * @notice Get the table values' field layout.
32
- * @return _fieldLayout The field layout for the table.
33
- */
34
- function getFieldLayout() internal pure returns (FieldLayout) {
35
- return _fieldLayout;
36
- }
37
-
38
- /**
39
- * @notice Get the table's key schema.
40
- * @return _keySchema The key schema for the table.
41
- */
42
- function getKeySchema() internal pure returns (Schema) {
43
- SchemaType[] memory _keySchema = new SchemaType[](1);
44
- _keySchema[0] = SchemaType.BYTES32;
45
-
46
- return SchemaLib.encode(_keySchema);
47
- }
23
+ FieldLayout constant _fieldLayout =
24
+ FieldLayout.wrap(0x0014010014000000000000000000000000000000000000000000000000000000);
48
25
 
49
- /**
50
- * @notice Get the table's value schema.
51
- * @return _valueSchema The value schema for the table.
52
- */
53
- function getValueSchema() internal pure returns (Schema) {
54
- SchemaType[] memory _valueSchema = new SchemaType[](1);
55
- _valueSchema[0] = SchemaType.ADDRESS;
56
-
57
- return SchemaLib.encode(_valueSchema);
58
- }
26
+ // Hex-encoded key schema of (bytes32)
27
+ Schema constant _keySchema = Schema.wrap(0x002001005f000000000000000000000000000000000000000000000000000000);
28
+ // Hex-encoded value schema of (address)
29
+ Schema constant _valueSchema = Schema.wrap(0x0014010061000000000000000000000000000000000000000000000000000000);
59
30
 
60
31
  /**
61
32
  * @notice Get the table's key field names.
@@ -79,14 +50,14 @@ library ERC20Registry {
79
50
  * @notice Register the table with its config.
80
51
  */
81
52
  function register(ResourceId _tableId) internal {
82
- StoreSwitch.registerTable(_tableId, _fieldLayout, getKeySchema(), getValueSchema(), getKeyNames(), getFieldNames());
53
+ StoreSwitch.registerTable(_tableId, _fieldLayout, _keySchema, _valueSchema, getKeyNames(), getFieldNames());
83
54
  }
84
55
 
85
56
  /**
86
57
  * @notice Register the table with its config.
87
58
  */
88
59
  function _register(ResourceId _tableId) internal {
89
- StoreCore.registerTable(_tableId, _fieldLayout, getKeySchema(), getValueSchema(), getKeyNames(), getFieldNames());
60
+ StoreCore.registerTable(_tableId, _fieldLayout, _keySchema, _valueSchema, getKeyNames(), getFieldNames());
90
61
  }
91
62
 
92
63
  /**
@@ -207,10 +178,10 @@ library ERC20Registry {
207
178
  * @return The lengths of the dynamic fields (packed into a single bytes32 value).
208
179
  * @return The dynamic (variable length) data, encoded into a sequence of bytes.
209
180
  */
210
- function encode(address tokenAddress) internal pure returns (bytes memory, PackedCounter, bytes memory) {
181
+ function encode(address tokenAddress) internal pure returns (bytes memory, EncodedLengths, bytes memory) {
211
182
  bytes memory _staticData = encodeStatic(tokenAddress);
212
183
 
213
- PackedCounter _encodedLengths;
184
+ EncodedLengths _encodedLengths;
214
185
  bytes memory _dynamicData;
215
186
 
216
187
  return (_staticData, _encodedLengths, _dynamicData);
@@ -3,9 +3,6 @@ pragma solidity >=0.8.24;
3
3
 
4
4
  /* Autogenerated file. Do not edit manually. */
5
5
 
6
- // Import schema type
7
- import { SchemaType } from "@latticexyz/schema-type/src/solidity/SchemaType.sol";
8
-
9
6
  // Import store internals
10
7
  import { IStore } from "@latticexyz/store/src/IStore.sol";
11
8
  import { StoreSwitch } from "@latticexyz/store/src/StoreSwitch.sol";
@@ -14,44 +11,19 @@ import { Bytes } from "@latticexyz/store/src/Bytes.sol";
14
11
  import { Memory } from "@latticexyz/store/src/Memory.sol";
15
12
  import { SliceLib } from "@latticexyz/store/src/Slice.sol";
16
13
  import { EncodeArray } from "@latticexyz/store/src/tightcoder/EncodeArray.sol";
17
- import { FieldLayout, FieldLayoutLib } from "@latticexyz/store/src/FieldLayout.sol";
18
- import { Schema, SchemaLib } from "@latticexyz/store/src/Schema.sol";
19
- import { PackedCounter, PackedCounterLib } from "@latticexyz/store/src/PackedCounter.sol";
14
+ import { FieldLayout } from "@latticexyz/store/src/FieldLayout.sol";
15
+ import { Schema } from "@latticexyz/store/src/Schema.sol";
16
+ import { EncodedLengths, EncodedLengthsLib } from "@latticexyz/store/src/EncodedLengths.sol";
20
17
  import { ResourceId } from "@latticexyz/store/src/ResourceId.sol";
21
18
 
22
- FieldLayout constant _fieldLayout = FieldLayout.wrap(
23
- 0x0020010020000000000000000000000000000000000000000000000000000000
24
- );
25
-
26
19
  library TotalSupply {
27
- /**
28
- * @notice Get the table values' field layout.
29
- * @return _fieldLayout The field layout for the table.
30
- */
31
- function getFieldLayout() internal pure returns (FieldLayout) {
32
- return _fieldLayout;
33
- }
34
-
35
- /**
36
- * @notice Get the table's key schema.
37
- * @return _keySchema The key schema for the table.
38
- */
39
- function getKeySchema() internal pure returns (Schema) {
40
- SchemaType[] memory _keySchema = new SchemaType[](0);
41
-
42
- return SchemaLib.encode(_keySchema);
43
- }
20
+ FieldLayout constant _fieldLayout =
21
+ FieldLayout.wrap(0x0020010020000000000000000000000000000000000000000000000000000000);
44
22
 
45
- /**
46
- * @notice Get the table's value schema.
47
- * @return _valueSchema The value schema for the table.
48
- */
49
- function getValueSchema() internal pure returns (Schema) {
50
- SchemaType[] memory _valueSchema = new SchemaType[](1);
51
- _valueSchema[0] = SchemaType.UINT256;
52
-
53
- return SchemaLib.encode(_valueSchema);
54
- }
23
+ // Hex-encoded key schema of ()
24
+ Schema constant _keySchema = Schema.wrap(0x0000000000000000000000000000000000000000000000000000000000000000);
25
+ // Hex-encoded value schema of (uint256)
26
+ Schema constant _valueSchema = Schema.wrap(0x002001001f000000000000000000000000000000000000000000000000000000);
55
27
 
56
28
  /**
57
29
  * @notice Get the table's key field names.
@@ -74,14 +46,14 @@ library TotalSupply {
74
46
  * @notice Register the table with its config.
75
47
  */
76
48
  function register(ResourceId _tableId) internal {
77
- StoreSwitch.registerTable(_tableId, _fieldLayout, getKeySchema(), getValueSchema(), getKeyNames(), getFieldNames());
49
+ StoreSwitch.registerTable(_tableId, _fieldLayout, _keySchema, _valueSchema, getKeyNames(), getFieldNames());
78
50
  }
79
51
 
80
52
  /**
81
53
  * @notice Register the table with its config.
82
54
  */
83
55
  function _register(ResourceId _tableId) internal {
84
- StoreCore.registerTable(_tableId, _fieldLayout, getKeySchema(), getValueSchema(), getKeyNames(), getFieldNames());
56
+ StoreCore.registerTable(_tableId, _fieldLayout, _keySchema, _valueSchema, getKeyNames(), getFieldNames());
85
57
  }
86
58
 
87
59
  /**
@@ -192,10 +164,10 @@ library TotalSupply {
192
164
  * @return The lengths of the dynamic fields (packed into a single bytes32 value).
193
165
  * @return The dynamic (variable length) data, encoded into a sequence of bytes.
194
166
  */
195
- function encode(uint256 totalSupply) internal pure returns (bytes memory, PackedCounter, bytes memory) {
167
+ function encode(uint256 totalSupply) internal pure returns (bytes memory, EncodedLengths, bytes memory) {
196
168
  bytes memory _staticData = encodeStatic(totalSupply);
197
169
 
198
- PackedCounter _encodedLengths;
170
+ EncodedLengths _encodedLengths;
199
171
  bytes memory _dynamicData;
200
172
 
201
173
  return (_staticData, _encodedLengths, _dynamicData);
@@ -79,9 +79,7 @@ contract ERC721ModuleRegistrationLibrary {
79
79
  function register(IBaseWorld world, bytes14 namespace) public {
80
80
  // Register the namespace if it doesn't exist yet
81
81
  ResourceId tokenNamespace = WorldResourceIdLib.encodeNamespace(namespace);
82
- if (!ResourceIds.getExists(tokenNamespace)) {
83
- world.registerNamespace(tokenNamespace);
84
- }
82
+ world.registerNamespace(tokenNamespace);
85
83
 
86
84
  // Register the tables
87
85
  OperatorApproval.register(_operatorApprovalTableId(namespace));
@@ -6,6 +6,7 @@ import { IERC721 } from "./IERC721.sol";
6
6
 
7
7
  /**
8
8
  * @title ERC-721 Non-Fungible Token Standard, optional metadata extension
9
+ * @author MUD (https://mud.dev) by Lattice (https://lattice.xyz)
9
10
  * @dev See https://eips.ethereum.org/EIPS/eip-721
10
11
  */
11
12
  interface IERC721Metadata is IERC721 {
@@ -4,6 +4,7 @@ pragma solidity >=0.8.24;
4
4
 
5
5
  /**
6
6
  * @title ERC721 token receiver interface
7
+ * @author MUD (https://mud.dev) by Lattice (https://lattice.xyz)
7
8
  * @dev Interface for any contract that wants to support safeTransfers
8
9
  * from ERC721 asset contracts.
9
10
  */
@@ -3,9 +3,6 @@ pragma solidity >=0.8.24;
3
3
 
4
4
  /* Autogenerated file. Do not edit manually. */
5
5
 
6
- // Import schema type
7
- import { SchemaType } from "@latticexyz/schema-type/src/solidity/SchemaType.sol";
8
-
9
6
  // Import store internals
10
7
  import { IStore } from "@latticexyz/store/src/IStore.sol";
11
8
  import { StoreSwitch } from "@latticexyz/store/src/StoreSwitch.sol";
@@ -14,15 +11,11 @@ import { Bytes } from "@latticexyz/store/src/Bytes.sol";
14
11
  import { Memory } from "@latticexyz/store/src/Memory.sol";
15
12
  import { SliceLib } from "@latticexyz/store/src/Slice.sol";
16
13
  import { EncodeArray } from "@latticexyz/store/src/tightcoder/EncodeArray.sol";
17
- import { FieldLayout, FieldLayoutLib } from "@latticexyz/store/src/FieldLayout.sol";
18
- import { Schema, SchemaLib } from "@latticexyz/store/src/Schema.sol";
19
- import { PackedCounter, PackedCounterLib } from "@latticexyz/store/src/PackedCounter.sol";
14
+ import { FieldLayout } from "@latticexyz/store/src/FieldLayout.sol";
15
+ import { Schema } from "@latticexyz/store/src/Schema.sol";
16
+ import { EncodedLengths, EncodedLengthsLib } from "@latticexyz/store/src/EncodedLengths.sol";
20
17
  import { ResourceId } from "@latticexyz/store/src/ResourceId.sol";
21
18
 
22
- FieldLayout constant _fieldLayout = FieldLayout.wrap(
23
- 0x0000000300000000000000000000000000000000000000000000000000000000
24
- );
25
-
26
19
  struct ERC721MetadataData {
27
20
  string name;
28
21
  string symbol;
@@ -30,36 +23,13 @@ struct ERC721MetadataData {
30
23
  }
31
24
 
32
25
  library ERC721Metadata {
33
- /**
34
- * @notice Get the table values' field layout.
35
- * @return _fieldLayout The field layout for the table.
36
- */
37
- function getFieldLayout() internal pure returns (FieldLayout) {
38
- return _fieldLayout;
39
- }
40
-
41
- /**
42
- * @notice Get the table's key schema.
43
- * @return _keySchema The key schema for the table.
44
- */
45
- function getKeySchema() internal pure returns (Schema) {
46
- SchemaType[] memory _keySchema = new SchemaType[](0);
47
-
48
- return SchemaLib.encode(_keySchema);
49
- }
26
+ FieldLayout constant _fieldLayout =
27
+ FieldLayout.wrap(0x0000000300000000000000000000000000000000000000000000000000000000);
50
28
 
51
- /**
52
- * @notice Get the table's value schema.
53
- * @return _valueSchema The value schema for the table.
54
- */
55
- function getValueSchema() internal pure returns (Schema) {
56
- SchemaType[] memory _valueSchema = new SchemaType[](3);
57
- _valueSchema[0] = SchemaType.STRING;
58
- _valueSchema[1] = SchemaType.STRING;
59
- _valueSchema[2] = SchemaType.STRING;
60
-
61
- return SchemaLib.encode(_valueSchema);
62
- }
29
+ // Hex-encoded key schema of ()
30
+ Schema constant _keySchema = Schema.wrap(0x0000000000000000000000000000000000000000000000000000000000000000);
31
+ // Hex-encoded value schema of (string, string, string)
32
+ Schema constant _valueSchema = Schema.wrap(0x00000003c5c5c500000000000000000000000000000000000000000000000000);
63
33
 
64
34
  /**
65
35
  * @notice Get the table's key field names.
@@ -84,14 +54,14 @@ library ERC721Metadata {
84
54
  * @notice Register the table with its config.
85
55
  */
86
56
  function register(ResourceId _tableId) internal {
87
- StoreSwitch.registerTable(_tableId, _fieldLayout, getKeySchema(), getValueSchema(), getKeyNames(), getFieldNames());
57
+ StoreSwitch.registerTable(_tableId, _fieldLayout, _keySchema, _valueSchema, getKeyNames(), getFieldNames());
88
58
  }
89
59
 
90
60
  /**
91
61
  * @notice Register the table with its config.
92
62
  */
93
63
  function _register(ResourceId _tableId) internal {
94
- StoreCore.registerTable(_tableId, _fieldLayout, getKeySchema(), getValueSchema(), getKeyNames(), getFieldNames());
64
+ StoreCore.registerTable(_tableId, _fieldLayout, _keySchema, _valueSchema, getKeyNames(), getFieldNames());
95
65
  }
96
66
 
97
67
  /**
@@ -544,7 +514,7 @@ library ERC721Metadata {
544
514
  function get(ResourceId _tableId) internal view returns (ERC721MetadataData memory _table) {
545
515
  bytes32[] memory _keyTuple = new bytes32[](0);
546
516
 
547
- (bytes memory _staticData, PackedCounter _encodedLengths, bytes memory _dynamicData) = StoreSwitch.getRecord(
517
+ (bytes memory _staticData, EncodedLengths _encodedLengths, bytes memory _dynamicData) = StoreSwitch.getRecord(
548
518
  _tableId,
549
519
  _keyTuple,
550
520
  _fieldLayout
@@ -558,7 +528,7 @@ library ERC721Metadata {
558
528
  function _get(ResourceId _tableId) internal view returns (ERC721MetadataData memory _table) {
559
529
  bytes32[] memory _keyTuple = new bytes32[](0);
560
530
 
561
- (bytes memory _staticData, PackedCounter _encodedLengths, bytes memory _dynamicData) = StoreCore.getRecord(
531
+ (bytes memory _staticData, EncodedLengths _encodedLengths, bytes memory _dynamicData) = StoreCore.getRecord(
562
532
  _tableId,
563
533
  _keyTuple,
564
534
  _fieldLayout
@@ -571,7 +541,7 @@ library ERC721Metadata {
571
541
  */
572
542
  function set(ResourceId _tableId, string memory name, string memory symbol, string memory baseURI) internal {
573
543
  bytes memory _staticData;
574
- PackedCounter _encodedLengths = encodeLengths(name, symbol, baseURI);
544
+ EncodedLengths _encodedLengths = encodeLengths(name, symbol, baseURI);
575
545
  bytes memory _dynamicData = encodeDynamic(name, symbol, baseURI);
576
546
 
577
547
  bytes32[] memory _keyTuple = new bytes32[](0);
@@ -584,7 +554,7 @@ library ERC721Metadata {
584
554
  */
585
555
  function _set(ResourceId _tableId, string memory name, string memory symbol, string memory baseURI) internal {
586
556
  bytes memory _staticData;
587
- PackedCounter _encodedLengths = encodeLengths(name, symbol, baseURI);
557
+ EncodedLengths _encodedLengths = encodeLengths(name, symbol, baseURI);
588
558
  bytes memory _dynamicData = encodeDynamic(name, symbol, baseURI);
589
559
 
590
560
  bytes32[] memory _keyTuple = new bytes32[](0);
@@ -597,7 +567,7 @@ library ERC721Metadata {
597
567
  */
598
568
  function set(ResourceId _tableId, ERC721MetadataData memory _table) internal {
599
569
  bytes memory _staticData;
600
- PackedCounter _encodedLengths = encodeLengths(_table.name, _table.symbol, _table.baseURI);
570
+ EncodedLengths _encodedLengths = encodeLengths(_table.name, _table.symbol, _table.baseURI);
601
571
  bytes memory _dynamicData = encodeDynamic(_table.name, _table.symbol, _table.baseURI);
602
572
 
603
573
  bytes32[] memory _keyTuple = new bytes32[](0);
@@ -610,7 +580,7 @@ library ERC721Metadata {
610
580
  */
611
581
  function _set(ResourceId _tableId, ERC721MetadataData memory _table) internal {
612
582
  bytes memory _staticData;
613
- PackedCounter _encodedLengths = encodeLengths(_table.name, _table.symbol, _table.baseURI);
583
+ EncodedLengths _encodedLengths = encodeLengths(_table.name, _table.symbol, _table.baseURI);
614
584
  bytes memory _dynamicData = encodeDynamic(_table.name, _table.symbol, _table.baseURI);
615
585
 
616
586
  bytes32[] memory _keyTuple = new bytes32[](0);
@@ -622,7 +592,7 @@ library ERC721Metadata {
622
592
  * @notice Decode the tightly packed blob of dynamic data using the encoded lengths.
623
593
  */
624
594
  function decodeDynamic(
625
- PackedCounter _encodedLengths,
595
+ EncodedLengths _encodedLengths,
626
596
  bytes memory _blob
627
597
  ) internal pure returns (string memory name, string memory symbol, string memory baseURI) {
628
598
  uint256 _start;
@@ -653,7 +623,7 @@ library ERC721Metadata {
653
623
  */
654
624
  function decode(
655
625
  bytes memory,
656
- PackedCounter _encodedLengths,
626
+ EncodedLengths _encodedLengths,
657
627
  bytes memory _dynamicData
658
628
  ) internal pure returns (ERC721MetadataData memory _table) {
659
629
  (_table.name, _table.symbol, _table.baseURI) = decodeDynamic(_encodedLengths, _dynamicData);
@@ -685,10 +655,10 @@ library ERC721Metadata {
685
655
  string memory name,
686
656
  string memory symbol,
687
657
  string memory baseURI
688
- ) internal pure returns (PackedCounter _encodedLengths) {
658
+ ) internal pure returns (EncodedLengths _encodedLengths) {
689
659
  // Lengths are effectively checked during copy by 2**40 bytes exceeding gas limits
690
660
  unchecked {
691
- _encodedLengths = PackedCounterLib.pack(bytes(name).length, bytes(symbol).length, bytes(baseURI).length);
661
+ _encodedLengths = EncodedLengthsLib.pack(bytes(name).length, bytes(symbol).length, bytes(baseURI).length);
692
662
  }
693
663
  }
694
664
 
@@ -714,9 +684,9 @@ library ERC721Metadata {
714
684
  string memory name,
715
685
  string memory symbol,
716
686
  string memory baseURI
717
- ) internal pure returns (bytes memory, PackedCounter, bytes memory) {
687
+ ) internal pure returns (bytes memory, EncodedLengths, bytes memory) {
718
688
  bytes memory _staticData;
719
- PackedCounter _encodedLengths = encodeLengths(name, symbol, baseURI);
689
+ EncodedLengths _encodedLengths = encodeLengths(name, symbol, baseURI);
720
690
  bytes memory _dynamicData = encodeDynamic(name, symbol, baseURI);
721
691
 
722
692
  return (_staticData, _encodedLengths, _dynamicData);