@etherisc/gif-next 0.0.2-e875d61-189 → 0.0.2-e876b87-961
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +297 -41
 - package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
 - package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1293 -0
 - package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
 - package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
 - package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
 - package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +414 -0
 - package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
 - package/artifacts/contracts/{instance/module/access → authorization}/IAccess.sol/IAccess.json +1 -1
 - package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
 - package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1060 -0
 - package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +295 -0
 - package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
 - package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.dbg.json +4 -0
 - package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.json +1196 -0
 - package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
 - package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
 - package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1402 -0
 - package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +470 -0
 - package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
 - package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1048 -0
 - package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
 - package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1455 -0
 - package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +838 -0
 - package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
 - package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +929 -0
 - package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
 - package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +961 -0
 - package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
 - package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1538 -0
 - package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +470 -0
 - package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2072 -0
 - package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +470 -0
 - package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1471 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1231 -0
 - package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1592 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2095 -0
 - package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
 - package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
 - package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
 - package/artifacts/contracts/instance/IInstance.sol/IInstance.json +276 -1471
 - package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
 - package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +702 -0
 - package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
 - package/artifacts/contracts/instance/Instance.sol/Instance.json +377 -1755
 - package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1653 -0
 - package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +561 -0
 - package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2058 -0
 - package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +995 -0
 - package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +722 -0
 - package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3678 -0
 - package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
 - package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
 - package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
 - package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
 - package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
 - package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
 - package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
 - package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
 - package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
 - package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
 - package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +4 -0
 - package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +129 -0
 - package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
 - package/artifacts/contracts/instance/module/{bundle/IBundle.sol → IBundle.sol}/IBundle.json +1 -1
 - package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
 - package/artifacts/contracts/instance/{base/ModuleBase.sol/ModuleBase.json → module/IComponents.sol/IComponents.json} +2 -2
 - package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
 - package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
 - package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
 - package/artifacts/contracts/instance/module/{policy/IPolicy.sol → IPolicy.sol}/IPolicy.json +1 -1
 - package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
 - package/artifacts/contracts/instance/module/{risk/IRisk.sol → IRisk.sol}/IRisk.json +1 -1
 - package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
 - package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
 - package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
 - package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +1039 -0
 - package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +478 -0
 - package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
 - package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
 - package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
 - package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +788 -0
 - package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
 - package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +709 -0
 - package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
 - package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +907 -0
 - package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
 - package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +966 -0
 - package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +722 -0
 - package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
 - package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1299 -0
 - package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +470 -0
 - package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
 - package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1465 -0
 - package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +834 -0
 - package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
 - package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +960 -0
 - package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
 - package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +960 -0
 - package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
 - package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1283 -0
 - package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
 - package/artifacts/contracts/pool/Pool.sol/Pool.json +1098 -0
 - package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
 - package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1625 -0
 - package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +766 -0
 - package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
 - package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +771 -0
 - package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +710 -0
 - package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
 - package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1173 -0
 - package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +470 -0
 - package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
 - package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1431 -0
 - package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +838 -0
 - package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
 - package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +546 -0
 - package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
 - package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +942 -0
 - package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
 - package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +925 -0
 - package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
 - package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +578 -0
 - package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
 - package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1012 -0
 - package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/base/InstanceBase.sol/InstanceBase.json → product/IRiskService.sol/IRiskService.json} +226 -141
 - package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
 - package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1302 -0
 - package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +782 -0
 - package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
 - package/artifacts/contracts/product/PricingService.sol/PricingService.json +907 -0
 - package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +762 -0
 - package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
 - package/artifacts/contracts/product/Product.sol/Product.json +1131 -0
 - package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
 - package/artifacts/contracts/product/RiskService.sol/RiskService.json +622 -0
 - package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +694 -0
 - package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
 - package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +242 -12
 - package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
 - package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +976 -119
 - package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
 - package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1019 -0
 - package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
 - package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +39 -0
 - package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
 - package/artifacts/contracts/registry/Registry.sol/Registry.json +1403 -220
 - package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
 - package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1886 -0
 - package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
 - package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1246 -0
 - package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +713 -0
 - package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
 - package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
 - package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
 - package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1067 -0
 - package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
 - package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
 - package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
 - package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
 - package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
 - package/artifacts/contracts/shared/Component.sol/Component.json +725 -0
 - package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
 - package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1785 -0
 - package/artifacts/contracts/shared/ComponentServiceHelperLib.sol/ComponentServiceHelperLib.dbg.json +4 -0
 - package/artifacts/contracts/shared/ComponentServiceHelperLib.sol/ComponentServiceHelperLib.json +206 -0
 - package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +810 -0
 - package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +232 -235
 - package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
 - package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +92 -0
 - package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
 - package/artifacts/contracts/shared/IComponent.sol/IComponent.json +632 -0
 - package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
 - package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1360 -0
 - package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
 - package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +723 -0
 - package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
 - package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +122 -172
 - package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
 - package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
 - package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
 - package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → shared/INftOwnable.sol/INftOwnable.json} +47 -74
 - package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
 - package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
 - package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
 - package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +113 -24
 - package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
 - package/artifacts/contracts/{registry → shared}/IRegistryLinked.sol/IRegistryLinked.json +13 -2
 - package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → shared/IService.sol/IService.json} +182 -171
 - package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
 - package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
 - package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
 - package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +829 -0
 - package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
 - package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
 - package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
 - package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
 - package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
 - package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
 - package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
 - package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +209 -0
 - package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
 - package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
 - package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
 - package/artifacts/contracts/shared/Registerable.sol/Registerable.json +224 -23
 - package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
 - package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
 - package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → shared/Service.sol/Service.json} +239 -173
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +546 -0
 - package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
 - package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +132 -0
 - package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
 - package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1465 -0
 - package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
 - package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1043 -0
 - package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
 - package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
 - package/artifacts/contracts/staking/Staking.sol/Staking.json +1888 -0
 - package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
 - package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +776 -0
 - package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
 - package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1249 -0
 - package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +710 -0
 - package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2283 -0
 - package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
 - package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
 - package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
 - package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
 - package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
 - package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
 - package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
 - package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
 - package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
 - package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
 - package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
 - package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
 - package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
 - package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
 - package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
 - package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
 - package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
 - package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
 - package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
 - package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
 - package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +142 -0
 - package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
 - package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
 - package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
 - package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
 - package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
 - package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
 - package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
 - package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
 - package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
 - package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
 - package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
 - package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
 - package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
 - package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
 - package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
 - package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
 - package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
 - package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +602 -0
 - package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
 - package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
 - package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
 - package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
 - package/contracts/authorization/AccessAdmin.sol +596 -0
 - package/contracts/authorization/AccessManagerCloneable.sol +16 -0
 - package/contracts/authorization/Authorization.sol +289 -0
 - package/contracts/authorization/IAccess.sol +49 -0
 - package/contracts/authorization/IAccessAdmin.sol +137 -0
 - package/contracts/authorization/IAuthorization.sol +60 -0
 - package/contracts/authorization/IServiceAuthorization.sol +40 -0
 - package/contracts/authorization/ReleaseAccessManager.sol +38 -0
 - package/contracts/authorization/ServiceAuthorization.sol +106 -0
 - package/contracts/distribution/BasicDistribution.sol +139 -0
 - package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
 - package/contracts/distribution/Distribution.sol +285 -0
 - package/contracts/distribution/DistributionService.sol +355 -0
 - package/contracts/distribution/DistributionServiceManager.sol +39 -0
 - package/contracts/distribution/IDistributionComponent.sol +52 -0
 - package/contracts/distribution/IDistributionService.sol +101 -0
 - package/contracts/examples/fire/DamageLevel.sol +59 -0
 - package/contracts/examples/fire/FirePool.sol +73 -0
 - package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
 - package/contracts/examples/fire/FireProduct.sol +415 -0
 - package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
 - package/contracts/examples/fire/FireUSD.sol +26 -0
 - package/contracts/examples/unpermissioned/SimpleDistribution.sol +50 -0
 - package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
 - package/contracts/examples/unpermissioned/SimplePool.sol +76 -0
 - package/contracts/examples/unpermissioned/SimpleProduct.sol +351 -0
 - package/contracts/instance/BundleSet.sol +126 -0
 - package/contracts/instance/IInstance.sol +59 -43
 - package/contracts/instance/IInstanceService.sol +72 -0
 - package/contracts/instance/Instance.sol +219 -58
 - package/contracts/instance/InstanceAdmin.sol +279 -0
 - package/contracts/instance/InstanceAuthorizationV3.sol +194 -0
 - package/contracts/instance/InstanceReader.sol +495 -0
 - package/contracts/instance/InstanceService.sol +413 -0
 - package/contracts/instance/InstanceServiceManager.sol +39 -0
 - package/contracts/instance/InstanceStore.sol +287 -0
 - package/contracts/instance/base/BalanceStore.sol +123 -0
 - package/contracts/instance/base/Cloneable.sol +28 -0
 - package/contracts/instance/base/ObjectCounter.sol +21 -0
 - package/contracts/instance/base/ObjectLifecycle.sol +111 -0
 - package/contracts/instance/base/ObjectSet.sol +79 -0
 - package/contracts/instance/module/IAccess.sol +46 -0
 - package/contracts/instance/module/IBundle.sol +20 -0
 - package/contracts/instance/module/IComponents.sol +51 -0
 - package/contracts/instance/module/IDistribution.sol +41 -0
 - package/contracts/instance/module/IPolicy.sol +84 -0
 - package/contracts/instance/module/IRisk.sol +11 -0
 - package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
 - package/contracts/oracle/BasicOracle.sol +47 -0
 - package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
 - package/contracts/oracle/IOracle.sol +36 -0
 - package/contracts/oracle/IOracleComponent.sol +33 -0
 - package/contracts/oracle/IOracleService.sol +66 -0
 - package/contracts/oracle/Oracle.sol +156 -0
 - package/contracts/oracle/OracleService.sol +291 -0
 - package/contracts/oracle/OracleServiceManager.sol +39 -0
 - package/contracts/pool/BasicPool.sol +154 -0
 - package/contracts/pool/BasicPoolAuthorization.sol +57 -0
 - package/contracts/pool/BundleService.sol +493 -0
 - package/contracts/pool/BundleServiceManager.sol +39 -0
 - package/contracts/pool/IBundleService.sol +143 -0
 - package/contracts/pool/IPoolComponent.sol +68 -0
 - package/contracts/pool/IPoolService.sol +167 -0
 - package/contracts/pool/Pool.sol +335 -0
 - package/contracts/pool/PoolService.sol +544 -0
 - package/contracts/pool/PoolServiceManager.sol +39 -0
 - package/contracts/product/ApplicationService.sol +259 -0
 - package/contracts/product/ApplicationServiceManager.sol +38 -0
 - package/contracts/product/BasicProduct.sol +53 -0
 - package/contracts/product/BasicProductAuthorization.sol +42 -0
 - package/contracts/product/ClaimService.sol +612 -0
 - package/contracts/product/ClaimServiceManager.sol +38 -0
 - package/contracts/product/IApplicationService.sol +63 -0
 - package/contracts/product/IClaimService.sol +123 -0
 - package/contracts/product/IPolicyService.sol +80 -0
 - package/contracts/product/IPricingService.sol +39 -0
 - package/contracts/product/IProductComponent.sol +59 -0
 - package/contracts/product/IRiskService.sol +33 -0
 - package/contracts/product/PolicyService.sol +691 -0
 - package/contracts/product/PolicyServiceManager.sol +39 -0
 - package/contracts/product/PricingService.sol +300 -0
 - package/contracts/product/PricingServiceManager.sol +39 -0
 - package/contracts/product/Product.sol +455 -0
 - package/contracts/product/RiskService.sol +96 -0
 - package/contracts/product/RiskServiceManager.sol +39 -0
 - package/contracts/registry/ChainNft.sol +128 -40
 - package/contracts/registry/IRegistry.sol +142 -28
 - package/contracts/registry/IRegistryService.sol +62 -0
 - package/contracts/registry/ITransferInterceptor.sol +6 -0
 - package/contracts/registry/Registry.sol +618 -282
 - package/contracts/registry/RegistryAdmin.sol +448 -0
 - package/contracts/registry/RegistryService.sol +241 -0
 - package/contracts/registry/RegistryServiceManager.sol +53 -0
 - package/contracts/registry/ReleaseLifecycle.sol +30 -0
 - package/contracts/registry/ReleaseRegistry.sol +501 -0
 - package/contracts/registry/ServiceAuthorizationV3.sol +194 -0
 - package/contracts/registry/TokenRegistry.sol +315 -0
 - package/contracts/shared/Component.sol +271 -0
 - package/contracts/shared/ComponentService.sol +701 -0
 - package/contracts/shared/ComponentServiceHelperLib.sol +118 -0
 - package/contracts/shared/ComponentServiceManager.sol +38 -0
 - package/contracts/shared/ComponentVerifyingService.sol +126 -0
 - package/contracts/shared/ContractLib.sol +38 -0
 - package/contracts/shared/IComponent.sol +74 -0
 - package/contracts/shared/IComponentService.sol +121 -0
 - package/contracts/shared/IInstanceLinkedComponent.sol +41 -0
 - package/contracts/shared/IKeyValueStore.sol +54 -0
 - package/contracts/{instance/base → shared}/ILifecycle.sol +6 -5
 - package/contracts/shared/INftOwnable.sol +25 -0
 - package/contracts/shared/IPolicyHolder.sol +35 -0
 - package/contracts/shared/IRegisterable.sol +23 -21
 - package/contracts/shared/IRegistryLinked.sol +11 -0
 - package/contracts/shared/IService.sol +25 -0
 - package/contracts/shared/InitializableERC165.sol +27 -0
 - package/contracts/shared/InstanceLinkedComponent.sol +213 -0
 - package/contracts/shared/KeyValueStore.sol +131 -0
 - package/contracts/shared/Lifecycle.sol +88 -0
 - package/contracts/shared/NftIdSet.sol +65 -0
 - package/contracts/shared/NftOwnable.sol +127 -0
 - package/contracts/shared/PolicyHolder.sol +62 -0
 - package/contracts/shared/Registerable.sol +62 -63
 - package/contracts/shared/RegistryLinked.sol +44 -0
 - package/contracts/shared/Service.sol +84 -0
 - package/contracts/shared/TokenHandler.sol +183 -0
 - package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
 - package/contracts/staking/IStaking.sol +168 -0
 - package/contracts/staking/IStakingService.sol +157 -0
 - package/contracts/staking/StakeManagerLib.sol +224 -0
 - package/contracts/staking/Staking.sol +497 -0
 - package/contracts/staking/StakingLifecycle.sol +23 -0
 - package/contracts/staking/StakingManager.sol +52 -0
 - package/contracts/staking/StakingReader.sol +190 -0
 - package/contracts/staking/StakingService.sol +407 -0
 - package/contracts/staking/StakingServiceManager.sol +44 -0
 - package/contracts/staking/StakingStore.sol +605 -0
 - package/contracts/staking/TargetManagerLib.sol +211 -0
 - package/contracts/{types → type}/AddressSet.sol +1 -1
 - package/contracts/type/Amount.sol +150 -0
 - package/contracts/{types → type}/Blocknumber.sol +27 -3
 - package/contracts/type/ClaimId.sol +80 -0
 - package/contracts/type/DistributorType.sol +55 -0
 - package/contracts/type/Fee.sol +66 -0
 - package/contracts/{types → type}/Key32.sol +8 -3
 - package/contracts/{types → type}/NftId.sol +22 -15
 - package/contracts/type/NftIdSet.sol +62 -0
 - package/contracts/type/ObjectType.sol +276 -0
 - package/contracts/type/PayoutId.sol +82 -0
 - package/contracts/type/Referral.sol +90 -0
 - package/contracts/type/RequestId.sol +75 -0
 - package/contracts/type/RiskId.sol +57 -0
 - package/contracts/type/RoleId.sol +162 -0
 - package/contracts/type/Seconds.sol +101 -0
 - package/contracts/type/Selector.sol +102 -0
 - package/contracts/{types → type}/StateId.sol +53 -5
 - package/contracts/type/String.sol +53 -0
 - package/contracts/{types → type}/Timestamp.sol +38 -15
 - package/contracts/type/UFixed.sol +355 -0
 - package/contracts/{types → type}/Version.sol +17 -2
 - package/contracts/upgradeability/IVersionable.sol +53 -0
 - package/contracts/upgradeability/ProxyManager.sol +232 -0
 - package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +14 -0
 - package/contracts/upgradeability/Versionable.sol +59 -0
 - package/package.json +12 -7
 - package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -174
 - package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -356
 - package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -279
 - package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
 - package/artifacts/contracts/components/Pool.sol/Pool.json +0 -455
 - package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
 - package/artifacts/contracts/components/Product.sol/Product.json +0 -348
 - package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
 - package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
 - package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
 - package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
 - package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
 - package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
 - package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
 - package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
 - package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
 - package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
 - package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
 - package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
 - package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
 - package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
 - package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
 - package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
 - package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
 - package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
 - package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
 - package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
 - package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
 - package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
 - package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
 - package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
 - package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
 - package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
 - package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
 - package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.json +0 -24
 - package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.json +0 -300
 - package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -81
 - package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/IService.sol/IService.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/IService.sol/IService.json +0 -300
 - package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -710
 - package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
 - package/artifacts/contracts/instance/base/ModuleBase.sol/ModuleBase.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.json +0 -300
 - package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.json +0 -333
 - package/artifacts/contracts/instance/module/access/IAccess.sol/IAccess.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.json +0 -333
 - package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -265
 - package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.json +0 -265
 - package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.json +0 -10
 - package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.json +0 -10
 - package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.json +0 -10
 - package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.json +0 -136
 - package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.json +0 -10
 - package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.json +0 -136
 - package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -273
 - package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -273
 - package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.json +0 -10
 - package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -144
 - package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -144
 - package/artifacts/contracts/instance/module/risk/IRisk.sol/IRisk.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.json +0 -10
 - package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.json +0 -10
 - package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.json +0 -10
 - package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -531
 - package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +0 -76
 - package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +0 -531
 - package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -523
 - package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -471
 - package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -673
 - package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
 - package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
 - package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.dbg.json +0 -4
 - package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
 - package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
 - package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
 - package/artifacts/contracts/shared/IOwnable.sol/IOwnable.json +0 -24
 - package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
 - package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -164
 - package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
 - package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -164
 - package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
 - package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
 - package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
 - package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -455
 - package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
 - package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -436
 - package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
 - package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -137
 - package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
 - package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
 - package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
 - package/artifacts/contracts/test/TestService.sol/TestService.json +0 -379
 - package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
 - package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -338
 - package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
 - package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
 - package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
 - package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -206
 - package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
 - package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -338
 - package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
 - package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
 - package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
 - package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
 - package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -218
 - package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
 - package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -111
 - package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
 - package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
 - package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
 - package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
 - package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
 - package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -30
 - package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
 - package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -236
 - package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
 - package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -479
 - package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -139
 - package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -30
 - package/contracts/components/BaseComponent.sol +0 -94
 - package/contracts/components/IBaseComponent.sol +0 -19
 - package/contracts/components/IPoolComponent.sol +0 -57
 - package/contracts/components/IProductComponent.sol +0 -19
 - package/contracts/components/Pool.sol +0 -191
 - package/contracts/components/Product.sol +0 -134
 - package/contracts/experiment/errors/Require.sol +0 -38
 - package/contracts/experiment/errors/Revert.sol +0 -44
 - package/contracts/experiment/inheritance/A.sol +0 -53
 - package/contracts/experiment/inheritance/B.sol +0 -28
 - package/contracts/experiment/inheritance/C.sol +0 -34
 - package/contracts/experiment/inheritance/IA.sol +0 -13
 - package/contracts/experiment/inheritance/IB.sol +0 -10
 - package/contracts/experiment/inheritance/IC.sol +0 -12
 - package/contracts/experiment/statemachine/Dummy.sol +0 -27
 - package/contracts/experiment/statemachine/ISM.sol +0 -25
 - package/contracts/experiment/statemachine/README.md +0 -112
 - package/contracts/experiment/statemachine/SM.sol +0 -57
 - package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
 - package/contracts/experiment/types/TypeA.sol +0 -47
 - package/contracts/experiment/types/TypeB.sol +0 -29
 - package/contracts/instance/IInstanceLinked.sol +0 -8
 - package/contracts/instance/base/ComponentServiceBase.sol +0 -42
 - package/contracts/instance/base/IInstanceBase.sol +0 -19
 - package/contracts/instance/base/IKeyValueStore.sol +0 -50
 - package/contracts/instance/base/IService.sol +0 -15
 - package/contracts/instance/base/InstanceBase.sol +0 -84
 - package/contracts/instance/base/KeyValueStore.sol +0 -161
 - package/contracts/instance/base/Lifecycle.sol +0 -92
 - package/contracts/instance/base/ModuleBase.sol +0 -46
 - package/contracts/instance/base/ServiceBase.sol +0 -37
 - package/contracts/instance/module/access/Access.sol +0 -149
 - package/contracts/instance/module/access/IAccess.sol +0 -53
 - package/contracts/instance/module/bundle/BundleModule.sol +0 -135
 - package/contracts/instance/module/bundle/IBundle.sol +0 -51
 - package/contracts/instance/module/compensation/CompensationModule.sol +0 -17
 - package/contracts/instance/module/compensation/ICompensation.sol +0 -10
 - package/contracts/instance/module/component/ComponentModule.sol +0 -81
 - package/contracts/instance/module/component/IComponent.sol +0 -29
 - package/contracts/instance/module/policy/IPolicy.sol +0 -59
 - package/contracts/instance/module/policy/PolicyModule.sol +0 -89
 - package/contracts/instance/module/pool/IPoolModule.sol +0 -40
 - package/contracts/instance/module/pool/PoolModule.sol +0 -90
 - package/contracts/instance/module/risk/IRisk.sol +0 -10
 - package/contracts/instance/module/risk/RiskModule.sol +0 -17
 - package/contracts/instance/module/treasury/ITreasury.sol +0 -96
 - package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
 - package/contracts/instance/module/treasury/TreasuryModule.sol +0 -171
 - package/contracts/instance/service/ComponentOwnerService.sol +0 -155
 - package/contracts/instance/service/IComponentOwnerService.sol +0 -22
 - package/contracts/instance/service/IPoolService.sol +0 -30
 - package/contracts/instance/service/IProductService.sol +0 -58
 - package/contracts/instance/service/PoolService.sol +0 -129
 - package/contracts/instance/service/ProductService.sol +0 -366
 - package/contracts/registry/IChainNft.sol +0 -21
 - package/contracts/registry/IRegistryLinked.sol +0 -8
 - package/contracts/shared/ERC165.sol +0 -21
 - package/contracts/shared/IOwnable.sol +0 -6
 - package/contracts/shared/IVersionable.sol +0 -52
 - package/contracts/shared/Versionable.sol +0 -89
 - package/contracts/test/TestFee.sol +0 -25
 - package/contracts/test/TestPool.sol +0 -24
 - package/contracts/test/TestProduct.sol +0 -51
 - package/contracts/test/TestRegisterable.sol +0 -19
 - package/contracts/test/TestRoleId.sol +0 -14
 - package/contracts/test/TestService.sol +0 -32
 - package/contracts/test/TestToken.sol +0 -26
 - package/contracts/test/TestVersion.sol +0 -44
 - package/contracts/test/TestVersionable.sol +0 -17
 - package/contracts/types/ChainId.sol +0 -38
 - package/contracts/types/Fee.sol +0 -51
 - package/contracts/types/NftIdSet.sol +0 -60
 - package/contracts/types/ObjectType.sol +0 -123
 - package/contracts/types/RoleId.sol +0 -38
 - package/contracts/types/UFixed.sol +0 -209
 
