@etherisc/gif-next 0.0.2-9a680f3-735 → 0.0.2-9aa0884-641

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 (356) hide show
  1. package/README.md +53 -0
  2. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +1 -1
  3. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +8 -8
  4. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +1 -1
  5. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +40 -40
  6. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +1 -1
  7. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +6 -6
  8. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +1 -1
  9. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +33 -33
  10. package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.dbg.json +1 -1
  11. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +1 -1
  12. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +18 -18
  13. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +1 -1
  14. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +2 -2
  15. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +1 -1
  16. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +19 -19
  17. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +1 -1
  18. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +1 -1
  19. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +5 -5
  20. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +1 -1
  21. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +5 -5
  22. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +1 -1
  23. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +1 -1
  24. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +2 -2
  25. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +1 -1
  26. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +32 -145
  27. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +1 -1
  28. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +20 -20
  29. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +1 -1
  30. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1 -87
  31. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
  32. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +160 -89
  33. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
  34. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +70 -66
  35. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
  36. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +1 -87
  37. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
  38. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +68 -5
  39. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +1 -1
  40. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +1 -1
  41. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +44 -74
  42. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +1 -1
  43. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +20 -20
  44. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +1 -1
  45. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +89 -119
  46. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +1 -1
  47. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +20 -20
  48. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +1 -1
  49. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +1 -1
  50. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +82 -173
  51. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +1 -1
  52. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +20 -20
  53. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +1 -1
  54. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +18 -61
  55. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +1 -1
  56. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +69 -112
  57. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +1 -1
  58. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +20 -20
  59. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +1 -1
  60. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +93 -136
  61. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +1 -1
  62. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +20 -20
  63. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +1 -1
  64. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +2 -2
  65. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  66. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +33 -2
  67. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  68. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +21 -2
  69. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  70. package/artifacts/contracts/instance/Instance.sol/Instance.json +50 -14
  71. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
  72. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +81 -81
  73. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +1 -1
  74. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +26 -26
  75. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  76. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +225 -196
  77. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  78. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +47 -28
  79. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  80. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +37 -37
  81. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
  82. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +356 -346
  83. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +1 -1
  84. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +2 -2
  85. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +1 -1
  86. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +2 -2
  87. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +1 -1
  88. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +1 -1
  89. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +2 -2
  90. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +1 -1
  91. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +1 -1
  92. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +2 -2
  93. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +1 -1
  94. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +20 -20
  95. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  96. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
  97. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  98. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  99. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  100. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +1 -1
  101. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +1 -1
  102. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +10 -31
  103. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +1 -1
  104. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +20 -20
  105. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +1 -1
  106. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +1 -1
  107. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +0 -21
  108. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +1 -1
  109. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +1 -1
  110. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +0 -21
  111. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +1 -1
  112. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +32 -32
  113. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +1 -1
  114. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +45 -45
  115. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +1 -1
  116. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +22 -43
  117. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +1 -1
  118. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +20 -20
  119. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
  120. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +60 -60
  121. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
  122. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +53 -53
  123. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
  124. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +6 -6
  125. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
  126. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +10 -31
  127. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
  128. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +18 -18
  129. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
  130. package/artifacts/contracts/pool/Pool.sol/Pool.json +10 -31
  131. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +1 -1
  132. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +34 -34
  133. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
  134. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +42 -42
  135. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
  136. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +55 -55
  137. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
  138. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +78 -12
  139. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
  140. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +48 -36
  141. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +1 -1
  142. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +27 -48
  143. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +1 -1
  144. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +20 -20
  145. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
  146. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +64 -64
  147. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
  148. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +63 -63
  149. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
  150. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +42 -0
  151. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
  152. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
  153. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
  154. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +21 -0
  155. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
  156. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +21 -42
  157. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +1 -1
  158. package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +21 -0
  159. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
  160. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +60 -60
  161. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +1 -1
  162. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +32 -32
  163. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
  164. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +55 -55
  165. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
  166. package/artifacts/contracts/product/PricingService.sol/PricingService.json +53 -72
  167. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
  168. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +45 -65
  169. package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
  170. package/artifacts/contracts/product/Product.sol/Product.json +21 -42
  171. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +1 -1
  172. package/artifacts/contracts/product/RiskService.sol/RiskService.json +47 -18
  173. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +1 -1
  174. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +41 -37
  175. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  176. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  177. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +15 -15
  178. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  179. package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +1 -1
  180. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  181. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  182. package/artifacts/contracts/registry/Registry.sol/Registry.json +17 -17
  183. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
  184. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +83 -83
  185. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +1 -1
  186. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +31 -31
  187. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  188. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +2 -2
  189. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  190. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +33 -33
  191. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +1 -1
  192. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +91 -91
  193. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +1 -1
  194. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +1 -1
  195. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +88 -88
  196. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +1 -1
  197. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +6 -6
  198. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  199. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +14 -14
  200. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
  201. package/artifacts/contracts/shared/Component.sol/Component.json +0 -21
  202. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
  203. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +105 -81
  204. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
  205. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +59 -55
  206. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +1 -1
  207. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +1 -1
  208. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +2 -2
  209. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +1 -1
  210. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +1 -1
  211. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +1 -1
  212. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +1 -1
  213. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +0 -21
  214. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
  215. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +43 -27
  216. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
  217. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +0 -21
  218. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
  219. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +1 -1
  220. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  221. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
  222. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  223. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
  224. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  225. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +1 -1
  226. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +1 -1
  227. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +0 -21
  228. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
  229. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +1 -1
  230. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +1 -1
  231. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  232. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +2 -2
  233. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
  234. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +2 -2
  235. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  236. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
  237. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -2
  238. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  239. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  240. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +2 -2
  241. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +1 -1
  242. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +2 -2
  243. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +1 -1
  244. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +2 -2
  245. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +1 -1
  246. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +67 -30
  247. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
  248. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +22 -4
  249. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
  250. package/artifacts/contracts/staking/Staking.sol/Staking.json +131 -89
  251. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +1 -1
  252. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +70 -41
  253. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +1 -1
  254. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
  255. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +50 -50
  256. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +1 -1
  257. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +40 -16
  258. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
  259. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +50 -32
  260. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
  261. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +38 -38
  262. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +1 -1
  263. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +162 -148
  264. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +1 -1
  265. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +59 -49
  266. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +1 -1
  267. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +1 -1
  268. package/artifacts/contracts/type/Amount.sol/AmountLib.json +10 -10
  269. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
  270. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
  271. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
  272. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
  273. package/artifacts/contracts/type/Fee.sol/FeeLib.json +93 -37
  274. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +1 -1
  275. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +1 -1
  276. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +1 -1
  277. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
  278. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
  279. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
  280. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
  281. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +1 -1
  282. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +1 -1
  283. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
  284. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
  285. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +1 -1
  286. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +1 -1
  287. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +1 -1
  288. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +1 -1
  289. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +1 -1
  290. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
  291. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +60 -36
  292. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
  293. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
  294. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +1 -1
  295. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +1 -1
  296. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +18 -18
  297. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
  298. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +1 -1
  299. package/contracts/accounting/IAccountingService.sol +2 -2
  300. package/contracts/authorization/IAccess.sol +13 -5
  301. package/contracts/distribution/BasicDistribution.sol +6 -6
  302. package/contracts/distribution/Distribution.sol +3 -48
  303. package/contracts/distribution/DistributionService.sol +57 -30
  304. package/contracts/distribution/IDistributionComponent.sol +0 -9
  305. package/contracts/distribution/IDistributionService.sol +4 -2
  306. package/contracts/examples/fire/FirePool.sol +0 -4
  307. package/contracts/examples/fire/FireProduct.sol +0 -4
  308. package/contracts/examples/unpermissioned/SimpleDistribution.sol +32 -8
  309. package/contracts/examples/unpermissioned/SimpleOracle.sol +4 -8
  310. package/contracts/examples/unpermissioned/SimplePool.sol +0 -4
  311. package/contracts/examples/unpermissioned/SimpleProduct.sol +0 -4
  312. package/contracts/instance/IInstance.sol +6 -3
  313. package/contracts/instance/IInstanceService.sol +6 -1
  314. package/contracts/instance/Instance.sol +18 -3
  315. package/contracts/instance/InstanceReader.sol +13 -0
  316. package/contracts/instance/InstanceService.sol +23 -14
  317. package/contracts/instance/module/IBundle.sol +6 -5
  318. package/contracts/instance/module/IComponents.sol +16 -5
  319. package/contracts/instance/module/IDistribution.sol +19 -7
  320. package/contracts/instance/module/IPolicy.sol +28 -8
  321. package/contracts/instance/module/IRisk.sol +2 -0
  322. package/contracts/oracle/BasicOracle.sol +1 -3
  323. package/contracts/oracle/IOracle.sol +9 -4
  324. package/contracts/oracle/Oracle.sol +0 -2
  325. package/contracts/pool/BasicPool.sol +0 -2
  326. package/contracts/pool/Pool.sol +0 -2
  327. package/contracts/pool/PoolService.sol +1 -3
  328. package/contracts/product/ApplicationService.sol +21 -6
  329. package/contracts/product/BasicProduct.sol +0 -2
  330. package/contracts/product/IApplicationService.sol +3 -0
  331. package/contracts/product/IPricingService.sol +1 -0
  332. package/contracts/product/IRiskService.sol +3 -0
  333. package/contracts/product/PricingService.sol +11 -6
  334. package/contracts/product/Product.sol +0 -2
  335. package/contracts/product/RiskService.sol +10 -0
  336. package/contracts/registry/IRegistry.sol +4 -0
  337. package/contracts/registry/IRelease.sol +6 -3
  338. package/contracts/registry/RegistryAuthorization.sol +1 -0
  339. package/contracts/registry/ServiceAuthorizationV3.sol +2 -0
  340. package/contracts/registry/TokenRegistry.sol +4 -1
  341. package/contracts/shared/Component.sol +8 -25
  342. package/contracts/shared/ComponentService.sol +34 -15
  343. package/contracts/shared/IComponent.sol +0 -3
  344. package/contracts/shared/IComponentService.sol +5 -3
  345. package/contracts/shared/InstanceLinkedComponent.sol +0 -2
  346. package/contracts/staking/IStaking.sol +13 -2
  347. package/contracts/staking/IStakingService.sol +4 -0
  348. package/contracts/staking/Staking.sol +19 -3
  349. package/contracts/staking/StakingLib.sol +10 -2
  350. package/contracts/staking/StakingReader.sol +5 -0
  351. package/contracts/staking/StakingService.sol +11 -0
  352. package/contracts/staking/StakingStore.sol +2 -1
  353. package/contracts/type/Fee.sol +8 -8
  354. package/contracts/type/UFixed.sol +27 -10
  355. package/contracts/upgradeability/ProxyManager.sol +11 -9
  356. package/package.json +1 -1
