@etherisc/gif-next 3.0.0-701b106-642 → 3.0.0-82728fa-320

Sign up to get free protection for your applications and to get access to all the features.
Files changed (487) hide show
  1. package/README.md +0 -1
  2. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +1 -1
  3. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +139 -72
  4. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +1 -1
  5. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +110 -116
  6. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +1 -1
  7. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +72 -33
  8. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +1 -1
  9. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +89 -66
  10. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +1 -1
  11. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +122 -101
  12. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +1 -1
  13. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +20 -65
  14. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +1 -1
  15. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +31 -55
  16. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +1 -1
  17. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +1 -1
  18. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +20 -10
  19. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +1 -1
  20. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +1 -1
  21. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +1 -1
  22. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +1 -1
  23. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +1 -1
  24. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +18 -42
  25. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +1 -1
  26. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +126 -75
  27. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +1 -1
  28. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +41 -65
  29. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +1 -1
  30. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +72 -57
  31. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
  32. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +198 -139
  33. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
  34. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +140 -150
  35. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
  36. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +84 -56
  37. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
  38. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +71 -32
  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 +166 -104
  42. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +1 -1
  43. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +41 -65
  44. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +1 -1
  45. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +200 -138
  46. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +1 -1
  47. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +41 -65
  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 +159 -102
  51. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +1 -1
  52. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +41 -65
  53. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +1 -1
  54. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +163 -106
  55. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +1 -1
  56. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +177 -120
  57. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +1 -1
  58. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +41 -65
  59. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +1 -1
  60. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +171 -114
  61. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +1 -1
  62. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +41 -65
  63. package/artifacts/contracts/instance/BaseStore.sol/BaseStore.dbg.json +1 -1
  64. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +1 -1
  65. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +49 -54
  66. package/artifacts/contracts/instance/IBaseStore.sol/IBaseStore.dbg.json +1 -1
  67. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  68. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +78 -26
  69. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  70. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +83 -44
  71. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  72. package/artifacts/contracts/instance/Instance.sol/Instance.json +145 -51
  73. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
  74. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +169 -147
  75. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +1 -1
  76. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +43 -67
  77. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  78. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +77 -179
  79. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  80. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +138 -75
  81. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  82. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +104 -112
  83. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
  84. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +2 -2
  85. package/artifacts/contracts/instance/ProductStore.sol/ProductStore.dbg.json +1 -1
  86. package/artifacts/contracts/instance/ProductStore.sol/ProductStore.json +2 -2
  87. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +1 -1
  88. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +53 -58
  89. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +1 -1
  90. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +2 -2
  91. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +1 -1
  92. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +1 -1
  93. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +1 -1
  94. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +2 -2
  95. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +1 -1
  96. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +2 -2
  97. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +1 -1
  98. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +3 -8
  99. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +1 -1
  100. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +2 -2
  101. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  102. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
  103. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  104. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  105. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  106. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +1 -1
  107. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +1 -1
  108. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +132 -81
  109. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +1 -1
  110. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +41 -65
  111. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +1 -1
  112. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +1 -1
  113. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +94 -66
  114. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +1 -1
  115. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +80 -83
  116. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +1 -1
  117. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +82 -67
  118. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +1 -1
  119. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +149 -148
  120. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +1 -1
  121. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +111 -129
  122. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +1 -1
  123. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +88 -73
  124. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +1 -1
  125. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +41 -65
  126. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
  127. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +176 -117
  128. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
  129. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +129 -139
  130. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
  131. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +71 -32
  132. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
  133. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +100 -72
  134. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
  135. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +94 -86
  136. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
  137. package/artifacts/contracts/pool/Pool.sol/Pool.json +88 -73
  138. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +1 -1
  139. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +24 -247
  140. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
  141. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +233 -165
  142. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
  143. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +140 -130
  144. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
  145. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +138 -63
  146. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
  147. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +110 -112
  148. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +1 -1
  149. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +72 -57
  150. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +1 -1
  151. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +41 -65
  152. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
  153. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +182 -115
  154. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
  155. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +132 -138
  156. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
  157. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +71 -32
  158. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
  159. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +71 -32
  160. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
  161. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +82 -64
  162. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
  163. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +82 -43
  164. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
  165. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +84 -56
  166. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +1 -1
  167. package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +75 -36
  168. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
  169. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +173 -127
  170. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +1 -1
  171. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +2 -2
  172. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
  173. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +122 -128
  174. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
  175. package/artifacts/contracts/product/PricingService.sol/PricingService.json +161 -94
  176. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
  177. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +116 -122
  178. package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
  179. package/artifacts/contracts/product/Product.sol/Product.json +72 -57
  180. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +1 -1
  181. package/artifacts/contracts/product/RiskService.sol/RiskService.json +146 -63
  182. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +1 -1
  183. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +109 -107
  184. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  185. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  186. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +155 -56
  187. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  188. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +202 -216
  189. package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +1 -1
  190. package/artifacts/contracts/registry/IRelease.sol/IRelease.json +1 -15
  191. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  192. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  193. package/artifacts/contracts/registry/Registry.sol/Registry.json +314 -96
  194. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
  195. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +163 -142
  196. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +1 -1
  197. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +57 -77
  198. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  199. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +285 -244
  200. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  201. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +115 -110
  202. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +1 -1
  203. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +159 -150
  204. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +1 -1
  205. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +2 -2
  206. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +1 -1
  207. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +127 -185
  208. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +1 -1
  209. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +32 -56
  210. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  211. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +13 -29
  212. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
  213. package/artifacts/contracts/shared/Component.sol/Component.json +84 -39
  214. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
  215. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +164 -320
  216. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
  217. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +115 -141
  218. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +1 -1
  219. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +421 -169
  220. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +1 -1
  221. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +1 -1
  222. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +96 -38
  223. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
  224. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +82 -226
  225. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
  226. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +84 -56
  227. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +1 -1
  228. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  229. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +1 -28
  230. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
  231. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +1 -12
  232. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  233. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +77 -25
  234. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
  235. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.json +1 -12
  236. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  237. package/artifacts/contracts/shared/IService.sol/IService.json +71 -32
  238. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +4 -0
  239. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +74 -0
  240. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +1 -1
  241. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +1 -1
  242. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +72 -57
  243. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +1 -1
  244. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +1 -1
  245. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +2 -2
  246. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  247. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +15 -34
  248. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
  249. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +3 -14
  250. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  251. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +76 -24
  252. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
  253. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +3 -37
  254. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  255. package/artifacts/contracts/shared/Service.sol/Service.json +70 -31
  256. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  257. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +42 -29
  258. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +1 -1
  259. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +30 -17
  260. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +1 -1
  261. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +34 -34
  262. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +4 -0
  263. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +74 -0
  264. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +1 -1
  265. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +101 -56
  266. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
  267. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +75 -36
  268. package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.dbg.json +1 -1
  269. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
  270. package/artifacts/contracts/staking/Staking.sol/Staking.json +170 -109
  271. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +1 -1
  272. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +26 -31
  273. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
  274. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +112 -124
  275. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +1 -1
  276. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +5 -22
  277. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
  278. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +132 -65
  279. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
  280. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +105 -111
  281. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +1 -1
  282. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +212 -204
  283. package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.dbg.json +1 -1
  284. package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.json +27 -19
  285. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +1 -1
  286. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +16 -16
  287. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +1 -1
  288. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +1 -1
  289. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
  290. package/artifacts/contracts/type/ChainId.sol/ChainIdLib.dbg.json +1 -1
  291. package/artifacts/contracts/type/ChainId.sol/ChainIdLib.json +2 -2
  292. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
  293. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +2 -2
  294. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
  295. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +2 -2
  296. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
  297. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +1 -1
  298. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +2 -2
  299. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +1 -1
  300. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +2 -2
  301. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +1 -1
  302. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +2 -2
  303. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
  304. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +2 -2
  305. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
  306. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +25 -22
  307. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
  308. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +2 -2
  309. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
  310. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +4 -23
  311. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +1 -1
  312. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +2 -2
  313. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +1 -1
  314. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +2 -2
  315. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
  316. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +4 -4
  317. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
  318. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +2 -21
  319. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +1 -1
  320. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +1 -1
  321. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +1 -1
  322. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +1 -1
  323. package/artifacts/contracts/type/String.sol/StrLib.json +2 -21
  324. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +1 -1
  325. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +4 -36
  326. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
  327. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
  328. package/artifacts/contracts/type/Version.sol/VersionLib.json +10 -10
  329. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
  330. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +19 -6
  331. package/artifacts/contracts/upgradeability/IUpgradeable.sol/IUpgradeable.dbg.json +4 -0
  332. package/artifacts/contracts/upgradeability/{IVersionable.sol/IVersionable.json → IUpgradeable.sol/IUpgradeable.json} +54 -4
  333. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +1 -1
  334. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +63 -86
  335. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
  336. package/artifacts/contracts/upgradeability/Upgradeable.sol/Upgradeable.dbg.json +4 -0
  337. package/artifacts/contracts/upgradeability/{Versionable.sol/Versionable.json → Upgradeable.sol/Upgradeable.json} +54 -4
  338. package/contracts/accounting/AccountingService.sol +5 -6
  339. package/contracts/accounting/AccountingServiceManager.sol +4 -6
  340. package/contracts/accounting/IAccountingService.sol +1 -1
  341. package/contracts/authorization/AccessAdmin.sol +22 -18
  342. package/contracts/authorization/AccessAdminLib.sol +12 -9
  343. package/contracts/authorization/AccessManagerCloneable.sol +24 -48
  344. package/contracts/authorization/Authorization.sol +2 -2
  345. package/contracts/authorization/IAccessAdmin.sol +3 -3
  346. package/contracts/authorization/IServiceAuthorization.sol +1 -1
  347. package/contracts/authorization/ServiceAuthorization.sol +4 -4
  348. package/contracts/distribution/BasicDistribution.sol +0 -2
  349. package/contracts/distribution/BasicDistributionAuthorization.sol +5 -4
  350. package/contracts/distribution/Distribution.sol +0 -2
  351. package/contracts/distribution/DistributionService.sol +24 -20
  352. package/contracts/distribution/DistributionServiceManager.sol +4 -6
  353. package/contracts/examples/fire/FirePool.sol +0 -4
  354. package/contracts/examples/fire/FireProduct.sol +0 -4
  355. package/contracts/examples/unpermissioned/SimpleDistribution.sol +0 -4
  356. package/contracts/examples/unpermissioned/SimpleOracle.sol +0 -4
  357. package/contracts/examples/unpermissioned/SimplePool.sol +0 -4
  358. package/contracts/examples/unpermissioned/SimpleProduct.sol +0 -4
  359. package/contracts/instance/IInstance.sol +1 -1
  360. package/contracts/instance/Instance.sol +8 -12
  361. package/contracts/instance/InstanceAdmin.sol +10 -17
  362. package/contracts/instance/InstanceAuthorizationV3.sol +4 -2
  363. package/contracts/instance/InstanceReader.sol +18 -40
  364. package/contracts/instance/InstanceService.sol +18 -20
  365. package/contracts/instance/InstanceServiceManager.sol +4 -6
  366. package/contracts/instance/base/Cloneable.sol +4 -10
  367. package/contracts/instance/base/ObjectSet.sol +2 -2
  368. package/contracts/oracle/BasicOracle.sol +0 -2
  369. package/contracts/oracle/BasicOracleAuthorization.sol +3 -1
  370. package/contracts/oracle/IOracleService.sol +12 -16
  371. package/contracts/oracle/Oracle.sol +3 -4
  372. package/contracts/oracle/OracleService.sol +37 -67
  373. package/contracts/oracle/OracleServiceManager.sol +4 -6
  374. package/contracts/pool/BasicPool.sol +2 -4
  375. package/contracts/pool/BasicPoolAuthorization.sol +5 -4
  376. package/contracts/pool/BundleService.sol +25 -19
  377. package/contracts/pool/BundleServiceManager.sol +5 -7
  378. package/contracts/pool/IPoolService.sol +5 -6
  379. package/contracts/pool/Pool.sol +1 -3
  380. package/contracts/pool/PoolLib.sol +5 -102
  381. package/contracts/pool/PoolService.sol +67 -101
  382. package/contracts/pool/PoolServiceManager.sol +4 -6
  383. package/contracts/product/ApplicationService.sol +13 -34
  384. package/contracts/product/ApplicationServiceManager.sol +4 -6
  385. package/contracts/product/BasicProduct.sol +0 -2
  386. package/contracts/product/BasicProductAuthorization.sol +7 -7
  387. package/contracts/product/ClaimService.sol +10 -34
  388. package/contracts/product/ClaimServiceManager.sol +5 -7
  389. package/contracts/product/IPolicyService.sol +0 -1
  390. package/contracts/product/PolicyService.sol +44 -57
  391. package/contracts/product/PolicyServiceManager.sol +4 -6
  392. package/contracts/product/PricingService.sol +7 -8
  393. package/contracts/product/PricingServiceManager.sol +4 -6
  394. package/contracts/product/Product.sol +0 -2
  395. package/contracts/product/RiskService.sol +8 -40
  396. package/contracts/product/RiskServiceManager.sol +4 -6
  397. package/contracts/registry/IRegistry.sol +20 -14
  398. package/contracts/registry/IRegistryService.sol +10 -14
  399. package/contracts/registry/IRelease.sol +0 -3
  400. package/contracts/registry/Registry.sol +124 -78
  401. package/contracts/registry/RegistryAdmin.sol +11 -22
  402. package/contracts/registry/RegistryAuthorization.sol +4 -3
  403. package/contracts/registry/RegistryService.sol +99 -82
  404. package/contracts/registry/RegistryServiceManager.sol +4 -11
  405. package/contracts/registry/ReleaseAdmin.sol +9 -16
  406. package/contracts/registry/ReleaseRegistry.sol +64 -74
  407. package/contracts/registry/ServiceAuthorizationV3.sol +4 -3
  408. package/contracts/registry/TokenRegistry.sol +6 -15
  409. package/contracts/shared/Component.sol +27 -22
  410. package/contracts/shared/ComponentService.sol +45 -130
  411. package/contracts/shared/ComponentServiceManager.sol +5 -7
  412. package/contracts/shared/ContractLib.sol +359 -93
  413. package/contracts/shared/IComponent.sol +5 -3
  414. package/contracts/shared/IComponentService.sol +0 -14
  415. package/contracts/shared/IInstanceLinkedComponent.sol +4 -7
  416. package/contracts/shared/INftOwnable.sol +0 -2
  417. package/contracts/shared/IRegisterable.sol +14 -3
  418. package/contracts/shared/IRegistryLinked.sol +1 -3
  419. package/contracts/shared/IService.sol +2 -2
  420. package/contracts/shared/IVersionable.sol +19 -0
  421. package/contracts/shared/InstanceLinkedComponent.sol +38 -128
  422. package/contracts/shared/NftOwnable.sol +9 -22
  423. package/contracts/shared/PolicyHolder.sol +2 -4
  424. package/contracts/shared/Registerable.sol +37 -20
  425. package/contracts/shared/RegistryLinked.sol +4 -23
  426. package/contracts/shared/Service.sol +8 -9
  427. package/contracts/shared/TokenHandler.sol +4 -1
  428. package/contracts/shared/Versionable.sol +47 -0
  429. package/contracts/staking/IStaking.sol +2 -2
  430. package/contracts/staking/Staking.sol +28 -33
  431. package/contracts/staking/StakingLib.sol +3 -1
  432. package/contracts/staking/StakingManager.sol +3 -6
  433. package/contracts/staking/StakingReader.sol +9 -17
  434. package/contracts/staking/StakingService.sol +16 -13
  435. package/contracts/staking/StakingServiceManager.sol +4 -8
  436. package/contracts/staking/StakingStore.sol +8 -8
  437. package/contracts/staking/TargetHandler.sol +4 -5
  438. package/contracts/type/ObjectType.sol +31 -2
  439. package/contracts/type/Referral.sol +0 -6
  440. package/contracts/type/Seconds.sol +0 -4
  441. package/contracts/type/String.sol +0 -30
  442. package/contracts/type/Timestamp.sol +1 -10
  443. package/contracts/type/Version.sol +15 -16
  444. package/contracts/upgradeability/{IVersionable.sol → IUpgradeable.sol} +13 -19
  445. package/contracts/upgradeability/ProxyManager.sol +46 -54
  446. package/contracts/upgradeability/{Versionable.sol → Upgradeable.sol} +25 -14
  447. package/package.json +1 -2
  448. package/artifacts/contracts/examples/flight/FlightLib.sol/FlightLib.dbg.json +0 -4
  449. package/artifacts/contracts/examples/flight/FlightLib.sol/FlightLib.json +0 -500
  450. package/artifacts/contracts/examples/flight/FlightMessageVerifier.sol/FlightMessageVerifier.dbg.json +0 -4
  451. package/artifacts/contracts/examples/flight/FlightMessageVerifier.sol/FlightMessageVerifier.json +0 -229
  452. package/artifacts/contracts/examples/flight/FlightOracle.sol/FlightOracle.dbg.json +0 -4
  453. package/artifacts/contracts/examples/flight/FlightOracle.sol/FlightOracle.json +0 -1198
  454. package/artifacts/contracts/examples/flight/FlightOracleAuthorization.sol/FlightOracleAuthorization.dbg.json +0 -4
  455. package/artifacts/contracts/examples/flight/FlightOracleAuthorization.sol/FlightOracleAuthorization.json +0 -849
  456. package/artifacts/contracts/examples/flight/FlightPool.sol/FlightPool.dbg.json +0 -4
  457. package/artifacts/contracts/examples/flight/FlightPool.sol/FlightPool.json +0 -1466
  458. package/artifacts/contracts/examples/flight/FlightPoolAuthorization.sol/FlightPoolAuthorization.dbg.json +0 -4
  459. package/artifacts/contracts/examples/flight/FlightPoolAuthorization.sol/FlightPoolAuthorization.json +0 -844
  460. package/artifacts/contracts/examples/flight/FlightProduct.sol/FlightProduct.dbg.json +0 -4
  461. package/artifacts/contracts/examples/flight/FlightProduct.sol/FlightProduct.json +0 -2371
  462. package/artifacts/contracts/examples/flight/FlightProductAuthorization.sol/FlightProductAuthorization.dbg.json +0 -4
  463. package/artifacts/contracts/examples/flight/FlightProductAuthorization.sol/FlightProductAuthorization.json +0 -844
  464. package/artifacts/contracts/examples/flight/FlightUSD.sol/FlightUSD.dbg.json +0 -4
  465. package/artifacts/contracts/examples/flight/FlightUSD.sol/FlightUSD.json +0 -586
  466. package/artifacts/contracts/examples/flight/originalV1.sol/FlightDelayChainlink.dbg.json +0 -4
  467. package/artifacts/contracts/examples/flight/originalV1.sol/FlightDelayChainlink.json +0 -901
  468. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +0 -4
  469. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.json +0 -24
  470. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +0 -4
  471. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +0 -40
  472. package/artifacts/contracts/type/RequestIdSet.sol/LibRequestIdSet.dbg.json +0 -4
  473. package/artifacts/contracts/type/RequestIdSet.sol/LibRequestIdSet.json +0 -33
  474. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +0 -4
  475. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +0 -4
  476. package/contracts/examples/flight/FlightLib.sol +0 -311
  477. package/contracts/examples/flight/FlightMessageVerifier.sol +0 -128
  478. package/contracts/examples/flight/FlightOracle.sol +0 -167
  479. package/contracts/examples/flight/FlightOracleAuthorization.sol +0 -34
  480. package/contracts/examples/flight/FlightPool.sol +0 -89
  481. package/contracts/examples/flight/FlightPoolAuthorization.sol +0 -37
  482. package/contracts/examples/flight/FlightProduct.sol +0 -644
  483. package/contracts/examples/flight/FlightProductAuthorization.sol +0 -44
  484. package/contracts/examples/flight/FlightUSD.sol +0 -28
  485. package/contracts/examples/flight/originalV1.sol +0 -396
  486. package/contracts/shared/EcdsaChecker.sol +0 -5
  487. package/contracts/type/RequestIdSet.sol +0 -62