| 
         @@ -0,0 +1,448 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            // SPDX-License-Identifier: UNLICENSED
         
     | 
| 
      
 2 
     | 
    
         
            +
            pragma solidity ^0.8.20;
         
     | 
| 
      
 3 
     | 
    
         
            +
             
     | 
| 
      
 4 
     | 
    
         
            +
            import {AccessAdmin} from "../authorization/AccessAdmin.sol";
         
     | 
| 
      
 5 
     | 
    
         
            +
            import {IAccess} from "../authorization/IAccess.sol";
         
     | 
| 
      
 6 
     | 
    
         
            +
            import {IRegistry} from "./IRegistry.sol";
         
     | 
| 
      
 7 
     | 
    
         
            +
            import {IService} from "../shared/IService.sol";
         
     | 
| 
      
 8 
     | 
    
         
            +
            import {IServiceAuthorization} from "../authorization/IServiceAuthorization.sol";
         
     | 
| 
      
 9 
     | 
    
         
            +
            import {IStaking} from "../staking/IStaking.sol";
         
     | 
| 
      
 10 
     | 
    
         
            +
            import {ObjectType, ObjectTypeLib, ALL, REGISTRY, STAKING, POOL, RELEASE} from "../type/ObjectType.sol";
         
     | 
| 
      
 11 
     | 
    
         
            +
            import {ReleaseRegistry} from "./ReleaseRegistry.sol";
         
     | 