@@ -78,17 +78,6 @@
78
78
  "name": "ErrorComponentProductNftIdZero",
79
79
  "type": "error"
80
80
  },
81
- {
82
- "inputs": [
83
- {
84
- "internalType": "address",
85
- "name": "token",
86
- "type": "address"
87
- }
88
- ],
89
- "name": "ErrorComponentTokenInvalid",
90
- "type": "error"
91
- },
92
81
  {
93
82
  "inputs": [],
94
83
  "name": "ErrorComponentWalletAddressIsSameAsCurrent",
@@ -322,12 +311,12 @@
322
311
  {
323
312
  "internalType": "UFixed",
324
313
  "name": "maxRewardRate",
325
- "type": "uint256"
314
+ "type": "uint160"
326
315
  },
327
316
  {
328
317
  "internalType": "UFixed",
329
318
  "name": "rewardRate",
330
- "type": "uint256"
319
+ "type": "uint160"
331
320
  }
332
321
  ],
333
322
  "name": "ErrorStakingRewardRateTooHigh",
@@ -382,6 +371,27 @@
382
371
  "name": "ErrorStakingTargetAlreadyRegistered",
383
372
  "type": "error"
384
373
  },
374
+ {
375
+ "inputs": [
376
+ {
377
+ "internalType": "NftId",
378
+ "name": "targetNftId",
379
+ "type": "uint96"
380
+ },
381
+ {
382
+ "internalType": "Amount",
383
+ "name": "maxStakedAmount",
384
+ "type": "uint96"
385
+ },
386
+ {
387
+ "internalType": "Amount",
388
+ "name": "stakedAmount",
389
+ "type": "uint96"
390
+ }
391
+ ],
392
+ "name": "ErrorStakingTargetMaxStakedAmountExceeded",
393
+ "type": "error"
394
+ },
385
395
  {
386
396
  "inputs": [],
387
397
  "name": "ErrorStakingTargetNftIdZero",
@@ -585,6 +595,25 @@
585
595
  "name": "LogStakingLockingPeriodSet",
586
596
  "type": "event"
587
597
  },