@@ -21,12 +21,12 @@ contract ObjectSet is
21
21
  address internal _instanceAddress;
22
22
 
23
23
  /// @dev This initializer needs to be called from the instance itself.
24
- function initialize(address authority, address registry)
24
+ function initialize(address authority)
25
25
  external
26
26
  initializer()
27
27
  {
28
28
  _instanceAddress = msg.sender;
29
- __Cloneable_init(authority, registry);
29
+ __Cloneable_init(authority);
30
30
 
31
31
  emit LogObjectSetInitialized(address(_instanceAddress));
32
32
  }
@@ -23,7 +23,6 @@ contract BasicOracle is
23
23
  }
24
24
 
25
25
  function _initializeBasicOracle(
26
- address registry,
27
26
  NftId instanceNftId,
28
27
  IAuthorization authorization,
29
28
  address initialOwner,
@@ -35,7 +34,6 @@ contract BasicOracle is
35
34
  {
36
35
 
37
36
  __Oracle_init(
38
- registry,
39
37
  instanceNftId,
40
38
  authorization,
41
39
  initialOwner,
@@ -8,6 +8,8 @@ import {IAccess} from "../authorization/IAccess.sol";
8
8
  import {IOracle} from "./IOracle.sol";
9
9
  import {PUBLIC_ROLE} from "../../contracts/type/RoleId.sol";
10
10
  import {RoleId} from "../type/RoleId.sol";
11
+ import {GIF_INITIAL_RELEASE} from "../registry/Registry.sol";
12
+ import {VersionPartLib} from "../type/Version.sol";
11
13
 
12
14
 
13
15
  contract BasicOracleAuthorization
@@ -21,7 +23,7 @@ contract BasicOracleAuthorization
21
23
  Authorization(
22
24
  componentName,
23
25
  ORACLE(),
24
- 3,
26
+ GIF_INITIAL_RELEASE(),
25
27
  commitHash,
26
28
  TargetType.Component,
27
29
  false)
@@ -18,13 +18,9 @@ interface IOracleService is IService {
18
18
  event LogOracleServiceRequestCancelled(RequestId requestId, NftId requesterNftId);
19
19
 
20
20
  // create request
21
- error ErrorOracleServiceProductMismatch(ObjectType callerObjectType, NftId productNft, NftId oracleParentNftId);
22
21
  error ErrorOracleServiceExpiryInThePast(Timestamp blockTimestamp, Timestamp expiryAt);
23
22
  error ErrorOracleServiceCallbackMethodNameEmpty();
24
23
 
25
- // respond
26
- error ErrorOracleServiceNotResponsibleOracle(RequestId requestId, NftId expectedOracleNftId, NftId oracleNftId);
27
-
28
24
  // get request info
29
25
  error ErrorOracleServiceRequestStateNotActive(RequestId requestId, StateId state);
30
26
  error ErrorOracleServiceCallerNotResponsibleOracle(RequestId requestId, NftId oracleNftId, NftId callerNftId);
@@ -41,26 +37,26 @@ interface IOracleService is IService {
41
37
  string calldata callbackMethodName
42
38
  ) external returns (RequestId requestId);
43
39
 
44
- /// @dev Respond to oracle request by oracle compnent.
45
- /// The response data is amended in the request info stored with the instance.
46
- /// The request state changes to FULFILLED (when calling the callback method of the requester is successful)
40
+ /// @dev respond to oracle request by oracle compnent.
41
+ /// the response data is amende in the request info stored with the instance.
42
+ /// the request state changes to FULFILLED (when calling the callback method of the requester is successful)
47
43
  /// or to FAILED when calling the requester is not succesful.
48
- /// The function returns true iff the state changes to FULFILLED.
49
- /// Permissioned: only the receiving oracle component may call this method
44
+ /// the function returns true iff the state changes to FULFILLED.
45
+ /// permissioned: only the oracle component linked to the request id may call this method
50
46
  function respond(
51
47
  RequestId requestId,
52
48
  bytes calldata responseData
53
49
  ) external returns (bool success);
54
50
 
55
- /// @dev Resend a failed response to the requester.
56
- /// Only requests in state FAILED may be resent.
57
- /// The request state changes to FULFILLED when calling the callback method of the requester is successful.
58
- /// Permissioned: only the receiving oracle may resend a request
51
+ /// @dev re send a failed response to the requester.
52
+ /// only requests in state FAILED may be re sent.
53
+ /// the request state changes to FULFILLED when calling the callback method of the requester is successful.
54
+ /// permissioned: only the requester may resend a request
59
55
  function resend(RequestId requestId) external;
60
56
 
61
- /// @dev Notify the oracle component that the specified request has become invalid.
62
- /// Only requests in state ACTIVE may be cancelled.
63
- /// Permissioned: only the requester may cancel a request
57
+ /// @dev notify the oracle component that the specified request has become invalid.
58
+ /// only requests in state ACTIVE may be cancelled.
59
+ /// permissioned: only the requester may cancel a request
64
60
  function cancel(RequestId requestId) external;
65
61
 
66
62
  }
@@ -5,10 +5,11 @@ import {Amount} from "../type/Amount.sol";
5
5
  import {COMPONENT, PRODUCT, ORACLE} from "../type/ObjectType.sol";
6
6
  import {IAuthorization} from "../authorization/IAuthorization.sol";
7
7
  import {IComponentService} from "../shared/IComponentService.sol";
8
- import {IInstanceLinkedComponent} from "../shared/IInstanceLinkedComponent.sol";
8
+ import {IComponent} from "../shared/IComponent.sol";
9
9
  import {IOracleComponent} from "./IOracleComponent.sol";
10
10
  import {IOracleService} from "./IOracleService.sol";
11
11
  import {NftId} from "../type/NftId.sol";
12
+ import {Component} from "../shared/Component.sol";
12
13
  import {InstanceLinkedComponent} from "../shared/InstanceLinkedComponent.sol";
13
14
  import {RequestId} from "../type/RequestId.sol";
14
15
  import {Timestamp} from "../type/Timestamp.sol";
@@ -66,7 +67,7 @@ abstract contract Oracle is
66
67
  function withdrawFees(Amount amount)
67
68
  external
68
69
  virtual
69
- override(IInstanceLinkedComponent, InstanceLinkedComponent)
70
+ override(IComponent, Component)
70
71
  onlyOwner()
71
72
  restricted()
72
73
  returns (Amount)
@@ -76,7 +77,6 @@ abstract contract Oracle is
76
77
 
77
78
 
78
79
  function __Oracle_init(
79
- address registry,
80
80
  NftId productNftId,
81
81
  IAuthorization authorization,
82
82
  address initialOwner,
@@ -87,7 +87,6 @@ abstract contract Oracle is
87
87
  onlyInitializing()
88
88
  {
89
89
  __InstanceLinkedComponent_init(
90
- registry,
91
90
  productNftId,
92
91
  name,
93
92
  ORACLE(),
@@ -29,14 +29,13 @@ contract OracleService is
29
29
  )
30
30
  internal
31
31
  virtual override
32
- initializer()
32
+ onlyInitializing()
33
33
  {
34
34
  (
35
- address authority,
36
- address registry
37
- ) = abi.decode(data, (address, address));
35
+ address authority
36
+ ) = abi.decode(data, (address));
38
37
 
39
- __Service_init(authority, registry, owner);
38
+ __Service_init(authority, owner);
40
39
  _registerInterface(type(IOracleService).interfaceId);
41
40
  }
42
41
 
@@ -49,25 +48,24 @@ contract OracleService is
49
48
  external
50
49
  virtual
51
50
  restricted()
52
- onlyNftOfType(oracleNftId, ORACLE())
53
51
  returns (RequestId requestId)
54
52
  {
55
53
  // checks
56
- // get and check active caller
57
- (
58
- IRegistry.ObjectInfo memory requesterInfo,
59
- address instance
60
- ) = ContractLib.getAndVerifyAnyComponent(
61
- getRegistry(), msg.sender, true);
62
-
63
- (
64
- NftId requesterNftId,
65
- IOracleComponent oracle
66
- ) = _checkRequestParams(
67
- getRegistry(), oracleNftId, requesterInfo, expiryAt, callbackMethodName);
54
+ NftId requesterNftId; // component
55
+ IOracleComponent oracle;
68
56
 
69
- // effects
70
57
  {
58
+ IInstance instance;
59
+ (
60
+ requesterNftId,
61
+ oracle,
62
+ instance
63
+ ) = ContractLib.getAndVerifyComponentAndOracle(
64
+ oracleNftId, getRelease());
65
+
66
+ _checkRequestParams(expiryAt, callbackMethodName);
67
+
68
+ // effects
71
69
  // create request info
72
70
  IOracle.RequestInfo memory request = IOracle.RequestInfo({
73
71
  requesterNftId: requesterNftId,
@@ -81,7 +79,7 @@ contract OracleService is
81
79
  });
82
80
 
83
81
  // store request with instance
84
- requestId = IInstance(instance).getInstanceStore().createRequest(request);
82
+ requestId = instance.getInstanceStore().createRequest(request);
85
83
  }
86
84
 
87
85
  emit LogOracleServiceRequestCreated(requestId, requesterNftId, oracleNftId, expiryAt);
@@ -108,13 +106,11 @@ contract OracleService is
108
106
  returns (bool success)
109
107
  {
110
108
  (
111
- IRegistry.ObjectInfo memory info,
112
- address instanceAddress
109
+ NftId oracleNftId,
110
+ IInstance instance
113
111
  ) = ContractLib.getAndVerifyComponent(
114
- getRegistry(), msg.sender, ORACLE(), true);
112
+ msg.sender, ORACLE(), getRelease(), true);
115
113
 
116
- NftId oracleNftId = info.nftId;
117
- IInstance instance = IInstance(instanceAddress);
118
114
  bool callerIsOracle = true;
119
115
  IOracle.RequestInfo memory request = _checkAndGetRequestInfo(instance, requestId, oracleNftId, callerIsOracle);
120
116
  request.responseData = responseData;
@@ -123,7 +119,7 @@ contract OracleService is
123
119
  instance.getInstanceStore().updateRequest(
124
120
  requestId, request, KEEP_STATE());
125
121
 
126
- IRegistry.ObjectInfo memory requesterInfo = getRegistry().getObjectInfo(
122
+ IRegistry.ObjectInfo memory requesterInfo = _getRegistry().getObjectInfo(
127
123
  request.requesterNftId);
128
124
 
129
125
  string memory functionSignature = string(
@@ -156,24 +152,25 @@ contract OracleService is
156
152
  restricted()
157
153
  {
158
154
  (
159
- IRegistry.ObjectInfo memory info,
160
- address instanceAddress
161
- ) = ContractLib.getAndVerifyAnyComponent(
162
- getRegistry(), msg.sender, true);
155
+ // !!! TODO requesterNftId is in request.requesterNftId
156
+ // here is responder nft id?
157
+ NftId requesterNftId, // component
158
+ IInstance instance
159
+ ) = ContractLib.getAndVerifyComponent(
160
+ msg.sender, COMPONENT(), getRelease(), true);
163
161
 
164
- NftId requesterNftId = info.nftId;
165
- IInstance instance = IInstance(instanceAddress);
166
162
  bool callerIsOracle = false;
167
163
  IOracle.RequestInfo memory request = _checkAndGetRequestInfo(instance, requestId, requesterNftId, callerIsOracle);
168
164
 
169
165
  // attempt to deliver response to requester
166
+ address requester = msg.sender;
170
167
  string memory functionSignature = string(
171
168
  abi.encodePacked(
172
169
  request.callbackMethodName,
173
170
  "(uint64,bytes)"
174
171
  ));
175
172
 
176
- (bool success, bytes memory returnData) = info.objectAddress.call(
173
+ (bool success, bytes memory returnData) = requester.call(
177
174
  abi.encodeWithSignature(
178
175
  functionSignature,
179
176
  requestId,
@@ -184,7 +181,8 @@ contract OracleService is
184
181
  instance.getInstanceStore().updateRequestState(requestId, FULFILLED());
185
182
  emit LogOracleServiceResponseResent(requestId, requesterNftId);
186
183
  } else {
187
- emit LogOracleServiceDeliveryFailed(requestId, info.objectAddress, functionSignature);
184
+ // TODO why requester address instead of nftId?
185
+ emit LogOracleServiceDeliveryFailed(requestId, requester, functionSignature);
188
186
  }
189
187
  }
190
188
 
@@ -195,13 +193,11 @@ contract OracleService is
195
193
  restricted()
196
194
  {
197
195
  (
198
- IRegistry.ObjectInfo memory info,
199
- address instanceAddress
200
- ) = ContractLib.getAndVerifyAnyComponent(
201
- getRegistry(), msg.sender, true);
196
+ NftId requesterNftId, // component
197
+ IInstance instance
198
+ ) = ContractLib.getAndVerifyComponent(
199
+ msg.sender, COMPONENT(), getRelease(), true);
202
200
 
203
- NftId requesterNftId = info.nftId;
204
- IInstance instance = IInstance(instanceAddress);
205
201
  bool callerIsOracle = false;
206
202
  // TODO property isCancelled and state update to CANCELLED are redundant, get rid of isCancelled
207
203
  IOracle.RequestInfo memory request = _checkAndGetRequestInfo(instance, requestId, requesterNftId, callerIsOracle);
@@ -211,7 +207,7 @@ contract OracleService is
211
207
 
212
208
  // call oracle component
213
209
  // TODO add check that oracle is active?
214
- address oracleAddress = getRegistry().getObjectAddress(request.oracleNftId);
210
+ address oracleAddress = _getRegistry().getObjectAddress(request.oracleNftId);
215
211
  IOracleComponent(oracleAddress).cancel(requestId);
216
212
 
217
213
  emit LogOracleServiceRequestCancelled(requestId, requesterNftId);
@@ -219,39 +215,13 @@ contract OracleService is
219
215
 
220
216
 
221
217
  function _checkRequestParams(
222
- IRegistry registry,
223
- NftId oracleNftId,
224
- IRegistry.ObjectInfo memory requesterInfo,
225
218
  Timestamp expiryAt,
226
219
  string memory callbackMethodName
227
220
  )
228
221
  internal
229
222
  virtual
230
223
  view
231
- returns (
232
- NftId requesterNftId,
233
- IOracleComponent oracle
234
- )
235
224
  {
236
- // get oracle info
237
- (IRegistry.ObjectInfo memory oracleInfo,) = ContractLib.getInfoAndInstance(
238
- registry, oracleNftId, true);
239
-
240
- // obtain return values
241
- requesterNftId = requesterInfo.nftId;
242
- oracle = IOracleComponent(oracleInfo.objectAddress);
243
-
244
- // check that requester and oracle share same product cluster
245
- if (requesterInfo.objectType == PRODUCT()) {
246
- if (oracleInfo.parentNftId != requesterNftId) {
247
- revert ErrorOracleServiceProductMismatch(requesterInfo.objectType, requesterNftId, oracleInfo.parentNftId);
248
- }
249
- } else {
250
- if (oracleInfo.parentNftId != requesterInfo.parentNftId) {
251
- revert ErrorOracleServiceProductMismatch(requesterInfo.objectType, requesterInfo.parentNftId, oracleInfo.parentNftId);
252
- }
253
- }
254
-
255
225
  // check expiriyAt >= now
256
226
  if (expiryAt < TimestampLib.current()) {
257
227
  revert ErrorOracleServiceExpiryInThePast(TimestampLib.current(), expiryAt);
@@ -1,7 +1,7 @@
1
1
  // SPDX-License-Identifier: Apache-2.0
2
2
  pragma solidity ^0.8.20;
3
3
 
4
- import {IVersionable} from "../upgradeability/IVersionable.sol";
4
+ import {IUpgradeable} from "../upgradeability/IUpgradeable.sol";
5
5
  import {ProxyManager} from "../upgradeability/ProxyManager.sol";
6
6
  import {OracleService} from "./OracleService.sol";
7
7
 
@@ -12,19 +12,17 @@ contract OracleServiceManager is ProxyManager {
12
12
  /// @dev initializes proxy manager with service implementation and deploys instance
13
13
  constructor(
14
14
  address authority,
15
- address registry,
16
15
  bytes32 salt
17
16
  )
18
17
  {
19
18
  OracleService svc = new OracleService{salt: salt}();
20
- bytes memory data = abi.encode(authority, registry);
21
- IVersionable versionable = initialize(
22
- registry,
19
+ bytes memory data = abi.encode(authority);
20
+ IUpgradeable upgradeable = initialize(
23
21
  address(svc),
24
22
  data,
25
23
  salt);
26
24
 
27
- _oracleService = OracleService(address(versionable));
25
+ _oracleService = OracleService(address(upgradeable));
28
26
  }
29
27
 
30
28
  //--- view functions ----------------------------------------------------//
@@ -18,7 +18,6 @@ abstract contract BasicPool is
18
18
  {
19
19
 
20
20
  function _initializeBasicPool(
21
- address registry,
22
21
  NftId productNftId,
23
22
  string memory name,
24
23
  IComponents.PoolInfo memory poolInfo,
@@ -30,7 +29,6 @@ abstract contract BasicPool is
30
29
  onlyInitializing()
31
30
  {
32
31
  __Pool_init(
33
- registry,
34
32
  productNftId,
35
33
  name,
36
34
  poolInfo,
@@ -45,8 +43,8 @@ abstract contract BasicPool is
45
43
  public
46
44
  virtual
47
45
  restricted()
48
- onlyBundleOwner(bundleNftId)
49
- onlyNftOfType(bundleNftId, BUNDLE())
46
+ onlyBundleOwner(bundleNftId) // TODO single modifier to check everything about given arbitrary nftId
47
+ onlyNftOfType(bundleNftId, BUNDLE()) // TODO service will check this
50
48
  {
51
49
  _stake(bundleNftId, amount);
52
50
  }
@@ -2,7 +2,7 @@
2
2
  pragma solidity ^0.8.20;
3
3
 
4
4
  import {IAccess} from "../authorization/IAccess.sol";
5
- import {IInstanceLinkedComponent} from "../shared/IInstanceLinkedComponent.sol";
5
+ import {IComponent} from "../shared/IInstanceLinkedComponent.sol";
6
6
  import {IPoolComponent} from "./IPoolComponent.sol";
7
7
 
8
8
  import {Authorization} from "../authorization/Authorization.sol";
@@ -10,8 +10,9 @@ import {BasicPool} from "./BasicPool.sol";
10
10
  import {COMPONENT, POOL} from "../type/ObjectType.sol";
11
11
  import {PUBLIC_ROLE} from "../../contracts/type/RoleId.sol";
12
12
  import {RoleId} from "../type/RoleId.sol";
13
+ import {GIF_INITIAL_RELEASE} from "../registry/Registry.sol";
13
14
  import {TokenHandler} from "../shared/TokenHandler.sol";
14
-
15
+ import {VersionPartLib} from "../type/Version.sol";
15
16
 
16
17
  contract BasicPoolAuthorization
17
18
  is Authorization
@@ -21,7 +22,7 @@ contract BasicPoolAuthorization
21
22
  Authorization(
22
23
  poolName,
23
24
  POOL(),
24
- 3,
25
+ GIF_INITIAL_RELEASE(),
25
26
  COMMIT_HASH,
26
27
  TargetType.Component,
27
28
  true)
@@ -70,7 +71,7 @@ contract BasicPoolAuthorization
70
71
  _authorize(functions, BasicPool.unstake.selector, "unstake");
71
72
  _authorize(functions, BasicPool.extend.selector, "extend");
72
73
 
73
- _authorize(functions, IInstanceLinkedComponent.withdrawFees.selector, "withdrawFees");
74
+ _authorize(functions, IComponent.withdrawFees.selector, "withdrawFees");
74
75
  _authorize(functions, BasicPool.withdrawBundleFees.selector, "withdrawBundleFees");
75
76
 
76
77
  // authorize pool service
@@ -12,11 +12,11 @@ import {InstanceStore} from "../instance/InstanceStore.sol";
12
12
 
13
13
  import {Amount, AmountLib} from "../type/Amount.sol";
14
14
  import {BundleSet} from "../instance/BundleSet.sol";
15
+ import {ContractLib} from "../shared/ContractLib.sol";
15
16
  import {Fee} from "../type/Fee.sol";
16
17
  import {InstanceReader} from "../instance/InstanceReader.sol";
17
18
  import {NftId, NftIdLib} from "../type/NftId.sol";
18
19
  import {ObjectType, ACCOUNTING, COMPONENT, POOL, BUNDLE, POLICY, REGISTRY} from "../type/ObjectType.sol";
19
- import {PoolLib} from "./PoolLib.sol";
20
20
  import {Seconds} from "../type/Seconds.sol";
21
21
  import {Service} from "../shared/Service.sol";
22
22
  import {StateId, ACTIVE, PAUSED, CLOSED, KEEP_STATE} from "../type/StateId.sol";
@@ -41,14 +41,13 @@ contract BundleService is
41
41
  )
42
42
  internal
43
43
  virtual override
44
- initializer()
44
+ onlyInitializing()
45
45
  {
46
46
  (
47
- address authority,
48
- address registry
49
- ) = abi.decode(data, (address, address));
47
+ address authority
48
+ ) = abi.decode(data, (address));
50
49
 
51
- __Service_init(authority, registry, owner);
50
+ __Service_init(authority, owner);
52
51
 
53
52
  _registryService = IRegistryService(_getServiceAddress(REGISTRY()));
54
53
  _accountingService = IAccountingService(_getServiceAddress(ACCOUNTING()));
@@ -66,9 +65,12 @@ contract BundleService is
66
65
  virtual
67
66
  restricted()
68
67
  {
69
- _checkNftType(bundleNftId, BUNDLE());
68
+ (
69
+ NftId poolNftId,
70
+ IInstance instance
71
+ ) = ContractLib.getAndVerifyPoolForBundle(
72
+ bundleNftId, getRelease());
70
73
 
71
- (NftId poolNftId, IInstance instance) = PoolLib.getAndVerifyActivePool(getRegistry(), msg.sender);
72
74
  InstanceReader instanceReader = instance.getInstanceReader();
73
75
  IBundle.BundleInfo memory bundleInfo = instanceReader.getBundleInfo(bundleNftId);
74
76
  if(bundleInfo.poolNftId.eqz()) {
@@ -97,7 +99,10 @@ contract BundleService is
97
99
  restricted()
98
100
  returns(NftId bundleNftId)
99
101
  {
100
- (NftId poolNftId, IInstance instance) = PoolLib.getAndVerifyActivePool(getRegistry(), msg.sender);
102
+ (
103
+ NftId poolNftId,
104
+ IInstance instance
105
+ ) = ContractLib.getAndVerifyPool(getRelease());
101
106
 
102
107
  // register bundle with registry
103
108
  bundleNftId = _registryService.registerBundle(
@@ -105,11 +110,11 @@ contract BundleService is
105
110
  NftIdLib.zero(),
106
111
  poolNftId,
107
112
  BUNDLE(),
113
+ getRelease(),
108
114
  false, // intercepting property for bundles is defined on pool
109
- address(0),
110
- owner,
111
- "" // bundle data to be stored in registry
112
- )
115
+ address(0)),
116
+ owner,
117
+ "" // bundle data to be stored in registry
113
118
  );
114
119
 
115
120
  // create bundle info in instance
@@ -191,9 +196,8 @@ contract BundleService is
191
196
  restricted()
192
197
  {
193
198
  // checks
194
- _checkNftType(bundleNftId, BUNDLE());
195
-
196
- (, IInstance instance) = PoolLib.getAndVerifyActivePool(getRegistry(), msg.sender);
199
+ (, IInstance instance) = ContractLib.getAndVerifyPoolForBundle(
200
+ bundleNftId, getRelease());
197
201
 
198
202
  // effects
199
203
  // update set of active bundles
@@ -331,9 +335,12 @@ contract BundleService is
331
335
  returns (Timestamp extendedExpiredAt)
332
336
  {
333
337
  // checks
334
- _checkNftType(bundleNftId, BUNDLE());
338
+ (
339
+ NftId poolNftId,
340
+ IInstance instance
341
+ ) = ContractLib.getAndVerifyPoolForBundle(
342
+ bundleNftId, getRelease());
335
343
 
336
- (NftId poolNftId, IInstance instance) = PoolLib.getAndVerifyActivePool(getRegistry(), msg.sender);
337
344
  IBundle.BundleInfo memory bundleInfo = instance.getInstanceReader().getBundleInfo(bundleNftId);
338
345
  StateId bundleState = instance.getInstanceReader().getBundleState(bundleNftId);
339
346
 
@@ -379,7 +386,6 @@ contract BundleService is
379
386
  emit LogBundleServiceCollateralReleased(bundleNftId, policyNftId, collateralAmount);
380
387
  }
381
388
 
382
-
383
389
  function _getDomain() internal pure override returns(ObjectType) {
384
390
  return BUNDLE();
385
391
  }
@@ -1,7 +1,7 @@
1
1
  // SPDX-License-Identifier: Apache-2.0
2
2
  pragma solidity ^0.8.20;
3
3
 
4
- import {IVersionable} from "../upgradeability/IVersionable.sol";
4
+ import {IUpgradeable} from "../upgradeability/IUpgradeable.sol";
5
5
  import {ProxyManager} from "../upgradeability/ProxyManager.sol";
6
6
  import {BundleService} from "./BundleService.sol";
7
7
 
@@ -11,20 +11,18 @@ contract BundleServiceManager is ProxyManager {
11
11
 
12
12
  /// @dev initializes proxy manager with pool service implementation
13
13
  constructor(
14
- address authority,
15
- address registry,
14
+ address authority,
16
15
  bytes32 salt
17
16
  )
18
17
  {
19
18
  BundleService svc = new BundleService{salt: salt}();
20
- bytes memory data = abi.encode(authority, registry);
21
- IVersionable versionable = initialize(
22
- registry,
19
+ bytes memory data = abi.encode(authority);
20
+ IUpgradeable upgradeable = initialize(
23
21
  address(svc),
24
22
  data,
25
23
  salt);
26
24
 
27
- _bundleService = BundleService(address(versionable));
25
+ _bundleService = BundleService(address(upgradeable));
28
26
  }
29
27
 
30
28
  //--- view functions ----------------------------------------------------//
@@ -18,15 +18,14 @@ interface IPoolService is IService {
18
18
  event LogPoolServiceWalletFunded(NftId poolNftId, address poolOwner, Amount amount);
19
19
  event LogPoolServiceWalletDefunded(NftId poolNftId, address poolOwner, Amount amount);
20
20
 
21
- event LogPoolServiceBundleCreated(NftId instanceNftId, NftId poolNftId, NftId bundleNftId);
22
- event LogPoolServiceBundleClosed(NftId instanceNftId, NftId poolNftId, NftId bundleNftId);
21
+ event LogPoolServiceBundleClosed(NftId poolNftId, NftId bundleNftId);
23
22
 
24
- event LogPoolServiceBundleStaked(NftId instanceNftId, NftId poolNftId, NftId bundleNftId, Amount amount, Amount netAmount);
25
- event LogPoolServiceBundleUnstaked(NftId instanceNftId, NftId poolNftId, NftId bundleNftId, Amount amount, Amount netAmount);
23
+ event LogPoolServiceBundleStaked(NftId poolNftId, NftId bundleNftId, Amount amount, Amount netAmount);
24
+ event LogPoolServiceBundleUnstaked(NftId poolNftId, NftId bundleNftId, Amount amount, Amount netAmount);
26
25
 
27
- event LogPoolServiceFeesWithdrawn(NftId bundleNftId, address recipient, address tokenAddress, Amount amount);
26
+ event LogPoolServiceFeesWithdrawn(NftId poolNftId, NftId bundleNftId, address recipient, address tokenAddress, Amount amount);
28
27
 
29
- event LogPoolServiceProcessFundedClaim(NftId policyNftId, ClaimId claimId, Amount availableAmount);
28
+ event LogPoolServiceProcessFundedClaim(NftId poolNftId, NftId policyNftId, ClaimId claimId, Amount availableAmount);
30
29
 
31
30
  event LogPoolServiceApplicationVerified(NftId poolNftId, NftId bundleNftId, NftId applicationNftId, Amount totalCollateralAmount);
32
31
  event LogPoolServiceCollateralLocked(NftId poolNftId, NftId bundleNftId, NftId applicationNftId, Amount totalCollateralAmount, Amount lockedCollateralAmount);
@@ -35,7 +35,7 @@ abstract contract Pool is
35
35
 
36
36
 
37
37
  modifier onlyBundleOwner(NftId bundleNftId) {
38
- if(msg.sender != getRegistry().ownerOf(bundleNftId)) {
38
+ if(msg.sender != _getRegistry().ownerOf(bundleNftId)) {
39
39
  revert ErrorPoolNotBundleOwner(bundleNftId, msg.sender);
40
40
  }
41
41
  _;
@@ -124,7 +124,6 @@ abstract contract Pool is
124
124
  // Internals
125
125
 
126
126
  function __Pool_init(
127
- address registry,
128
127
  NftId productNftId,
129
128
  string memory name,
130
129
  IComponents.PoolInfo memory poolInfo,
@@ -136,7 +135,6 @@ abstract contract Pool is
136
135
  onlyInitializing()
137
136
  {
138
137
  __InstanceLinkedComponent_init(
139
- registry,
140
138
  productNftId,
141
139
  name,
142
140
  POOL(),