| 
      
 12 
     | 
    
         
            +
            import {RoleId, RoleIdLib, ADMIN_ROLE, GIF_MANAGER_ROLE, GIF_ADMIN_ROLE, PUBLIC_ROLE} from "../type/RoleId.sol";
         
     | 
| 
      
 13 
     | 
    
         
            +
            import {StakingStore} from "../staking/StakingStore.sol";
         
     | 
| 
      
 14 
     | 
    
         
            +
            import {TokenHandler} from "../shared/TokenHandler.sol";
         
     | 
| 
      
 15 
     | 
    
         
            +
            import {TokenRegistry} from "./TokenRegistry.sol";
         
     | 
| 
      
 16 
     | 
    
         
            +
            import {VersionPart} from "../type/Version.sol";
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
            /*
         
     | 
| 
      
 19 
     | 
    
         
            +
                1) GIF_MANAGER_ROLE
         
     | 
| 
      
 20 
     | 
    
         
            +
                    - can have arbitrary number of members
         
     | 
| 
      
 21 
     | 
    
         
            +
                    - responsible for services registrations
         
     | 
| 
      
 22 
     | 
    
         
            +
                    - responsible for token registration and activation
         
     | 
| 
      
 23 
     | 
    
         
            +
             
     | 
| 
      
 24 
     | 
    
         
            +
                2) GIF_ADMIN_ROLE
         
     | 
| 
      
 25 
     | 
    
         
            +
                    - admin of GIF_MANAGER_ROLE
         
     | 
| 
      
 26 
     | 
    
         
            +
                    - MUST have 1 member at any time
         
     | 
| 
      
 27 
     | 
    
         
            +
                    - granted/revoked ONLY in transferAdminRole() -> consider lock out situations!!!
         
     | 
| 
      
 28 
     | 
    
         
            +
                    - responsible for creation and activation of releases
         
     | 
| 
      
 29 
     | 
    
         
            +
            */
         
     | 
| 
      
 30 
     | 
    
         
            +
            contract RegistryAdmin is
         
     | 
| 
      
 31 
     | 
    
         
            +
                AccessAdmin
         
     | 