598
+ {
599
+ "anonymous": false,
600
+ "inputs": [
601
+ {
602
+ "indexed": false,
603
+ "internalType": "NftId",
604
+ "name": "targetNftId",
605
+ "type": "uint96"
606
+ },
607
+ {
608
+ "indexed": false,
609
+ "internalType": "Amount",
610
+ "name": "maxStakedAmount",
611
+ "type": "uint96"
612
+ }
613
+ ],
614
+ "name": "LogStakingMaxStakedAmountSet",
615
+ "type": "event"
616
+ },
588
617
  {
589
618
  "anonymous": false,
590
619
  "inputs": [
@@ -598,13 +627,13 @@
598
627
  "indexed": false,
599
628
  "internalType": "UFixed",
600
629
  "name": "oldRewardRate",
601
- "type": "uint256"
630
+ "type": "uint160"
602
631
  },
603
632
  {
604
633
  "indexed": false,
605
634
  "internalType": "UFixed",
606
635
  "name": "rewardRate",
607
- "type": "uint256"
636
+ "type": "uint160"
608
637
  }
609
638
  ],
610
639
  "name": "LogStakingRewardRateSet",
@@ -629,13 +658,13 @@
629
658
  "indexed": false,
630
659
  "internalType": "UFixed",
631
660
  "name": "oldStakingRate",