| 
      
 32 
     | 
    
         
            +
            {
         
     | 
| 
      
 33 
     | 
    
         
            +
                string public constant GIF_ADMIN_ROLE_NAME = "GifAdminRole";
         
     | 
| 
      
 34 
     | 
    
         
            +
                string public constant GIF_MANAGER_ROLE_NAME = "GifManagerRole";
         
     | 
| 
      
 35 
     | 
    
         
            +
                string public constant POOL_SERVICE_ROLE_NAME = "PoolServiceRole";
         
     | 
| 
      
 36 
     | 
    
         
            +
                string public constant RELEASE_REGISTRY_ROLE_NAME = "ReleaseRegistryRole";
         
     | 
| 
      
 37 
     | 
    
         
            +
                string public constant REGISTRY_SERVICE_ROLE_NAME = "RegistryServiceRole";
         
     | 
| 
      
 38 
     | 
    
         
            +
                string public constant STAKING_SERVICE_ROLE_NAME = "StakingServiceRole";
         
     | 
| 
      
 39 
     | 
    
         
            +
                string public constant STAKING_ROLE_NAME = "StakingRole";
         
     | 
| 
      
 40 
     | 
    
         
            +
             
     | 
| 
      
 41 
     | 
    
         
            +
                string public constant REGISTRY_TARGET_NAME = "Registry";
         
     | 
| 
      
 42 
     | 
    
         
            +
                string public constant RELEASE_REGISTRY_TARGET_NAME = "ReleaseRegistry";
         
     | 
| 
      
 43 
     | 
    
         
            +
                string public constant TOKEN_REGISTRY_TARGET_NAME = "TokenRegistry";
         
     | 
| 
      
 44 
     | 
    
         
            +
                string public constant STAKING_TARGET_NAME = "Staking";
         
     | 
| 
      
 45 
     | 
    
         
            +
                string public constant STAKING_STORE_TARGET_NAME = "StakingStore";
         
     | 
| 
      
 46 
     | 
    
         
            +
             
     | 
| 
      
 47 
     | 
    
         
            +
                uint8 public constant MAX_NUM_RELEASES = 99;
         
     | 
| 
      
 48 
     | 
    
         
            +
                // TODO consider deleting this
         
     | 
| 
      
 49 
     | 
    
         
            +
                mapping(address service => VersionPart majorVersion) private _ServiceRelease;
         
     | 
| 
      
 50 
     | 
    
         
            +
             
     | 
| 
      
 51 
     | 
    
         
            +
                address internal _registry;
         
     | 
| 
      
 52 
     | 
    
         
            +
                address private _releaseRegistry;
         
     | 
| 
      
 53 
     | 
    
         
            +
                address private _tokenRegistry;
         
     | 
| 
      
 54 
     | 
    
         
            +
                address private _staking;
         
     | 
| 
      
 55 
     | 
    
         
            +
                address private _stakingStore;
         
     | 
| 
      
 56 
     | 
    
         
            +
             
     | 
| 
      
 57 
     | 
    
         
            +
                constructor() AccessAdmin() { }
         
     | 
| 
      
 58 
     | 
    
         
            +
             
     | 
| 
      
 59 
     | 
    
         
            +
                function completeSetup(
         
     | 
| 
      
 60 
     | 
    
         
            +
                    IRegistry registry,
         
     | 
| 
      
 61 
     | 
    
         
            +
                    address gifAdmin, 
         
     | 
| 
      
 62 
     | 
    
         
            +
                    address gifManager
         
     | 
| 
      
 63 
     | 
    
         
            +
                )
         
     | 
| 
      
 64 
     | 
    
         
            +
                    external
         
     | 
| 
      
 65 
     | 
    
         
            +
                    initializer
         
     | 
| 
      
 66 
     | 
    
         
            +
                    onlyDeployer()
         
     | 
| 
      
 67 
     | 
    
         
            +
                {
         
     | 
| 
      
 68 
     | 
    
         
            +
                    _registry = address(registry);
         
     | 
| 
      
 69 
     | 
    
         
            +
                    _releaseRegistry = registry.getReleaseRegistryAddress();
         
     | 
| 
      
 70 
     | 
    
         
            +
                    _tokenRegistry = registry.getTokenRegistryAddress();
         
     | 
| 
      
 71 
     | 
    
         
            +
                    _staking = registry.getStakingAddress();
         
     | 
| 
      
 72 
     | 
    
         
            +
                    _stakingStore = address(
         
     | 
| 
      
 73 
     | 
    
         
            +
                        IStaking(_staking).getStakingStore());
         
     | 
| 
      
 74 
     | 
    
         
            +
             
     | 
| 
      
 75 
     | 
    
         
            +
                    // at this moment all registry contracts are deployed and fully intialized
         
     | 
| 
      
 76 
     | 
    
         
            +
                    _createTarget(_tokenRegistry, TOKEN_REGISTRY_TARGET_NAME, true, false);
         
     | 
| 
      
 77 
     | 
    
         
            +
             
     | 
| 
      
 78 
     | 
    
         
            +
                    _setupGifAdminRole(gifAdmin);
         
     | 
| 
      
 79 
     | 
    
         
            +
                    _setupGifManagerRole(gifManager);
         
     | 
| 
      
 80 
     | 
    
         
            +
             
     | 
| 
      
 81 
     | 
    
         
            +
                    _setupReleaseRegistry();
         
     | 
| 
      
 82 
     | 
    
         
            +
                    _setupRegistry();
         
     | 
| 
      
 83 
     | 
    
         
            +
                    _setupStaking();
         
     | 
| 
      
 84 
     | 
    
         
            +
                }
         
     | 
| 
      
 85 
     | 
    
         
            +
             
     | 
| 
      
 86 
     | 
    
         
            +
             
     | 
| 
      
 87 
     | 
    
         
            +
                /// @dev Sets up authorizaion for specified service.
         
     | 
| 
      
 88 
     | 
    
         
            +
                /// For all authorized services its authorized functions are enabled.
         
     | 
| 
      
 89 
     | 
    
         
            +
                /// Permissioned function: Access is restricted to release manager.
         
     | 
| 
      
 90 
     | 
    
         
            +
                function authorizeService(
         
     | 
| 
      
 91 
     | 
    
         
            +
                    IServiceAuthorization serviceAuthorization,
         
     | 
| 
      
 92 
     | 
    
         
            +
                    IService service,
         
     | 
| 
      
 93 
     | 
    
         
            +
                    ObjectType serviceDomain,
         
     | 
| 
      
 94 
     | 
    
         
            +
                    VersionPart releaseVersion
         
     | 
| 
      
 95 
     | 
    
         
            +
                )
         
     | 
| 
      
 96 
     | 
    
         
            +
                    external
         
     | 
| 
      
 97 
     | 
    
         
            +
                    restricted()
         
     | 
| 
      
 98 
     | 
    
         
            +
                {
         
     | 
| 
      
 99 
     | 
    
         
            +
                    _createServiceTargetAndRole(service, serviceDomain, releaseVersion);
         
     | 
| 
      
 100 
     | 
    
         
            +
                    _authorizeServiceFunctions(serviceAuthorization, service, serviceDomain, releaseVersion);
         
     | 
| 
      
 101 
     | 
    
         
            +
                }
         
     | 
| 
      
 102 
     | 
    
         
            +
             
     | 
| 
      
 103 
     | 
    
         
            +
                function grantServiceRole(
         
     | 
| 
      
 104 
     | 
    
         
            +
                    IService service,
         
     | 
| 
      
 105 
     | 
    
         
            +
                    ObjectType domain, 
         
     | 
| 
      
 106 
     | 
    
         
            +
                    VersionPart version
         
     | 
| 
      
 107 
     | 
    
         
            +
                )
         
     | 
| 
      
 108 
     | 
    
         
            +
                    external
         
     | 
| 
      
 109 
     | 
    
         
            +
                    restricted()
         
     | 
| 
      
 110 
     | 
    
         
            +
                {
         
     | 
| 
      
 111 
     | 
    
         
            +
                    _grantRoleToAccount( 
         
     | 
| 
      
 112 
     | 
    
         
            +
                        RoleIdLib.roleForTypeAndVersion(
         
     | 
| 
      
 113 
     | 
    
         
            +
                            domain, 
         
     | 
| 
      
 114 
     | 
    
         
            +
                            version),
         
     | 
| 
      
 115 
     | 
    
         
            +
                        address(service)); 
         
     | 
| 
      
 116 
     | 
    
         
            +
                }
         
     | 
| 
      
 117 
     | 
    
         
            +
             
     | 
| 
      
 118 
     | 
    
         
            +
                function grantServiceRoleForAllVersions(IService service, ObjectType domain)
         
     | 
| 
      
 119 
     | 
    
         
            +
                    external
         
     | 
| 
      
 120 
     | 
    
         
            +
                    restricted()
         
     | 
| 
      
 121 
     | 
    
         
            +
                {
         
     | 
| 
      
 122 
     | 
    
         
            +
                    _grantRoleToAccount( 
         
     | 
| 
      
 123 
     | 
    
         
            +
                        RoleIdLib.roleForTypeAndAllVersions(domain),
         
     | 
| 
      
 124 
     | 
    
         
            +
                        address(service)); 
         
     | 
| 
      
 125 
     | 
    
         
            +
                }
         
     | 
| 
      
 126 
     | 
    
         
            +
             
     | 
| 
      
 127 
     | 
    
         
            +
                function setServiceLocked(IService service, bool locked)
         
     | 
| 
      
 128 
     | 
    
         
            +
                    external
         
     | 
| 
      
 129 
     | 
    
         
            +
                    restricted()
         
     | 
| 
      
 130 
     | 
    
         
            +
                {
         
     | 
| 
      
 131 
     | 
    
         
            +
                    _setTargetClosed(address(service), locked);
         
     | 
| 
      
 132 
     | 
    
         
            +
                }
         
     | 
| 
      
 133 
     | 
    
         
            +
             
     | 
| 
      
 134 
     | 
    
         
            +
                /*function transferAdmin(address to)
         
     | 
| 
      
 135 
     | 
    
         
            +
                    external
         
     | 
| 
      
 136 
     | 
    
         
            +
                    restricted // only with GIF_ADMIN_ROLE or nft owner
         
     | 
| 
      
 137 
     | 
    
         
            +
                {
         
     | 
| 
      
 138 
     | 
    
         
            +
                    _accessManager.revoke(GIF_ADMIN_ROLE, );
         
     | 
| 
      
 139 
     | 
    
         
            +
                    _accesssManager.grant(GIF_ADMIN_ROLE, to, 0);
         
     | 
| 
      
 140 
     | 
    
         
            +
                }*/
         
     | 
| 
      
 141 
     | 
    
         
            +
             
     | 
| 
      
 142 
     | 
    
         
            +
                //--- view functions ----------------------------------------------------//
         
     | 
| 
      
 143 
     | 
    
         
            +
             
     | 
| 
      
 144 
     | 
    
         
            +
                function getGifAdminRole() external view returns (RoleId) {
         
     | 
| 
      
 145 
     | 
    
         
            +
                    return GIF_ADMIN_ROLE();
         
     | 
| 
      
 146 
     | 
    
         
            +
                }
         
     | 
| 
      
 147 
     | 
    
         
            +
             
     | 
| 
      
 148 
     | 
    
         
            +
                function getGifManagerRole() external view returns (RoleId) {
         
     | 
| 
      
 149 
     | 
    
         
            +
                    return GIF_MANAGER_ROLE();
         
     | 
| 
      
 150 
     | 
    
         
            +
                }
         
     | 
| 
      
 151 
     | 
    
         
            +
             
     | 
| 
      
 152 
     | 
    
         
            +
                //--- private functions -------------------------------------------------//
         
     | 
| 
      
 153 
     | 
    
         
            +
             
     | 
| 
      
 154 
     | 
    
         
            +
                function _createServiceTargetAndRole(
         
     | 
| 
      
 155 
     | 
    
         
            +
                    IService service, 
         
     | 
| 
      
 156 
     | 
    
         
            +
                    ObjectType serviceDomain, 
         
     | 
| 
      
 157 
     | 
    
         
            +
                    VersionPart releaseVersion
         
     | 
| 
      
 158 
     | 
    
         
            +
                )
         
     | 
| 
      
 159 
     | 
    
         
            +
                    private
         
     | 
| 
      
 160 
     | 
    
         
            +
                {
         
     | 
| 
      
 161 
     | 
    
         
            +
                    string memory baseName = ObjectTypeLib.toName(serviceDomain);
         
     | 
| 
      
 162 
     | 
    
         
            +
                    uint256 versionInt = releaseVersion.toInt();
         
     | 
| 
      
 163 
     | 
    
         
            +
             
     | 
| 
      
 164 
     | 
    
         
            +
                    // create service target
         
     | 
| 
      
 165 
     | 
    
         
            +
                    string memory serviceTargetName = ObjectTypeLib.toVersionedName(
         
     | 
| 
      
 166 
     | 
    
         
            +
                        baseName, "Service", versionInt);
         
     | 
| 
      
 167 
     | 
    
         
            +
             
     | 
| 
      
 168 
     | 
    
         
            +
                    _createTarget(
         
     | 
| 
      
 169 
     | 
    
         
            +
                        address(service), 
         
     | 
| 
      
 170 
     | 
    
         
            +
                        serviceTargetName,
         
     | 
| 
      
 171 
     | 
    
         
            +
                        true,
         
     | 
| 
      
 172 
     | 
    
         
            +
                        false);
         
     | 
| 
      
 173 
     | 
    
         
            +
             
     | 
| 
      
 174 
     | 
    
         
            +
                    _setTargetClosed(address(service), true);
         
     | 
| 
      
 175 
     | 
    
         
            +
             
     | 
| 
      
 176 
     | 
    
         
            +
                    // create service role
         
     | 
| 
      
 177 
     | 
    
         
            +
                    RoleId serviceRoleId = RoleIdLib.roleForTypeAndVersion(
         
     | 
| 
      
 178 
     | 
    
         
            +
                        serviceDomain, 
         
     | 
| 
      
 179 
     | 
    
         
            +
                        releaseVersion);
         
     | 
| 
      
 180 
     | 
    
         
            +
             
     | 
| 
      
 181 
     | 
    
         
            +
                    _createRole(
         
     | 
| 
      
 182 
     | 
    
         
            +
                        serviceRoleId, 
         
     | 
| 
      
 183 
     | 
    
         
            +
                        toRole({
         
     | 
| 
      
 184 
     | 
    
         
            +
                            adminRoleId: ADMIN_ROLE(),
         
     | 
| 
      
 185 
     | 
    
         
            +
                            roleType: RoleType.Contract,
         
     | 
| 
      
 186 
     | 
    
         
            +
                            maxMemberCount: 1,
         
     | 
| 
      
 187 
     | 
    
         
            +
                            name: ObjectTypeLib.toVersionedName(
         
     | 
| 
      
 188 
     | 
    
         
            +
                                baseName, 
         
     | 
| 
      
 189 
     | 
    
         
            +
                                "ServiceRole", 
         
     | 
| 
      
 190 
     | 
    
         
            +
                                versionInt)}));
         
     | 
| 
      
 191 
     | 
    
         
            +
             
     | 
| 
      
 192 
     | 
    
         
            +
                    _grantRoleToAccount( 
         
     | 
| 
      
 193 
     | 
    
         
            +
                        serviceRoleId,
         
     | 
| 
      
 194 
     | 
    
         
            +
                        address(service)); 
         
     | 
| 
      
 195 
     | 
    
         
            +
                }
         
     | 
| 
      
 196 
     | 
    
         
            +
             
     | 
| 
      
 197 
     | 
    
         
            +
             
     | 
| 
      
 198 
     | 
    
         
            +
                function _authorizeServiceFunctions(
         
     | 
| 
      
 199 
     | 
    
         
            +
                    IServiceAuthorization serviceAuthorization,
         
     | 
| 
      
 200 
     | 
    
         
            +
                    IService service,
         
     | 
| 
      
 201 
     | 
    
         
            +
                    ObjectType serviceDomain, 
         
     | 
| 
      
 202 
     | 
    
         
            +
                    VersionPart releaseVersion
         
     | 
| 
      
 203 
     | 
    
         
            +
                )
         
     | 
| 
      
 204 
     | 
    
         
            +
                    private
         
     | 
| 
      
 205 
     | 
    
         
            +
                {
         
     | 
| 
      
 206 
     | 
    
         
            +
                    ObjectType authorizedDomain;
         
     | 
| 
      
 207 
     | 
    
         
            +
                    RoleId authorizedRoleId;
         
     | 
| 
      
 208 
     | 
    
         
            +
             
     | 
| 
      
 209 
     | 
    
         
            +
                    ObjectType[] memory authorizedDomains = serviceAuthorization.getAuthorizedDomains(serviceDomain);
         
     | 
| 
      
 210 
     | 
    
         
            +
             
     | 
| 
      
 211 
     | 
    
         
            +
                    for (uint256 i = 0; i < authorizedDomains.length; i++) {
         
     | 
| 
      
 212 
     | 
    
         
            +
                        authorizedDomain = authorizedDomains[i];
         
     | 
| 
      
 213 
     | 
    
         
            +
             
     | 
| 
      
 214 
     | 
    
         
            +
                        // derive authorized role from authorized domain
         
     | 
| 
      
 215 
     | 
    
         
            +
                        if (authorizedDomain == ALL()) {
         
     | 
| 
      
 216 
     | 
    
         
            +
                            authorizedRoleId = PUBLIC_ROLE();
         
     | 
| 
      
 217 
     | 
    
         
            +
                        } else {
         
     | 
| 
      
 218 
     | 
    
         
            +
                            authorizedRoleId = RoleIdLib.roleForTypeAndVersion(
         
     | 
| 
      
 219 
     | 
    
         
            +
                            authorizedDomain, 
         
     | 
| 
      
 220 
     | 
    
         
            +
                            releaseVersion);
         
     | 
| 
      
 221 
     | 
    
         
            +
                        }
         
     | 
| 
      
 222 
     | 
    
         
            +
             
     | 
| 
      
 223 
     | 
    
         
            +
                        // get authorized functions for authorized domain
         
     | 
| 
      
 224 
     | 
    
         
            +
                        IAccess.FunctionInfo[] memory authorizatedFunctions = serviceAuthorization.getAuthorizedFunctions(
         
     | 
| 
      
 225 
     | 
    
         
            +
                            serviceDomain, 
         
     | 
| 
      
 226 
     | 
    
         
            +
                            authorizedDomain);
         
     | 
| 
      
 227 
     | 
    
         
            +
             
     | 
| 
      
 228 
     | 
    
         
            +
                        _authorizeTargetFunctions(
         
     | 
| 
      
 229 
     | 
    
         
            +
                                address(service), 
         
     | 
| 
      
 230 
     | 
    
         
            +
                                authorizedRoleId, 
         
     | 
| 
      
 231 
     | 
    
         
            +
                                authorizatedFunctions);
         
     | 
| 
      
 232 
     | 
    
         
            +
                    }
         
     | 
| 
      
 233 
     | 
    
         
            +
                }
         
     | 
| 
      
 234 
     | 
    
         
            +
             
     | 
| 
      
 235 
     | 
    
         
            +
                //--- private initialization functions -------------------------------------------//
         
     | 
| 
      
 236 
     | 
    
         
            +
             
     | 
| 
      
 237 
     | 
    
         
            +
                function _setupGifAdminRole(address gifAdmin) 
         
     | 
| 
      
 238 
     | 
    
         
            +
                    private 
         
     | 
| 
      
 239 
     | 
    
         
            +
                    onlyInitializing()
         
     | 
| 
      
 240 
     | 
    
         
            +
                {
         
     | 
| 
      
 241 
     | 
    
         
            +
                    
         
     | 
| 
      
 242 
     | 
    
         
            +
                    _createRole(
         
     | 
| 
      
 243 
     | 
    
         
            +
                        GIF_ADMIN_ROLE(), 
         
     | 
| 
      
 244 
     | 
    
         
            +
                        toRole({
         
     | 
| 
      
 245 
     | 
    
         
            +
                            adminRoleId: ADMIN_ROLE(),
         
     | 
| 
      
 246 
     | 
    
         
            +
                            roleType: RoleType.Gif,
         
     | 
| 
      
 247 
     | 
    
         
            +
                            maxMemberCount: 2, // TODO decide on max member count
         
     | 
| 
      
 248 
     | 
    
         
            +
                            name: GIF_ADMIN_ROLE_NAME}));
         
     | 
| 
      
 249 
     | 
    
         
            +
             
     | 
| 
      
 250 
     | 
    
         
            +
                    // for Registry
         
     | 
| 
      
 251 
     | 
    
         
            +
                    FunctionInfo[] memory functions;
         
     | 
| 
      
 252 
     | 
    
         
            +
                    functions = new FunctionInfo[](1);
         
     | 
| 
      
 253 
     | 
    
         
            +
                    functions[0] = toFunction(IRegistry.registerRegistry.selector, "registerRegistry");
         
     | 
| 
      
 254 
     | 
    
         
            +
                    _authorizeTargetFunctions(_registry, GIF_ADMIN_ROLE(), functions);
         
     | 
| 
      
 255 
     | 
    
         
            +
             
     | 
| 
      
 256 
     | 
    
         
            +
                    // for ReleaseRegistry
         
     | 
| 
      
 257 
     | 
    
         
            +
                    functions = new FunctionInfo[](4);
         
     | 
| 
      
 258 
     | 
    
         
            +
                    functions[0] = toFunction(ReleaseRegistry.createNextRelease.selector, "createNextRelease");
         
     | 
| 
      
 259 
     | 
    
         
            +
                    functions[1] = toFunction(ReleaseRegistry.activateNextRelease.selector, "activateNextRelease");
         
     | 
| 
      
 260 
     | 
    
         
            +
                    functions[2] = toFunction(ReleaseRegistry.pauseRelease.selector, "pauseRelease");
         
     | 
| 
      
 261 
     | 
    
         
            +
                    functions[3] = toFunction(ReleaseRegistry.unpauseRelease.selector, "unpauseRelease");
         
     | 
| 
      
 262 
     | 
    
         
            +
                    _authorizeTargetFunctions(_releaseRegistry, GIF_ADMIN_ROLE(), functions);
         
     | 
| 
      
 263 
     | 
    
         
            +
             
     | 
| 
      
 264 
     | 
    
         
            +
                    _grantRoleToAccount(GIF_ADMIN_ROLE(), gifAdmin);
         
     | 
| 
      
 265 
     | 
    
         
            +
                }
         
     | 
| 
      
 266 
     | 
    
         
            +
                
         
     | 
| 
      
 267 
     | 
    
         
            +
                function _setupGifManagerRole(address gifManager)
         
     | 
| 
      
 268 
     | 
    
         
            +
                    private 
         
     | 
| 
      
 269 
     | 
    
         
            +
                    onlyInitializing()
         
     | 
| 
      
 270 
     | 
    
         
            +
                {
         
     | 
| 
      
 271 
     | 
    
         
            +
             
     | 
| 
      
 272 
     | 
    
         
            +
                    _createRole(
         
     | 
| 
      
 273 
     | 
    
         
            +
                        GIF_MANAGER_ROLE(), 
         
     | 
| 
      
 274 
     | 
    
         
            +
                        toRole({
         
     | 
| 
      
 275 
     | 
    
         
            +
                            adminRoleId: ADMIN_ROLE(),
         
     | 
| 
      
 276 
     | 
    
         
            +
                            roleType: RoleType.Gif,
         
     | 
| 
      
 277 
     | 
    
         
            +
                            maxMemberCount: 1,
         
     | 
| 
      
 278 
     | 
    
         
            +
                            name: GIF_MANAGER_ROLE_NAME}));
         
     | 
| 
      
 279 
     | 
    
         
            +
             
     | 
| 
      
 280 
     | 
    
         
            +
                    // for TokenRegistry
         
     | 
| 
      
 281 
     | 
    
         
            +
                    FunctionInfo[] memory functions;
         
     | 
| 
      
 282 
     | 
    
         
            +
                    functions = new FunctionInfo[](5);
         
     | 
| 
      
 283 
     | 
    
         
            +
                    functions[0] = toFunction(TokenRegistry.registerToken.selector, "registerToken");
         
     | 
| 
      
 284 
     | 
    
         
            +
                    functions[1] = toFunction(TokenRegistry.registerRemoteToken.selector, "registerRemoteToken");
         
     | 
| 
      
 285 
     | 
    
         
            +
                    functions[2] = toFunction(TokenRegistry.setActive.selector, "setActive");
         
     | 
| 
      
 286 
     | 
    
         
            +
                    functions[3] = toFunction(TokenRegistry.setActiveForVersion.selector, "setActiveForVersion");
         
     | 
| 
      
 287 
     | 
    
         
            +
                    // TODO find a better way (only needed for testing)
         
     | 
| 
      
 288 
     | 
    
         
            +
                    functions[4] = toFunction(TokenRegistry.setActiveWithVersionCheck.selector, "setActiveWithVersionCheck");
         
     | 
| 
      
 289 
     | 
    
         
            +
                    _authorizeTargetFunctions(_tokenRegistry, GIF_MANAGER_ROLE(), functions);
         
     | 
| 
      
 290 
     | 
    
         
            +
             
     | 
| 
      
 291 
     | 
    
         
            +
                    // for ReleaseRegistry
         
     | 
| 
      
 292 
     | 
    
         
            +
                    functions = new FunctionInfo[](2);
         
     | 
| 
      
 293 
     | 
    
         
            +
                    functions[0] = toFunction(ReleaseRegistry.prepareNextRelease.selector, "prepareNextRelease");
         
     | 
| 
      
 294 
     | 
    
         
            +
                    functions[1] = toFunction(ReleaseRegistry.registerService.selector, "registerService");
         
     | 
| 
      
 295 
     | 
    
         
            +
                    _authorizeTargetFunctions(_releaseRegistry, GIF_MANAGER_ROLE(), functions);
         
     | 
| 
      
 296 
     | 
    
         
            +
             
     | 
| 
      
 297 
     | 
    
         
            +
                    _grantRoleToAccount(GIF_MANAGER_ROLE(), gifManager);
         
     | 
| 
      
 298 
     | 
    
         
            +
                }
         
     | 
| 
      
 299 
     | 
    
         
            +
             
     | 
| 
      
 300 
     | 
    
         
            +
             
     | 
| 
      
 301 
     | 
    
         
            +
                function _setupReleaseRegistry()
         
     | 
| 
      
 302 
     | 
    
         
            +
                    private 
         
     | 
| 
      
 303 
     | 
    
         
            +
                    onlyInitializing()
         
     | 
| 
      
 304 
     | 
    
         
            +
                {
         
     | 
| 
      
 305 
     | 
    
         
            +
             
     | 
| 
      
 306 
     | 
    
         
            +
                    _createTarget(_releaseRegistry, RELEASE_REGISTRY_TARGET_NAME, true, false);
         
     | 
| 
      
 307 
     | 
    
         
            +
             
     | 
| 
      
 308 
     | 
    
         
            +
                    RoleId releaseRegistryRoleId = RoleIdLib.roleForType(RELEASE());
         
     | 
| 
      
 309 
     | 
    
         
            +
                    _createRole(
         
     | 
| 
      
 310 
     | 
    
         
            +
                        releaseRegistryRoleId, 
         
     | 
| 
      
 311 
     | 
    
         
            +
                        toRole({
         
     | 
| 
      
 312 
     | 
    
         
            +
                            adminRoleId: ADMIN_ROLE(),
         
     | 
| 
      
 313 
     | 
    
         
            +
                            roleType: RoleType.Contract,
         
     | 
| 
      
 314 
     | 
    
         
            +
                            maxMemberCount: 1,
         
     | 
| 
      
 315 
     | 
    
         
            +
                            name: RELEASE_REGISTRY_ROLE_NAME}));
         
     | 
| 
      
 316 
     | 
    
         
            +
             
     | 
| 
      
 317 
     | 
    
         
            +
                    FunctionInfo[] memory functions;
         
     | 
| 
      
 318 
     | 
    
         
            +
                    functions = new FunctionInfo[](4);
         
     | 
| 
      
 319 
     | 
    
         
            +
                    functions[0] = toFunction(RegistryAdmin.authorizeService.selector, "authorizeService");
         
     | 
| 
      
 320 
     | 
    
         
            +
                    functions[1] = toFunction(RegistryAdmin.grantServiceRoleForAllVersions.selector, "grantServiceRoleForAllVersions");
         
     | 
| 
      
 321 
     | 
    
         
            +
                    functions[2] = toFunction(RegistryAdmin.grantServiceRole.selector, "grantServiceRole");
         
     | 
| 
      
 322 
     | 
    
         
            +
                    functions[3] = toFunction(RegistryAdmin.setServiceLocked.selector, "setServiceLocked");
         
     | 
| 
      
 323 
     | 
    
         
            +
                    _authorizeTargetFunctions(address(this), releaseRegistryRoleId, functions);
         
     | 
| 
      
 324 
     | 
    
         
            +
             
     | 
| 
      
 325 
     | 
    
         
            +
                    _grantRoleToAccount(releaseRegistryRoleId, _releaseRegistry);
         
     | 
| 
      
 326 
     | 
    
         
            +
                }
         
     | 
| 
      
 327 
     | 
    
         
            +
             
     | 
| 
      
 328 
     | 
    
         
            +
             
     | 
| 
      
 329 
     | 
    
         
            +
                function _setupRegistry()
         
     | 
| 
      
 330 
     | 
    
         
            +
                    internal
         
     | 
| 
      
 331 
     | 
    
         
            +
                    virtual
         
     | 
| 
      
 332 
     | 
    
         
            +
                    onlyInitializing()
         
     | 
| 
      
 333 
     | 
    
         
            +
                {
         
     | 
| 
      
 334 
     | 
    
         
            +
                    _createTarget(_registry, REGISTRY_TARGET_NAME, true, false);
         
     | 
| 
      
 335 
     | 
    
         
            +
             
     | 
| 
      
 336 
     | 
    
         
            +
                    // registry function authorization for registry service
         
     | 
| 
      
 337 
     | 
    
         
            +
                    RoleId registryServiceRoleId = RoleIdLib.roleForTypeAndAllVersions(REGISTRY());
         
     | 
| 
      
 338 
     | 
    
         
            +
                    _createRole(
         
     | 
| 
      
 339 
     | 
    
         
            +
                        registryServiceRoleId, 
         
     | 
| 
      
 340 
     | 
    
         
            +
                        toRole({
         
     | 
| 
      
 341 
     | 
    
         
            +
                            adminRoleId: ADMIN_ROLE(),
         
     | 
| 
      
 342 
     | 
    
         
            +
                            roleType: RoleType.Contract,
         
     | 
| 
      
 343 
     | 
    
         
            +
                            maxMemberCount: MAX_NUM_RELEASES,
         
     | 
| 
      
 344 
     | 
    
         
            +
                            name: REGISTRY_SERVICE_ROLE_NAME}));
         
     | 
| 
      
 345 
     | 
    
         
            +
             
     | 
| 
      
 346 
     | 
    
         
            +
                    // authorize registry service
         
     | 
| 
      
 347 
     | 
    
         
            +
                    FunctionInfo[] memory functions;
         
     | 
| 
      
 348 
     | 
    
         
            +
                    functions = new FunctionInfo[](2);
         
     | 
| 
      
 349 
     | 
    
         
            +
                    functions[0] = toFunction(IRegistry.register.selector, "register");
         
     | 
| 
      
 350 
     | 
    
         
            +
                    functions[1] = toFunction(IRegistry.registerWithCustomType.selector, "registerWithCustomType");
         
     | 
| 
      
 351 
     | 
    
         
            +
                    _authorizeTargetFunctions(_registry, registryServiceRoleId, functions);
         
     | 
| 
      
 352 
     | 
    
         
            +
             
     | 
| 
      
 353 
     | 
    
         
            +
                    // authorize release registry
         
     | 
| 
      
 354 
     | 
    
         
            +
                    RoleId releaseRegistryRoleId = RoleIdLib.roleForType(RELEASE());
         
     | 
| 
      
 355 
     | 
    
         
            +
                    functions = new FunctionInfo[](1);
         
     | 
| 
      
 356 
     | 
    
         
            +
                    functions[0] = toFunction(IRegistry.registerService.selector, "registerService");
         
     | 
| 
      
 357 
     | 
    
         
            +
                    _authorizeTargetFunctions(_registry, releaseRegistryRoleId, functions);
         
     | 
| 
      
 358 
     | 
    
         
            +
                }
         
     | 
| 
      
 359 
     | 
    
         
            +
             
     | 
| 
      
 360 
     | 
    
         
            +
             
     | 
| 
      
 361 
     | 
    
         
            +
                function _setupStaking()
         
     | 
| 
      
 362 
     | 
    
         
            +
                    private 
         
     | 
| 
      
 363 
     | 
    
         
            +
                    onlyInitializing()
         
     | 
| 
      
 364 
     | 
    
         
            +
                {
         
     | 
| 
      
 365 
     | 
    
         
            +
                    _createTarget(_staking, STAKING_TARGET_NAME, true, false);
         
     | 
| 
      
 366 
     | 
    
         
            +
                    _createTarget(_stakingStore, STAKING_STORE_TARGET_NAME, true, false);
         
     | 
| 
      
 367 
     | 
    
         
            +
             
     | 
| 
      
 368 
     | 
    
         
            +
                    // staking function authorization for staking service
         
     | 
| 
      
 369 
     | 
    
         
            +
                    RoleId stakingServiceRoleId = RoleIdLib.roleForTypeAndAllVersions(STAKING());
         
     | 
| 
      
 370 
     | 
    
         
            +
                    _createRole(
         
     | 
| 
      
 371 
     | 
    
         
            +
                        stakingServiceRoleId, 
         
     | 
| 
      
 372 
     | 
    
         
            +
                        toRole({
         
     | 
| 
      
 373 
     | 
    
         
            +
                            adminRoleId: ADMIN_ROLE(),
         
     | 
| 
      
 374 
     | 
    
         
            +
                            roleType: RoleType.Contract,
         
     | 
| 
      
 375 
     | 
    
         
            +
                            maxMemberCount: MAX_NUM_RELEASES,
         
     | 
| 
      
 376 
     | 
    
         
            +
                            name: STAKING_SERVICE_ROLE_NAME}));
         
     | 
| 
      
 377 
     | 
    
         
            +
             
     | 
| 
      
 378 
     | 
    
         
            +
                    FunctionInfo[] memory functions;
         
     | 
| 
      
 379 
     | 
    
         
            +
                    functions = new FunctionInfo[](13);
         
     | 
| 
      
 380 
     | 
    
         
            +
                    functions[0] = toFunction(IStaking.registerTarget.selector, "registerTarget");
         
     | 
| 
      
 381 
     | 
    
         
            +
                    functions[1] = toFunction(IStaking.setLockingPeriod.selector, "setLockingPeriod");
         
     | 
| 
      
 382 
     | 
    
         
            +
                    functions[2] = toFunction(IStaking.setRewardRate.selector, "setRewardRate");
         
     | 
| 
      
 383 
     | 
    
         
            +
                    functions[3] = toFunction(IStaking.refillRewardReserves.selector, "refillRewardReserves");
         
     | 
| 
      
 384 
     | 
    
         
            +
                    functions[4] = toFunction(IStaking.withdrawRewardReserves.selector, "withdrawRewardReserves");
         
     | 
| 
      
 385 
     | 
    
         
            +
                    functions[5] = toFunction(IStaking.createStake.selector, "createStake");
         
     | 
| 
      
 386 
     | 
    
         
            +
                    functions[6] = toFunction(IStaking.stake.selector, "stake");
         
     | 
| 
      
 387 
     | 
    
         
            +
                    functions[7] = toFunction(IStaking.unstake.selector, "unstake");
         
     | 
| 
      
 388 
     | 
    
         
            +
                    functions[8] = toFunction(IStaking.restake.selector, "restake");
         
     | 
| 
      
 389 
     | 
    
         
            +
                    functions[9] = toFunction(IStaking.updateRewards.selector, "updateRewards");
         
     | 
| 
      
 390 
     | 
    
         
            +
                    functions[10] = toFunction(IStaking.claimRewards.selector, "claimRewards");
         
     | 
| 
      
 391 
     | 
    
         
            +
                    functions[11] = toFunction(IStaking.collectDipAmount.selector, "collectDipAmount");
         
     | 
| 
      
 392 
     | 
    
         
            +
                    functions[12] = toFunction(IStaking.transferDipAmount.selector, "transferDipAmount");
         
     | 
| 
      
 393 
     | 
    
         
            +
                    _authorizeTargetFunctions(_staking, stakingServiceRoleId, functions);
         
     | 
| 
      
 394 
     | 
    
         
            +
             
     | 
| 
      
 395 
     | 
    
         
            +
                    // staking function authorization for pool service
         
     | 
| 
      
 396 
     | 
    
         
            +
                    RoleId poolServiceRoleId = RoleIdLib.roleForTypeAndAllVersions(POOL());
         
     | 
| 
      
 397 
     | 
    
         
            +
                    _createRole(
         
     | 
| 
      
 398 
     | 
    
         
            +
                        poolServiceRoleId, 
         
     | 
| 
      
 399 
     | 
    
         
            +
                        toRole({
         
     | 
| 
      
 400 
     | 
    
         
            +
                            adminRoleId: ADMIN_ROLE(),
         
     | 
| 
      
 401 
     | 
    
         
            +
                            roleType: RoleType.Contract,
         
     | 
| 
      
 402 
     | 
    
         
            +
                            maxMemberCount: MAX_NUM_RELEASES,
         
     | 
| 
      
 403 
     | 
    
         
            +
                            name: POOL_SERVICE_ROLE_NAME}));
         
     | 
| 
      
 404 
     | 
    
         
            +
             
     | 
| 
      
 405 
     | 
    
         
            +
                    // staking function authorizations
         
     | 
| 
      
 406 
     | 
    
         
            +
                    functions = new FunctionInfo[](2);
         
     | 
| 
      
 407 
     | 
    
         
            +
                    functions[0] = toFunction(IStaking.increaseTotalValueLocked.selector, "increaseTotalValueLocked");
         
     | 
| 
      
 408 
     | 
    
         
            +
                    functions[1] = toFunction(IStaking.decreaseTotalValueLocked.selector, "decreaseTotalValueLocked");
         
     | 
| 
      
 409 
     | 
    
         
            +
                    _authorizeTargetFunctions(_staking, poolServiceRoleId, functions);
         
     | 
| 
      
 410 
     | 
    
         
            +
             
     | 
| 
      
 411 
     | 
    
         
            +
                    // staking store function authorizations
         
     | 
| 
      
 412 
     | 
    
         
            +
                    RoleId stakingRoleId = RoleIdLib.roleForType(STAKING());
         
     | 
| 
      
 413 
     | 
    
         
            +
                    _createRole(
         
     | 
| 
      
 414 
     | 
    
         
            +
                        stakingRoleId, 
         
     | 
| 
      
 415 
     | 
    
         
            +
                        toRole({
         
     | 
| 
      
 416 
     | 
    
         
            +
                            adminRoleId: ADMIN_ROLE(),
         
     | 
| 
      
 417 
     | 
    
         
            +
                            roleType: RoleType.Contract,
         
     | 
| 
      
 418 
     | 
    
         
            +
                            maxMemberCount: 1,
         
     | 
| 
      
 419 
     | 
    
         
            +
                            name: STAKING_ROLE_NAME}));
         
     | 
| 
      
 420 
     | 
    
         
            +
             
     | 
| 
      
 421 
     | 
    
         
            +
                    functions = new FunctionInfo[](14);
         
     | 
| 
      
 422 
     | 
    
         
            +
                    functions[0] = toFunction(StakingStore.setStakingRate.selector, "setStakingRate");
         
     | 
| 
      
 423 
     | 
    
         
            +
                    functions[1] = toFunction(StakingStore.createTarget.selector, "createTarget");
         
     | 
| 
      
 424 
     | 
    
         
            +
                    functions[2] = toFunction(StakingStore.updateTarget.selector, "updateTarget");
         
     | 
| 
      
 425 
     | 
    
         
            +
                    functions[3] = toFunction(StakingStore.increaseReserves.selector, "increaseReserves");
         
     | 
| 
      
 426 
     | 
    
         
            +
                    functions[4] = toFunction(StakingStore.decreaseReserves.selector, "decreaseReserves");
         
     | 
| 
      
 427 
     | 
    
         
            +
                    functions[5] = toFunction(StakingStore.increaseTotalValueLocked.selector, "increaseTotalValueLocked");
         
     | 
| 
      
 428 
     | 
    
         
            +
                    functions[6] = toFunction(StakingStore.decreaseTotalValueLocked.selector, "decreaseTotalValueLocked");
         
     | 
| 
      
 429 
     | 
    
         
            +
                    functions[7] = toFunction(StakingStore.create.selector, "create");
         
     | 
| 
      
 430 
     | 
    
         
            +
                    functions[8] = toFunction(StakingStore.update.selector, "update");
         
     | 
| 
      
 431 
     | 
    
         
            +
                    functions[9] = toFunction(StakingStore.increaseStake.selector, "increaseStake");
         
     | 
| 
      
 432 
     | 
    
         
            +
                    functions[10] = toFunction(StakingStore.restakeRewards.selector, "restakeRewards");
         
     | 
| 
      
 433 
     | 
    
         
            +
                    functions[11] = toFunction(StakingStore.updateRewards.selector, "updateRewards");
         
     | 
| 
      
 434 
     | 
    
         
            +
                    functions[12] = toFunction(StakingStore.claimUpTo.selector, "claimUpTo");
         
     | 
| 
      
 435 
     | 
    
         
            +
                    functions[13] = toFunction(StakingStore.unstakeUpTo.selector, "unstakeUpTo");
         
     | 
| 
      
 436 
     | 
    
         
            +
                    _authorizeTargetFunctions(_stakingStore, stakingRoleId, functions);
         
     | 
| 
      
 437 
     | 
    
         
            +
                    
         
     | 
| 
      
 438 
     | 
    
         
            +
                    _grantRoleToAccount(stakingRoleId, _staking);
         
     | 
| 
      
 439 
     | 
    
         
            +
                
         
     | 
| 
      
 440 
     | 
    
         
            +
                    // grant token handler authorizations
         
     | 
| 
      
 441 
     | 
    
         
            +
                    IStaking staking = IStaking(_staking);
         
     | 
| 
      
 442 
     | 
    
         
            +
                    functions = new FunctionInfo[](2);
         
     | 
| 
      
 443 
     | 
    
         
            +
                    functions[0] = toFunction(TokenHandler.collectTokens.selector, "collectTokens");
         
     | 
| 
      
 444 
     | 
    
         
            +
                    functions[1] = toFunction(TokenHandler.distributeTokens.selector, "distributeTokens");
         
     | 
| 
      
 445 
     | 
    
         
            +
                    
         
     | 
| 
      
 446 
     | 
    
         
            +
                    _authorizeTargetFunctions(address(staking.getTokenHandler()), stakingRoleId, functions);
         
     | 
| 
      
 447 
     | 
    
         
            +
                }
         
     | 
| 
      
 448 
     | 
    
         
            +
            }
         
     | 
| 
         @@ -0,0 +1,241 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            // SPDX-License-Identifier: Apache-2.0
         
     | 
| 
      
 2 
     | 
    
         
            +
            pragma solidity ^0.8.20;
         
     | 
| 
      
 3 
     | 
    
         
            +
             
     | 
| 
      
 4 
     | 
    
         
            +
            import {IComponent} from "../../contracts/shared/IComponent.sol";
         
     | 
| 
      
 5 
     | 
    
         
            +
            import {IDistributionComponent} from "../../contracts/distribution/IDistributionComponent.sol";
         
     | 
| 
      
 6 
     | 
    
         
            +
            import {IInstance} from "../instance/IInstance.sol";
         
     | 
| 
      
 7 
     | 
    
         
            +
            import {IPoolComponent} from "../../contracts/pool/IPoolComponent.sol";
         
     | 
| 
      
 8 
     | 
    
         
            +
            import {IProductComponent} from "../../contracts/product/IProductComponent.sol";
         
     | 
| 
      
 9 
     | 
    
         
            +
            import {IRegisterable} from "../../contracts/shared/IRegisterable.sol";
         
     | 
| 
      
 10 
     | 
    
         
            +
            import {IRegistry} from "./IRegistry.sol";
         
     | 
| 
      
 11 
     | 
    
         
            +
            import {IRegistryService} from "./IRegistryService.sol";
         
     | 