632
- "type": "uint256"
661
+ "type": "uint160"
633
662
  },
634
663
  {
635
664
  "indexed": false,
636
665
  "internalType": "UFixed",
637
666
  "name": "newStakingRate",
638
- "type": "uint256"
667
+ "type": "uint160"
639
668
  }
640
669
  ],
641
670
  "name": "LogStakingStakingRateSet",
@@ -754,11 +783,6 @@
754
783
  "name": "name",
755
784
  "type": "string"
756
785
  },
757
- {
758
- "internalType": "contract IERC20Metadata",
759
- "name": "token",
760
- "type": "address"
761
- },
762
786
  {
763
787
  "internalType": "contract TokenHandler",
764
788
  "name": "tokenHandler",
@@ -789,11 +813,6 @@
789
813
  "name": "name",
790
814
  "type": "string"
791
815
  },
792
- {
793
- "internalType": "contract IERC20Metadata",
794
- "name": "token",
795
- "type": "address"
796
- },
797
816
  {
798
817
  "internalType": "contract TokenHandler",
799
818
  "name": "tokenHandler",
@@ -1202,7 +1221,7 @@
1202
1221
  {
1203
1222
  "internalType": "UFixed",
1204
1223
  "name": "initialRewardRate",
1205
- "type": "uint256"
1224
+ "type": "uint160"
1206
1225
  }
1207
1226
  ],