| 
      
 12 
     | 
    
         
            +
             
     | 
| 
      
 13 
     | 
    
         
            +
            import {ObjectType, REGISTRY, SERVICE, PRODUCT, ORACLE, POOL, INSTANCE, COMPONENT, DISTRIBUTION, DISTRIBUTOR, APPLICATION, POLICY, CLAIM, BUNDLE, STAKE, STAKING, PRICE} from "../../contracts/type/ObjectType.sol";
         
     | 
| 
      
 14 
     | 
    
         
            +
            import {NftId, NftIdLib} from "../../contracts/type/NftId.sol";
         
     | 
| 
      
 15 
     | 
    
         
            +
            import {Service} from "../shared/Service.sol";
         
     | 
| 
      
 16 
     | 
    
         
            +
             
     | 
| 
      
 17 
     | 
    
         
            +
            contract RegistryService is
         
     | 
| 
      
 18 
     | 
    
         
            +
                Service,
         
     | 
| 
      
 19 
     | 
    
         
            +
                IRegistryService
         
     | 
| 
      
 20 
     | 
    
         
            +
            {
         
     | 
| 
      
 21 
     | 
    
         
            +
                // TODO update to real hash when registry is stable
         
     | 
| 
      
 22 
     | 
    
         
            +
                bytes32 public constant REGISTRY_CREATION_CODE_HASH = bytes32(0);
         
     | 
| 
      
 23 
     | 
    
         
            +
             
     | 
| 
      
 24 
     | 
    
         
            +
                // from Versionable
         
     | 
| 
      
 25 
     | 
    
         
            +
             
     | 
| 
      
 26 
     | 
    
         
            +
                /// @dev top level initializer
         
     | 
| 
      
 27 
     | 
    
         
            +
                function _initialize(
         
     | 
| 
      
 28 
     | 
    
         
            +
                    address owner, 
         
     | 
| 
      
 29 
     | 
    
         
            +
                    bytes memory data
         
     | 
| 
      
 30 
     | 
    
         
            +
                )
         
     | 
| 
      
 31 
     | 
    
         
            +
                    internal
         
     | 
| 
      
 32 
     | 
    
         
            +
                    virtual override
         
     | 
| 
      
 33 
     | 
    
         
            +
                    initializer()
         
     | 
| 
      
 34 
     | 
    
         
            +
                {
         
     | 
| 
      
 35 
     | 
    
         
            +
                    (
         
     | 
| 
      
 36 
     | 
    
         
            +
                        address registryAddress,
         
     | 
| 
      
 37 
     | 
    
         
            +
                        address initialAuthority
         
     | 
| 
      
 38 
     | 
    
         
            +
                    ) = abi.decode(data, (address, address));
         
     | 
| 
      
 39 
     | 
    
         
            +
             
     | 
| 
      
 40 
     | 
    
         
            +
                    _initializeService(registryAddress, initialAuthority, owner);
         
     | 
| 
      
 41 
     | 
    
         
            +
                    _registerInterface(type(IRegistryService).interfaceId);
         
     | 
| 
      
 42 
     | 
    
         
            +
                }
         
     | 
| 
      
 43 
     | 
    
         
            +
             
     | 
| 
      
 44 
     | 
    
         
            +
             
     | 
| 
      
 45 
     | 
    
         
            +
                function registerStaking(IRegisterable staking, address owner)
         
     | 
| 
      
 46 
     | 
    
         
            +
                    external
         
     | 
| 
      
 47 
     | 
    
         
            +
                    virtual
         
     | 
| 
      
 48 
     | 
    
         
            +
                    restricted()
         
     | 
| 
      
 49 
     | 
    
         
            +
                    returns(
         
     | 
| 
      
 50 
     | 
    
         
            +
                        IRegistry.ObjectInfo memory info
         
     | 
| 
      
 51 
     | 
    
         
            +
                    )
         
     | 
| 
      
 52 
     | 
    
         
            +
                {
         
     | 
| 
      
 53 
     | 
    
         
            +
                    info = _getAndVerifyContractInfo(staking, STAKING(), owner);
         
     | 
| 
      
 54 
     | 
    
         
            +
                    info.nftId = getRegistry().register(info);
         
     | 
| 
      
 55 
     | 
    
         
            +
                }
         
     | 
| 
      
 56 
     | 
    
         
            +
             
     | 
| 
      
 57 
     | 
    
         
            +
             
     | 
| 
      
 58 
     | 
    
         
            +
                function registerInstance(IRegisterable instance, address owner)
         
     | 
| 
      
 59 
     | 
    
         
            +
                    external
         
     | 
| 
      
 60 
     | 
    
         
            +
                    virtual
         
     | 
| 
      
 61 
     | 
    
         
            +
                    restricted()
         
     | 
| 
      
 62 
     | 
    
         
            +
                    returns(
         
     | 
| 
      
 63 
     | 
    
         
            +
                        IRegistry.ObjectInfo memory info
         
     | 
| 
      
 64 
     | 
    
         
            +
                    ) 
         
     | 
| 
      
 65 
     | 
    
         
            +
                {
         
     | 
| 
      
 66 
     | 
    
         
            +
                    if(!instance.supportsInterface(type(IInstance).interfaceId)) {
         
     | 
| 
      
 67 
     | 
    
         
            +
                        revert ErrorRegistryServiceNotInstance(address(instance));
         
     | 
| 
      
 68 
     | 
    
         
            +
                    }
         
     | 
| 
      
 69 
     | 
    
         
            +
             
     | 
| 
      
 70 
     | 
    
         
            +
                    info = _getAndVerifyContractInfo(instance, INSTANCE(), owner);
         
     | 
| 
      
 71 
     | 
    
         
            +
                    info.nftId = getRegistry().register(info);
         
     | 
| 
      
 72 
     | 
    
         
            +
             
     | 
| 
      
 73 
     | 
    
         
            +
                    instance.linkToRegisteredNftId(); // asume safe
         
     | 
| 
      
 74 
     | 
    
         
            +
                }
         
     | 
| 
      
 75 
     | 
    
         
            +
             
     | 
| 
      
 76 
     | 
    
         
            +
                function registerProduct(
         
     | 
| 
      
 77 
     | 
    
         
            +
                    IComponent product, 
         
     | 
| 
      
 78 
     | 
    
         
            +
                    address initialOwner
         
     | 
| 
      
 79 
     | 
    
         
            +
                )
         
     | 
| 
      
 80 
     | 
    
         
            +
                    external
         
     | 
| 
      
 81 
     | 
    
         
            +
                    virtual
         
     | 
| 
      
 82 
     | 
    
         
            +
                    restricted()
         
     | 
| 
      
 83 
     | 
    
         
            +
                    returns(
         
     | 
| 
      
 84 
     | 
    
         
            +
                        IRegistry.ObjectInfo memory info
         
     | 
| 
      
 85 
     | 
    
         
            +
                    ) 
         
     | 
| 
      
 86 
     | 
    
         
            +
                {
         
     | 
| 
      
 87 
     | 
    
         
            +
                    if(!product.supportsInterface(type(IProductComponent).interfaceId)) {
         
     | 
| 
      
 88 
     | 
    
         
            +
                        revert ErrorRegistryServiceNotProduct(address(product));
         
     | 
| 
      
 89 
     | 
    
         
            +
                    }
         
     | 
| 
      
 90 
     | 
    
         
            +
             
     | 
| 
      
 91 
     | 
    
         
            +
                    info = _getAndVerifyContractInfo(product, PRODUCT(), initialOwner);
         
     | 
| 
      
 92 
     | 
    
         
            +
                    info.nftId = getRegistry().register(info);
         
     | 
| 
      
 93 
     | 
    
         
            +
                }
         
     | 
| 
      
 94 
     | 
    
         
            +
             
     | 
| 
      
 95 
     | 
    
         
            +
                function registerProductLinkedComponent(
         
     | 
| 
      
 96 
     | 
    
         
            +
                    IComponent component, 
         
     | 
| 
      
 97 
     | 
    
         
            +
                    ObjectType objectType,
         
     | 
| 
      
 98 
     | 
    
         
            +
                    address initialOwner
         
     | 
| 
      
 99 
     | 
    
         
            +
                )
         
     | 
| 
      
 100 
     | 
    
         
            +
                    external
         
     | 
| 
      
 101 
     | 
    
         
            +
                    virtual
         
     | 
| 
      
 102 
     | 
    
         
            +
                    restricted()
         
     | 
| 
      
 103 
     | 
    
         
            +
                    returns(
         
     | 
| 
      
 104 
     | 
    
         
            +
                        IRegistry.ObjectInfo memory info
         
     | 
| 
      
 105 
     | 
    
         
            +
                    ) 
         
     | 
| 
      
 106 
     | 
    
         
            +
                {
         
     | 
| 
      
 107 
     | 
    
         
            +
                    // CAN revert if no ERC165 support -> will revert with empty message 
         
     | 
| 
      
 108 
     | 
    
         
            +
                    if(!component.supportsInterface(type(IComponent).interfaceId)) {
         
     | 
| 
      
 109 
     | 
    
         
            +
                        revert ErrorRegistryServiceNotComponent(address(component));
         
     | 
| 
      
 110 
     | 
    
         
            +
                    }
         
     | 
| 
      
 111 
     | 
    
         
            +
             
     | 
| 
      
 112 
     | 
    
         
            +
                    if (!(objectType == DISTRIBUTION() || objectType == ORACLE() || objectType == POOL())) {
         
     | 
| 
      
 113 
     | 
    
         
            +
                        revert ErrorRegistryServiceNotProductLinkedComponent(address(component));
         
     | 
| 
      
 114 
     | 
    
         
            +
                    }
         
     | 
| 
      
 115 
     | 
    
         
            +
             
     | 
| 
      
 116 
     | 
    
         
            +
                    info = _getAndVerifyContractInfo(component, objectType, initialOwner);
         
     | 
| 
      
 117 
     | 
    
         
            +
                    info.nftId = getRegistry().register(info);
         
     | 
| 
      
 118 
     | 
    
         
            +
                }
         
     | 
| 
      
 119 
     | 
    
         
            +
             
     | 
| 
      
 120 
     | 
    
         
            +
                function registerDistributor(IRegistry.ObjectInfo memory info)
         
     | 
| 
      
 121 
     | 
    
         
            +
                    external
         
     | 
| 
      
 122 
     | 
    
         
            +
                    virtual
         
     | 
| 
      
 123 
     | 
    
         
            +
                    restricted()
         
     | 
| 
      
 124 
     | 
    
         
            +
                    returns(NftId nftId) 
         
     | 
| 
      
 125 
     | 
    
         
            +
                {
         
     | 
| 
      
 126 
     | 
    
         
            +
                    _verifyObjectInfo(info, DISTRIBUTOR());
         
     | 
| 
      
 127 
     | 
    
         
            +
                    nftId = getRegistry().register(info);
         
     | 
| 
      
 128 
     | 
    
         
            +
                }
         
     | 
| 
      
 129 
     | 
    
         
            +
             
     | 
| 
      
 130 
     | 
    
         
            +
                function registerPolicy(IRegistry.ObjectInfo memory info)
         
     | 
| 
      
 131 
     | 
    
         
            +
                    external
         
     | 
| 
      
 132 
     | 
    
         
            +
                    virtual
         
     | 
| 
      
 133 
     | 
    
         
            +
                    restricted()
         
     | 
| 
      
 134 
     | 
    
         
            +
                    returns(NftId nftId) 
         
     | 
| 
      
 135 
     | 
    
         
            +
                {
         
     | 
| 
      
 136 
     | 
    
         
            +
                    _verifyObjectInfo(info, POLICY());
         
     | 
| 
      
 137 
     | 
    
         
            +
                    nftId = getRegistry().register(info);
         
     | 
| 
      
 138 
     | 
    
         
            +
                }
         
     | 
| 
      
 139 
     | 
    
         
            +
             
     | 
| 
      
 140 
     | 
    
         
            +
                function registerBundle(IRegistry.ObjectInfo memory info)
         
     | 
| 
      
 141 
     | 
    
         
            +
                    external
         
     | 
| 
      
 142 
     | 
    
         
            +
                    virtual
         
     | 
| 
      
 143 
     | 
    
         
            +
                    restricted()
         
     | 
| 
      
 144 
     | 
    
         
            +
                    returns(NftId nftId) 
         
     | 
| 
      
 145 
     | 
    
         
            +
                {
         
     | 
| 
      
 146 
     | 
    
         
            +
                    _verifyObjectInfo(info, BUNDLE());
         
     | 
| 
      
 147 
     | 
    
         
            +
                    nftId = getRegistry().register(info);
         
     | 
| 
      
 148 
     | 
    
         
            +
                }
         
     | 
| 
      
 149 
     | 
    
         
            +
             
     | 
| 
      
 150 
     | 
    
         
            +
                function registerStake(IRegistry.ObjectInfo memory info)
         
     | 
| 
      
 151 
     | 
    
         
            +
                    external
         
     | 
| 
      
 152 
     | 
    
         
            +
                    virtual
         
     | 
| 
      
 153 
     | 
    
         
            +
                    restricted()
         
     | 
| 
      
 154 
     | 
    
         
            +
                    returns(NftId nftId) 
         
     | 
| 
      
 155 
     | 
    
         
            +
                {
         
     | 
| 
      
 156 
     | 
    
         
            +
                    _verifyObjectInfo(info, STAKE());
         
     | 
| 
      
 157 
     | 
    
         
            +
                    nftId = getRegistry().register(info);
         
     | 
| 
      
 158 
     | 
    
         
            +
                }
         
     | 
| 
      
 159 
     | 
    
         
            +
             
     | 
| 
      
 160 
     | 
    
         
            +
                // Internal
         
     | 
| 
      
 161 
     | 
    
         
            +
             
     | 
| 
      
 162 
     | 
    
         
            +
                function _getAndVerifyContractInfo(
         
     | 
| 
      
 163 
     | 
    
         
            +
                    IRegisterable registerable,
         
     | 
| 
      
 164 
     | 
    
         
            +
                    ObjectType expectedType, // assume can be valid only
         
     | 
| 
      
 165 
     | 
    
         
            +
                    address expectedOwner // assume can be 0 when given by other service
         
     | 
| 
      
 166 
     | 
    
         
            +
                )
         
     | 
| 
      
 167 
     | 
    
         
            +
                    internal
         
     | 
| 
      
 168 
     | 
    
         
            +
                    virtual
         
     | 
| 
      
 169 
     | 
    
         
            +
                    view
         
     | 
| 
      
 170 
     | 
    
         
            +
                    returns(
         
     | 
| 
      
 171 
     | 
    
         
            +
                        IRegistry.ObjectInfo memory info 
         
     | 
| 
      
 172 
     | 
    
         
            +
                    )
         
     | 
| 
      
 173 
     | 
    
         
            +
                {
         
     | 
| 
      
 174 
     | 
    
         
            +
                    info = registerable.getInitialInfo();
         
     | 
| 
      
 175 
     | 
    
         
            +
             
     | 
| 
      
 176 
     | 
    
         
            +
                    if(info.objectAddress != address(registerable)) {
         
     | 
| 
      
 177 
     | 
    
         
            +
                        revert ErrorRegistryServiceRegisterableAddressInvalid(registerable, info.objectAddress);
         
     | 
| 
      
 178 
     | 
    
         
            +
                    }
         
     | 
| 
      
 179 
     | 
    
         
            +
             
     | 
| 
      
 180 
     | 
    
         
            +
                    if(info.objectType != expectedType) {// type is checked in registry anyway...but service logic may depend on expected value
         
     | 
| 
      
 181 
     | 
    
         
            +
                        revert ErrorRegistryServiceRegisterableTypeInvalid(registerable, expectedType, info.objectType);
         
     | 
| 
      
 182 
     | 
    
         
            +
                    }
         
     | 
| 
      
 183 
     | 
    
         
            +
             
     | 
| 
      
 184 
     | 
    
         
            +
                    address owner = info.initialOwner;
         
     | 
| 
      
 185 
     | 
    
         
            +
             
     | 
| 
      
 186 
     | 
    
         
            +
                    if(owner != expectedOwner) { // registerable owner protection
         
     | 
| 
      
 187 
     | 
    
         
            +
                        revert ErrorRegistryServiceRegisterableOwnerInvalid(registerable, expectedOwner, owner);
         
     | 
| 
      
 188 
     | 
    
         
            +
                    }
         
     | 
| 
      
 189 
     | 
    
         
            +
             
     | 
| 
      
 190 
     | 
    
         
            +
                    if(owner == address(registerable)) {
         
     | 
| 
      
 191 
     | 
    
         
            +
                        revert ErrorRegistryServiceRegisterableSelfRegistration(registerable);
         
     | 
| 
      
 192 
     | 
    
         
            +
                    }
         
     | 
| 
      
 193 
     | 
    
         
            +
             
     | 
| 
      
 194 
     | 
    
         
            +
                    if(owner == address(0)) {
         
     | 
| 
      
 195 
     | 
    
         
            +
                        revert ErrorRegistryServiceRegisterableOwnerZero(registerable);
         
     | 
| 
      
 196 
     | 
    
         
            +
                    }
         
     | 
| 
      
 197 
     | 
    
         
            +
                    
         
     | 
| 
      
 198 
     | 
    
         
            +
                    if(getRegistry().isRegistered(owner)) { 
         
     | 
| 
      
 199 
     | 
    
         
            +
                        revert ErrorRegistryServiceRegisterableOwnerRegistered(registerable, owner);
         
     | 
| 
      
 200 
     | 
    
         
            +
                    }
         
     | 
| 
      
 201 
     | 
    
         
            +
                }
         
     | 
| 
      
 202 
     | 
    
         
            +
             
     | 
| 
      
 203 
     | 
    
         
            +
                function _verifyObjectInfo(
         
     | 
| 
      
 204 
     | 
    
         
            +
                    IRegistry.ObjectInfo memory info,
         
     | 
| 
      
 205 
     | 
    
         
            +
                    ObjectType expectedType
         
     | 
| 
      
 206 
     | 
    
         
            +
                )
         
     | 
| 
      
 207 
     | 
    
         
            +
                    internal
         
     | 
| 
      
 208 
     | 
    
         
            +
                    virtual
         
     | 
| 
      
 209 
     | 
    
         
            +
                    view
         
     | 
| 
      
 210 
     | 
    
         
            +
                {
         
     | 
| 
      
 211 
     | 
    
         
            +
                    if(info.objectAddress > address(0)) {
         
     | 
| 
      
 212 
     | 
    
         
            +
                        revert ErrorRegistryServiceObjectAddressNotZero(info.objectType);
         
     | 
| 
      
 213 
     | 
    
         
            +
                    }
         
     | 
| 
      
 214 
     | 
    
         
            +
             
     | 
| 
      
 215 
     | 
    
         
            +
                    if(info.objectType != expectedType) {// type is checked in registry anyway...but service logic may depend on expected value
         
     | 
| 
      
 216 
     | 
    
         
            +
                        revert ErrorRegistryServiceObjectTypeInvalid(expectedType, info.objectType);
         
     | 
| 
      
 217 
     | 
    
         
            +
                    }
         
     | 
| 
      
 218 
     | 
    
         
            +
             
     | 
| 
      
 219 
     | 
    
         
            +
                    address owner = info.initialOwner;
         
     | 
| 
      
 220 
     | 
    
         
            +
             
     | 
| 
      
 221 
     | 
    
         
            +
                    if(owner == address(0)) {
         
     | 
| 
      
 222 
     | 
    
         
            +
                        revert ErrorRegistryServiceObjectOwnerZero(info.objectType);
         
     | 
| 
      
 223 
     | 
    
         
            +
                    }
         
     | 
| 
      
 224 
     | 
    
         
            +
             
     | 
| 
      
 225 
     | 
    
         
            +
                    if(owner == msg.sender) {
         
     | 
| 
      
 226 
     | 
    
         
            +
                        revert ErrorRegistryServiceInvalidInitialOwner(owner);
         
     | 
| 
      
 227 
     | 
    
         
            +
                    }
         
     | 
| 
      
 228 
     | 
    
         
            +
             
     | 
| 
      
 229 
     | 
    
         
            +
                    if(getRegistry().isRegistered(owner)) {
         
     | 
| 
      
 230 
     | 
    
         
            +
                        ObjectType ownerType = getRegistry().getObjectInfo(owner).objectType;
         
     | 
| 
      
 231 
     | 
    
         
            +
                        if(ownerType == REGISTRY() || ownerType == STAKING() || ownerType == SERVICE() || ownerType == INSTANCE()) {
         
     | 
| 
      
 232 
     | 
    
         
            +
                            revert ErrorRegistryServiceObjectOwnerRegistered(info.objectType, owner);
         
     | 
| 
      
 233 
     | 
    
         
            +
                        }
         
     | 
| 
      
 234 
     | 
    
         
            +
                    }
         
     | 
| 
      
 235 
     | 
    
         
            +
                }
         
     | 
| 
      
 236 
     | 
    
         
            +
             
     | 
| 
      
 237 
     | 
    
         
            +
                // From IService
         
     | 
| 
      
 238 
     | 
    
         
            +
                function _getDomain() internal override pure returns(ObjectType serviceDomain) {
         
     | 
| 
      
 239 
     | 
    
         
            +
                    return REGISTRY(); 
         
     | 
| 
      
 240 
     | 
    
         
            +
                }
         
     | 
| 
      
 241 
     | 
    
         
            +
            }
         
     |