1208
1227
  "name": "registerTarget",
@@ -1265,6 +1284,24 @@
1265
1284
  "stateMutability": "nonpayable",
1266
1285
  "type": "function"
1267
1286
  },
1287
+ {
1288
+ "inputs": [
1289
+ {
1290
+ "internalType": "NftId",
1291
+ "name": "targetNftId",
1292
+ "type": "uint96"
1293
+ },
1294
+ {
1295
+ "internalType": "Amount",
1296
+ "name": "maxStakedAmount",
1297
+ "type": "uint96"
1298
+ }
1299
+ ],
1300
+ "name": "setMaxStakedAmount",
1301
+ "outputs": [],
1302
+ "stateMutability": "nonpayable",
1303
+ "type": "function"
1304
+ },
1268
1305
  {
1269
1306
  "inputs": [
1270
1307
  {
@@ -1275,7 +1312,7 @@
1275
1312
  {
1276
1313
  "internalType": "UFixed",
1277
1314
  "name": "rewardRate",
1278
- "type": "uint256"
1315
+ "type": "uint160"
1279
1316
  }
1280
1317
  ],
1281
1318
  "name": "setRewardRate",
@@ -1298,7 +1335,7 @@
1298
1335
  {
1299
1336
  "internalType": "UFixed",
1300
1337
  "name": "stakingRate",
1301
- "type": "uint256"
1338
+ "type": "uint160"
1302
1339
  }
1303
1340
  ],
1304
1341
  "name": "setStakingRate",
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/cfb8508a0398b3246d168fd7b4e2a60e.json"
3
+ "buildInfo": "../../../build-info/c20b031d209f18372993cdf93830ec86.json"
4
4
  }
@@ -323,13 +323,13 @@
323
323
  "indexed": false,
324
324
  "internalType": "UFixed",
325
325
  "name": "oldRewardRate",
326
- "type": "uint256"
326
+ "type": "uint160"
327
327
  },
328
328
  {
329
329
  "indexed": false,
330
330
  "internalType": "UFixed",
331
331
  "name": "rewardRate",
332
- "type": "uint256"
332
+ "type": "uint160"
333
333
  }
334
334
  ],
335
335
  "name": "LogStakingServiceRewardRateSet",
@@ -642,7 +642,7 @@
642
642
  {
643
643
  "internalType": "UFixed",
644
644
  "name": "initialRewardRate",
645
- "type": "uint256"
645
+ "type": "uint160"
646
646
  }
647
647
  ],
648
648
  "name": "createInstanceTarget",
@@ -1000,6 +1000,24 @@
1000
1000
  "stateMutability": "nonpayable",
1001
1001
  "type": "function"
1002
1002
  },
1003
+ {
1004
+ "inputs": [
1005
+ {
1006
+ "internalType": "NftId",
1007
+ "name": "instanceNftId",
1008
+ "type": "uint96"
1009
+ },
1010
+ {
1011
+ "internalType": "Amount",
1012
+ "name": "maxStakingAmount",
1013
+ "type": "uint96"
1014
+ }
1015
+ ],
1016
+ "name": "setInstanceMaxStakedAmount",
1017
+ "outputs": [],
1018
+ "stateMutability": "nonpayable",
1019
+ "type": "function"
1020
+ },
1003
1021
  {
1004
1022
  "inputs": [
1005
1023
  {
@@ -1010,7 +1028,7 @@
1010
1028
  {
1011
1029
  "internalType": "UFixed",
1012
1030
  "name": "rewardRate",
1013
- "type": "uint256"
1031
+ "type": "uint160"
1014
1032
  }
1015
1033
  ],
1016
1034
  "name": "setInstanceRewardRate",
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/cfb8508a0398b3246d168fd7b4e2a60e.json"
3
+ "buildInfo": "../../../build-info/c20b031d209f18372993cdf93830ec86.json"
4
4
  }