@etherisc/gif-next 0.0.2-e769e2e-077 → 0.0.2-e7a5428-226
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 +133 -10
 - package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
 - package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1075 -0
 - package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +790 -0
 - package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +4 -0
 - package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +843 -0
 - package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
 - package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1664 -0
 - package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +4 -0
 - package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +1289 -0
 - package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
 - package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1403 -0
 - package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
 - package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +790 -0
 - package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
 - package/artifacts/contracts/authorization/IAccess.sol/IAccess.json +10 -0
 - package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
 - package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1372 -0
 - package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +455 -0
 - package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +397 -0
 - package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +646 -0
 - package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
 - package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1244 -0
 - package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +805 -0
 - package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +1 -1
 - package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +146 -607
 - package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
 - package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +767 -301
 - package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +288 -118
 - package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
 - package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +152 -273
 - package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
 - package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +553 -77
 - 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 +1484 -0
 - package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +805 -0
 - package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2053 -0
 - package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +805 -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 +1439 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +805 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1171 -0
 - package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1647 -0
 - package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +805 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2585 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +805 -0
 - package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
 - package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +851 -0
 - package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
 - package/artifacts/contracts/instance/IInstance.sol/IInstance.json +595 -96
 - package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
 - package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +497 -75
 - package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
 - package/artifacts/contracts/instance/Instance.sol/Instance.json +617 -250
 - package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +2349 -0
 - package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +902 -0
 - package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
 - package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1789 -713
 - package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
 - package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +509 -220
 - package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +204 -96
 - package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
 - package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +1109 -817
 - package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
 - package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +866 -0
 - package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +1 -1
 - package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +8 -8
 - package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +1 -1
 - package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +0 -53
 - 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 +192 -0
 - package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +4 -0
 - package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +168 -0
 - package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
 - package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
 - package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
 - package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
 - package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.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 +957 -0
 - package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +810 -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 +772 -0
 - package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
 - package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +762 -0
 - package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
 - package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +873 -0
 - package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
 - package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1042 -0
 - package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +810 -0
 - package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
 - package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1242 -0
 - package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +805 -0
 - package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
 - package/artifacts/contracts/pool/BundleService.sol/BundleService.json +582 -235
 - package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +278 -96
 - package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
 - package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +398 -49
 - package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
 - package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +151 -394
 - package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
 - package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +770 -365
 - package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
 - package/artifacts/contracts/pool/Pool.sol/Pool.json +148 -682
 - package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +4 -0
 - package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +522 -0
 - package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
 - package/artifacts/contracts/pool/PoolService.sol/PoolService.json +940 -518
 - package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +283 -97
 - package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
 - package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +382 -166
 - package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +222 -92
 - package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
 - package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1159 -0
 - package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +805 -0
 - package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
 - package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +502 -230
 - package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +251 -113
 - package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
 - package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +320 -9
 - package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
 - package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +369 -18
 - package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
 - package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +436 -101
 - package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
 - package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +202 -80
 - package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
 - package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +291 -264
 - package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
 - package/artifacts/contracts/{shared/ComponentVerifyingService.sol/ComponentVerifyingService.json → product/IRiskService.sol/IRiskService.json} +295 -150
 - package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
 - package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +564 -292
 - package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +4 -0
 - package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +783 -0
 - package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +259 -97
 - package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
 - package/artifacts/contracts/product/PricingService.sol/PricingService.json +262 -299
 - package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +220 -122
 - package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
 - package/artifacts/contracts/product/Product.sol/Product.json +322 -596
 - package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
 - package/artifacts/contracts/product/RiskService.sol/RiskService.json +873 -0
 - package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +774 -0
 - package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
 - package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +59 -16
 - package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
 - package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +454 -42
 - package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
 - package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +275 -193
 - package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
 - package/artifacts/contracts/registry/IRelease.sol/IRelease.json +24 -0
 - package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
 - package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -18
 - package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
 - package/artifacts/contracts/registry/Registry.sol/Registry.json +806 -97
 - package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
 - package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +2147 -0
 - package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +1061 -0
 - package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
 - package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +320 -312
 - package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +206 -94
 - package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
 - package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +2152 -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 +1389 -0
 - package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
 - package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +683 -0
 - package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
 - package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +257 -147
 - package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
 - package/artifacts/contracts/shared/Component.sol/Component.json +92 -277
 - package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
 - package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +632 -542
 - package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +241 -115
 - package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
 - package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +632 -0
 - package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
 - package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.json +24 -0
 - package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
 - package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.json +30 -0
 - package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +4 -0
 - package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +40 -0
 - package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +1 -1
 - package/artifacts/contracts/shared/IComponent.sol/IComponent.json +99 -94
 - package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
 - package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +549 -228
 - package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
 - package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +138 -130
 - package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
 - package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.json +51 -19
 - package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +1 -1
 - package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.json +34 -3
 - package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
 - package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +42 -1
 - package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
 - package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +16 -30
 - package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
 - package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +173 -0
 - package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
 - package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
 - package/artifacts/contracts/shared/IService.sol/IService.json +103 -2
 - 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 +1 -1
 - package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +131 -366
 - package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
 - package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +61 -104
 - package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +1 -1
 - package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +42 -62
 - 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 +1 -1
 - package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +45 -55
 - package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
 - package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +20 -124
 - package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
 - package/artifacts/contracts/shared/Registerable.sol/Registerable.json +148 -98
 - package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
 - package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -15
 - package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
 - package/artifacts/contracts/shared/Service.sol/Service.json +96 -102
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +585 -12
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +484 -0
 - package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
 - package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
 - package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +1 -1
 - package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1388 -635
 - package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
 - package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +705 -103
 - package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
 - package/artifacts/contracts/staking/Staking.sol/Staking.json +1703 -957
 - package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +470 -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 +1 -1
 - package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +274 -92
 - package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +544 -0
 - package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
 - package/artifacts/contracts/staking/StakingService.sol/StakingService.json +751 -212
 - package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +215 -85
 - package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2637 -0
 - package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
 - package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +657 -0
 - package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +1 -1
 - package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +2 -2
 - package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +1 -1
 - package/artifacts/contracts/type/Amount.sol/AmountLib.json +122 -5
 - package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
 - package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +81 -17
 - package/artifacts/contracts/type/ChainId.sol/ChainIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/ChainId.sol/ChainIdLib.json +193 -0
 - package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
 - package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +28 -4
 - package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
 - package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +4 -4
 - package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
 - package/artifacts/contracts/type/Fee.sol/FeeLib.json +98 -37
 - package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +1 -1
 - package/artifacts/contracts/type/Key32.sol/Key32Lib.json +2 -2
 - package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +4 -0
 - package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
 - package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +1 -1
 - package/artifacts/contracts/type/NftId.sol/NftIdLib.json +47 -4
 - package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
 - package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +2 -2
 - package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
 - package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +153 -4
 - package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
 - package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +19 -19
 - package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
 - package/artifacts/contracts/type/Referral.sol/ReferralLib.json +4 -4
 - 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 +1 -1
 - package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +125 -7
 - package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
 - package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +121 -23
 - package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
 - package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +167 -2
 - package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Selector.sol/SelectorLib.json +148 -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 +1 -1
 - package/artifacts/contracts/type/StateId.sol/StateIdLib.json +15 -2
 - package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
 - package/artifacts/contracts/type/String.sol/StrLib.json +180 -0
 - package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +1 -1
 - package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +37 -5
 - package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
 - package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +126 -33
 - package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
 - package/artifacts/contracts/type/Version.sol/VersionLib.json +2 -21
 - package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
 - package/artifacts/contracts/type/Version.sol/VersionPartLib.json +120 -2
 - package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
 - package/artifacts/contracts/{shared → upgradeability}/IVersionable.sol/IVersionable.json +11 -1
 - package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
 - package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +656 -0
 - package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
 - package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +142 -0
 - package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
 - package/artifacts/contracts/{shared → upgradeability}/Versionable.sol/Versionable.json +11 -1
 - package/contracts/accounting/AccountingService.sol +274 -0
 - package/contracts/accounting/AccountingServiceManager.sol +38 -0
 - package/contracts/accounting/IAccountingService.sol +47 -0
 - package/contracts/authorization/AccessAdmin.sol +780 -0
 - package/contracts/authorization/AccessAdminLib.sol +396 -0
 - package/contracts/authorization/AccessManagerCloneable.sol +158 -0
 - package/contracts/authorization/Authorization.sol +169 -0
 - package/contracts/authorization/IAccess.sol +67 -0
 - package/contracts/authorization/IAccessAdmin.sol +144 -0
 - package/contracts/authorization/IAuthorization.sol +26 -0
 - package/contracts/authorization/IServiceAuthorization.sol +78 -0
 - package/contracts/authorization/ServiceAuthorization.sol +320 -0
 - package/contracts/distribution/BasicDistribution.sol +141 -0
 - package/contracts/distribution/BasicDistributionAuthorization.sol +67 -0
 - package/contracts/distribution/Distribution.sol +126 -142
 - package/contracts/distribution/DistributionService.sol +288 -137
 - package/contracts/distribution/DistributionServiceManager.sol +13 -25
 - package/contracts/distribution/IDistributionComponent.sol +22 -43
 - package/contracts/distribution/IDistributionService.sol +61 -27
 - package/contracts/examples/fire/DamageLevel.sol +59 -0
 - package/contracts/examples/fire/FirePool.sol +86 -0
 - package/contracts/examples/fire/FirePoolAuthorization.sol +35 -0
 - package/contracts/examples/fire/FireProduct.sol +433 -0
 - package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
 - package/contracts/examples/fire/FireUSD.sol +26 -0
 - package/contracts/examples/unpermissioned/SimpleDistribution.sol +81 -0
 - package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
 - package/contracts/examples/unpermissioned/SimpleOracle.sol +133 -0
 - package/contracts/examples/unpermissioned/SimplePool.sol +102 -0
 - package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
 - package/contracts/examples/unpermissioned/SimpleProduct.sol +437 -0
 - package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
 - package/contracts/instance/BundleSet.sol +130 -0
 - package/contracts/instance/IInstance.sol +117 -49
 - package/contracts/instance/IInstanceService.sol +80 -46
 - package/contracts/instance/Instance.sol +252 -133
 - package/contracts/instance/InstanceAdmin.sol +383 -0
 - package/contracts/instance/InstanceAuthorizationV3.sol +266 -0
 - package/contracts/instance/InstanceReader.sol +499 -233
 - package/contracts/instance/InstanceService.sol +370 -218
 - package/contracts/instance/InstanceServiceManager.sol +14 -29
 - package/contracts/instance/InstanceStore.sol +94 -55
 - package/contracts/instance/RiskSet.sol +126 -0
 - package/contracts/instance/base/BalanceStore.sol +16 -13
 - package/contracts/instance/base/Cloneable.sol +2 -25
 - package/contracts/instance/base/ObjectCounter.sol +20 -0
 - package/contracts/instance/base/ObjectLifecycle.sol +109 -0
 - package/contracts/instance/base/ObjectSet.sol +77 -0
 - package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
 - package/contracts/instance/module/IBundle.sol +6 -5
 - package/contracts/instance/module/IComponents.sol +30 -20
 - package/contracts/instance/module/IDistribution.sol +21 -9
 - package/contracts/instance/module/IPolicy.sol +50 -29
 - package/contracts/instance/module/IRisk.sol +5 -0
 - package/contracts/mock/Dip.sol +26 -0
 - package/contracts/oracle/BasicOracle.sol +45 -0
 - package/contracts/oracle/BasicOracleAuthorization.sol +53 -0
 - package/contracts/oracle/IOracle.sol +41 -0
 - package/contracts/oracle/IOracleComponent.sol +33 -0
 - package/contracts/oracle/IOracleService.sol +66 -0
 - package/contracts/oracle/Oracle.sol +154 -0
 - package/contracts/oracle/OracleService.sol +310 -0
 - package/contracts/oracle/OracleServiceManager.sol +39 -0
 - package/contracts/pool/BasicPool.sol +162 -0
 - package/contracts/pool/BasicPoolAuthorization.sol +81 -0
 - package/contracts/pool/BundleService.sol +225 -152
 - package/contracts/pool/BundleServiceManager.sol +13 -25
 - package/contracts/pool/IBundleService.sol +44 -34
 - package/contracts/pool/IPoolComponent.sol +20 -70
 - package/contracts/pool/IPoolService.sol +99 -76
 - package/contracts/pool/Pool.sol +198 -164
 - package/contracts/pool/PoolLib.sol +341 -0
 - package/contracts/pool/PoolService.sol +448 -255
 - package/contracts/pool/PoolServiceManager.sol +12 -24
 - package/contracts/product/ApplicationService.sol +160 -86
 - package/contracts/product/ApplicationServiceManager.sol +12 -9
 - package/contracts/product/BasicProduct.sol +49 -0
 - package/contracts/product/BasicProductAuthorization.sol +63 -0
 - package/contracts/product/ClaimService.sol +389 -195
 - package/contracts/product/ClaimServiceManager.sol +12 -9
 - package/contracts/product/IApplicationService.sol +30 -4
 - package/contracts/product/IClaimService.sol +52 -9
 - package/contracts/product/IPolicyService.sol +62 -38
 - package/contracts/product/IPricingService.sol +12 -11
 - package/contracts/product/IProductComponent.sol +29 -9
 - package/contracts/product/IRiskService.sol +48 -0
 - package/contracts/product/PolicyService.sol +450 -276
 - package/contracts/product/PolicyServiceLib.sol +139 -0
 - package/contracts/product/PolicyServiceManager.sol +12 -27
 - package/contracts/product/PricingService.sol +97 -91
 - package/contracts/product/PricingServiceManager.sol +12 -24
 - package/contracts/product/Product.sol +263 -147
 - package/contracts/product/RiskService.sol +190 -0
 - package/contracts/product/RiskServiceManager.sol +39 -0
 - package/contracts/registry/ChainNft.sol +72 -39
 - package/contracts/registry/IRegistry.sol +99 -38
 - package/contracts/registry/IRegistryService.sol +26 -43
 - package/contracts/registry/IRelease.sol +29 -0
 - package/contracts/registry/ITransferInterceptor.sol +1 -2
 - package/contracts/registry/Registry.sol +439 -232
 - package/contracts/registry/RegistryAdmin.sol +188 -0
 - package/contracts/registry/RegistryAuthorization.sol +309 -0
 - package/contracts/registry/RegistryService.sol +66 -152
 - package/contracts/registry/RegistryServiceManager.sol +23 -30
 - package/contracts/registry/ReleaseAdmin.sol +195 -0
 - package/contracts/registry/ReleaseLifecycle.sol +32 -0
 - package/contracts/registry/ReleaseRegistry.sol +525 -0
 - package/contracts/registry/ServiceAuthorizationV3.sol +342 -0
 - package/contracts/registry/TokenRegistry.sol +211 -81
 - package/contracts/shared/Component.sol +71 -143
 - package/contracts/shared/ComponentService.sol +460 -369
 - package/contracts/shared/ComponentServiceManager.sol +10 -7
 - package/contracts/shared/ContractLib.sol +312 -0
 - package/contracts/shared/IComponent.sol +7 -23
 - package/contracts/shared/IComponentService.sol +51 -31
 - package/contracts/shared/IInstanceLinkedComponent.sol +10 -26
 - package/contracts/shared/IKeyValueStore.sol +3 -2
 - package/contracts/shared/ILifecycle.sol +3 -2
 - package/contracts/shared/INftOwnable.sol +5 -1
 - package/contracts/shared/IPolicyHolder.sol +12 -17
 - package/contracts/shared/IRegisterable.sol +22 -1
 - package/contracts/shared/IService.sol +11 -6
 - package/contracts/shared/{ERC165.sol → InitializableERC165.sol} +12 -4
 - package/contracts/shared/InstanceLinkedComponent.sol +95 -46
 - package/contracts/shared/KeyValueStore.sol +32 -70
 - package/contracts/shared/Lifecycle.sol +30 -63
 - package/contracts/shared/NftIdSet.sol +65 -0
 - package/contracts/shared/NftOwnable.sol +35 -24
 - package/contracts/shared/PolicyHolder.sol +19 -50
 - package/contracts/shared/Registerable.sol +52 -21
 - package/contracts/shared/RegistryLinked.sol +9 -14
 - package/contracts/shared/Service.sol +32 -42
 - package/contracts/shared/TokenHandler.sol +310 -26
 - package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
 - package/contracts/staking/IStaking.sol +229 -42
 - package/contracts/staking/IStakingService.sol +98 -76
 - package/contracts/staking/Staking.sol +633 -99
 - package/contracts/staking/StakingLib.sol +195 -0
 - package/contracts/staking/StakingLifecycle.sol +23 -0
 - package/contracts/staking/StakingManager.sol +25 -20
 - package/contracts/staking/StakingReader.sol +151 -0
 - package/contracts/staking/StakingService.sol +174 -53
 - package/contracts/staking/StakingServiceManager.sol +13 -8
 - package/contracts/staking/StakingStore.sol +973 -0
 - package/contracts/staking/TargetManagerLib.sol +211 -0
 - package/contracts/type/AddressSet.sol +1 -1
 - package/contracts/type/Amount.sol +43 -3
 - package/contracts/type/Blocknumber.sol +34 -16
 - package/contracts/type/ChainId.sol +101 -0
 - package/contracts/type/ClaimId.sol +6 -1
 - package/contracts/type/Fee.sol +9 -9
 - package/contracts/type/Key32.sol +2 -2
 - package/contracts/type/Key32Set.sol +62 -0
 - package/contracts/type/NftId.sol +16 -4
 - package/contracts/type/NftIdSet.sol +1 -1
 - package/contracts/type/ObjectType.sol +204 -62
 - package/contracts/type/PayoutId.sol +10 -10
 - package/contracts/type/Referral.sol +2 -1
 - package/contracts/type/RequestId.sol +75 -0
 - package/contracts/type/RiskId.sol +39 -7
 - package/contracts/type/RoleId.sol +122 -80
 - package/contracts/type/Seconds.sol +62 -1
 - package/contracts/type/Selector.sol +107 -0
 - package/contracts/type/StateId.sol +41 -2
 - package/contracts/type/String.sol +65 -0
 - package/contracts/type/Timestamp.sol +20 -9
 - package/contracts/type/UFixed.sol +62 -125
 - package/contracts/type/Version.sol +58 -7
 - package/contracts/{shared → upgradeability}/IVersionable.sol +3 -0
 - package/contracts/{shared → upgradeability}/ProxyManager.sol +115 -38
 - package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +24 -0
 - package/contracts/{shared → upgradeability}/Versionable.sol +8 -5
 - package/package.json +12 -8
 - package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -778
 - package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -1348
 - package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.dbg.json +0 -4
 - package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.json +0 -132
 - package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.json +0 -256
 - package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +0 -237
 - package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +0 -4
 - package/artifacts/contracts/product/IProductService.sol/IProductService.json +0 -381
 - package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +0 -4
 - package/artifacts/contracts/product/ProductService.sol/ProductService.json +0 -673
 - package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
 - package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +0 -636
 - package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +0 -4
 - package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +0 -308
 - package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +0 -4
 - package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +0 -688
 - package/artifacts/contracts/registry/ServiceAuthorizationsLib.sol/ServiceAuthorizationsLib.dbg.json +0 -4
 - package/artifacts/contracts/registry/ServiceAuthorizationsLib.sol/ServiceAuthorizationsLib.json +0 -137
 - package/artifacts/contracts/shared/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +0 -4
 - package/artifacts/contracts/shared/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +0 -1206
 - package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +0 -4
 - package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
 - package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -73
 - package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
 - package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
 - package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -569
 - package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
 - package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
 - package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
 - package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +0 -4
 - package/artifacts/contracts/type/UFixed.sol/MathLib.json +0 -10
 - package/contracts/instance/BundleManager.sol +0 -126
 - package/contracts/instance/InstanceAccessManager.sol +0 -543
 - package/contracts/instance/InstanceAuthorizationsLib.sol +0 -336
 - package/contracts/instance/base/ObjectManager.sol +0 -82
 - package/contracts/instance/module/IAccess.sol +0 -54
 - package/contracts/product/IProductService.sol +0 -33
 - package/contracts/product/ProductService.sol +0 -122
 - package/contracts/product/ProductServiceManager.sol +0 -54
 - package/contracts/registry/RegistryAccessManager.sol +0 -213
 - package/contracts/registry/ReleaseManager.sol +0 -375
 - package/contracts/registry/ServiceAuthorizationsLib.sol +0 -173
 - package/contracts/shared/AccessManagerUpgradeableInitializeable.sol +0 -13
 - package/contracts/shared/ComponentVerifyingService.sol +0 -111
 - package/contracts/shared/UpgradableProxyWithAdmin.sol +0 -16
 
| 
         @@ -0,0 +1,41 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            // SPDX-License-Identifier: Apache-2.0
         
     | 
| 
      
 2 
     | 
    
         
            +
            pragma solidity ^0.8.20;
         
     | 
| 
      
 3 
     | 
    
         
            +
             
     | 
| 
      
 4 
     | 
    
         
            +
            import {NftId} from "../type/NftId.sol";
         
     | 
| 
      
 5 
     | 
    
         
            +
            import {RequestId} from "../type/RequestId.sol";
         
     | 
| 
      
 6 
     | 
    
         
            +
            import {Timestamp} from "../type/Timestamp.sol";
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            interface IOracle {
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
      
 11 
     | 
    
         
            +
                struct RequestInfo {
         
     | 
| 
      
 12 
     | 
    
         
            +
                    // slot 0
         
     | 
| 
      
 13 
     | 
    
         
            +
                    NftId requesterNftId; // originator of the request
         
     | 
| 
      
 14 
     | 
    
         
            +
                    NftId oracleNftId; // responsible oracle component
         
     | 
| 
      
 15 
     | 
    
         
            +
                    bool isCancelled;
         
     | 
| 
      
 16 
     | 
    
         
            +
                    Timestamp respondedAt; // response timestamp
         
     | 
| 
      
 17 
     | 
    
         
            +
                    // slot 1
         
     | 
| 
      
 18 
     | 
    
         
            +
                    Timestamp expiredAt; // expiry timestamp
         
     | 
| 
      
 19 
     | 
    
         
            +
                    // slot 2
         
     | 
| 
      
 20 
     | 
    
         
            +
                    string callbackMethodName; // callback function of the requestor to call to provide response data
         
     | 
| 
      
 21 
     | 
    
         
            +
                    // slot 3
         
     | 
| 
      
 22 
     | 
    
         
            +
                    bytes requestData; 
         
     | 
| 
      
 23 
     | 
    
         
            +
                    // slot 4
         
     | 
| 
      
 24 
     | 
    
         
            +
                    bytes responseData; 
         
     | 
| 
      
 25 
     | 
    
         
            +
                }
         
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
             
     | 
| 
      
 28 
     | 
    
         
            +
                /// @dev Callback function for oracle service to notify this oracle component to retreive some oracle data.
         
     | 
| 
      
 29 
     | 
    
         
            +
                function request(
         
     | 
| 
      
 30 
     | 
    
         
            +
                    RequestId requestId,
         
     | 
| 
      
 31 
     | 
    
         
            +
                    NftId requesterId,
         
     | 
| 
      
 32 
     | 
    
         
            +
                    bytes calldata requestData,
         
     | 
| 
      
 33 
     | 
    
         
            +
                    Timestamp expiryAt
         
     | 
| 
      
 34 
     | 
    
         
            +
                ) external;
         
     | 
| 
      
 35 
     | 
    
         
            +
             
     | 
| 
      
 36 
     | 
    
         
            +
             
     | 
| 
      
 37 
     | 
    
         
            +
                /// @dev Callback function for oracle service to notify this oracle component that the specified oracle request has ben cancelled by the requestor.
         
     | 
| 
      
 38 
     | 
    
         
            +
                function cancel(
         
     | 
| 
      
 39 
     | 
    
         
            +
                    RequestId requestId
         
     | 
| 
      
 40 
     | 
    
         
            +
                ) external;
         
     | 
| 
      
 41 
     | 
    
         
            +
            }
         
     | 
| 
         @@ -0,0 +1,33 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            // SPDX-License-Identifier: Apache-2.0
         
     | 
| 
      
 2 
     | 
    
         
            +
            pragma solidity ^0.8.20;
         
     | 
| 
      
 3 
     | 
    
         
            +
             
     | 
| 
      
 4 
     | 
    
         
            +
            import {Fee} from "../type/Fee.sol";
         
     | 
| 
      
 5 
     | 
    
         
            +
            import {IInstanceLinkedComponent} from "../shared/IInstanceLinkedComponent.sol";
         
     | 
| 
      
 6 
     | 
    
         
            +
            import {ReferralId, ReferralStatus} from "../type/Referral.sol";
         
     | 
| 
      
 7 
     | 
    
         
            +
            import {NftId} from "../type/NftId.sol";
         
     | 
| 
      
 8 
     | 
    
         
            +
            import {DistributorType} from "../type/DistributorType.sol";
         
     | 
| 
      
 9 
     | 
    
         
            +
            import {RequestId} from "../type/RequestId.sol";
         
     | 
| 
      
 10 
     | 
    
         
            +
            import {UFixed} from "../type/UFixed.sol";
         
     | 
| 
      
 11 
     | 
    
         
            +
            import {Timestamp} from "../type/Timestamp.sol";
         
     | 
| 
      
 12 
     | 
    
         
            +
             
     | 
| 
      
 13 
     | 
    
         
            +
            interface IOracleComponent is IInstanceLinkedComponent {
         
     | 
| 
      
 14 
     | 
    
         
            +
                error ErrorOracleNotImplemented(string methodName);
         
     | 
| 
      
 15 
     | 
    
         
            +
                
         
     | 
| 
      
 16 
     | 
    
         
            +
                /// @dev callback method for requesting some data from the oracle
         
     | 
| 
      
 17 
     | 
    
         
            +
                function request(
         
     | 
| 
      
 18 
     | 
    
         
            +
                    RequestId requestId,
         
     | 
| 
      
 19 
     | 
    
         
            +
                    NftId requesterNftId,
         
     | 
| 
      
 20 
     | 
    
         
            +
                    bytes calldata requestData,
         
     | 
| 
      
 21 
     | 
    
         
            +
                    Timestamp expiryAt
         
     | 
| 
      
 22 
     | 
    
         
            +
                ) external;
         
     | 
| 
      
 23 
     | 
    
         
            +
             
     | 
| 
      
 24 
     | 
    
         
            +
             
     | 
| 
      
 25 
     | 
    
         
            +
                /// @dev callback method for cancelling the specified oracle request
         
     | 
| 
      
 26 
     | 
    
         
            +
                function cancel(
         
     | 
| 
      
 27 
     | 
    
         
            +
                    RequestId requestId
         
     | 
| 
      
 28 
     | 
    
         
            +
                ) external;
         
     | 
| 
      
 29 
     | 
    
         
            +
             
     | 
| 
      
 30 
     | 
    
         
            +
             
     | 
| 
      
 31 
     | 
    
         
            +
                /// @dev returns true iff the component needs to be called when selling/renewing policis
         
     | 
| 
      
 32 
     | 
    
         
            +
                function isVerifying() external view returns (bool verifying);
         
     | 
| 
      
 33 
     | 
    
         
            +
            }
         
     | 
| 
         @@ -0,0 +1,66 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            // SPDX-License-Identifier: Apache-2.0
         
     | 
| 
      
 2 
     | 
    
         
            +
            pragma solidity ^0.8.20;
         
     | 
| 
      
 3 
     | 
    
         
            +
             
     | 
| 
      
 4 
     | 
    
         
            +
            import {IService} from "../shared/IService.sol";
         
     | 
| 
      
 5 
     | 
    
         
            +
            import {NftId} from "../type/NftId.sol";
         
     | 
| 
      
 6 
     | 
    
         
            +
            import {ObjectType} from "../type/ObjectType.sol";
         
     | 
| 
      
 7 
     | 
    
         
            +
            import {RequestId} from "../type/RequestId.sol";
         
     | 
| 
      
 8 
     | 
    
         
            +
            import {StateId} from "../type/StateId.sol";
         
     | 
| 
      
 9 
     | 
    
         
            +
            import {Timestamp} from "../type/Timestamp.sol";
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
      
 11 
     | 
    
         
            +
             
     | 
| 
      
 12 
     | 
    
         
            +
            interface IOracleService is IService {
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
      
 14 
     | 
    
         
            +
                event LogOracleServiceRequestCreated(RequestId requestId, NftId requesterNftId, NftId oracleNftId, Timestamp expiryAt);
         
     | 
| 
      
 15 
     | 
    
         
            +
                event LogOracleServiceResponseProcessed(RequestId requestId, NftId oracleNftId);
         
     | 
| 
      
 16 
     | 
    
         
            +
                event LogOracleServiceDeliveryFailed(RequestId requestId, address requesterAddress, string functionSignature);
         
     | 
| 
      
 17 
     | 
    
         
            +
                event LogOracleServiceResponseResent(RequestId requestId, NftId requesterNftId);
         
     | 
| 
      
 18 
     | 
    
         
            +
                event LogOracleServiceRequestCancelled(RequestId requestId, NftId requesterNftId);
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
                // create request
         
     | 
| 
      
 21 
     | 
    
         
            +
                error ErrorOracleServiceProductMismatch(ObjectType callerObjectType, NftId productNft, NftId oracleParentNftId);
         
     | 
| 
      
 22 
     | 
    
         
            +
                error ErrorOracleServiceExpiryInThePast(Timestamp blockTimestamp, Timestamp expiryAt);
         
     | 
| 
      
 23 
     | 
    
         
            +
                error ErrorOracleServiceCallbackMethodNameEmpty();
         
     | 
| 
      
 24 
     | 
    
         
            +
             
     | 
| 
      
 25 
     | 
    
         
            +
                // respond
         
     | 
| 
      
 26 
     | 
    
         
            +
                error ErrorOracleServiceNotResponsibleOracle(RequestId requestId, NftId expectedOracleNftId, NftId oracleNftId);
         
     | 
| 
      
 27 
     | 
    
         
            +
             
     | 
| 
      
 28 
     | 
    
         
            +
                // get request info
         
     | 
| 
      
 29 
     | 
    
         
            +
                error ErrorOracleServiceRequestStateNotActive(RequestId requestId, StateId state);
         
     | 
| 
      
 30 
     | 
    
         
            +
                error ErrorOracleServiceCallerNotResponsibleOracle(RequestId requestId, NftId oracleNftId, NftId callerNftId);
         
     | 
| 
      
 31 
     | 
    
         
            +
                error ErrorOracleServiceCallerNotRequester(RequestId requestId, NftId requesterNftId, NftId callerNftId);
         
     | 
| 
      
 32 
     | 
    
         
            +
                error ErrorOracleServiceRequestExpired(RequestId requestId, Timestamp expiredAt);
         
     | 
| 
      
 33 
     | 
    
         
            +
                
         
     | 
| 
      
 34 
     | 
    
         
            +
                /// @dev send an oracle request to the specified oracle component.
         
     | 
| 
      
 35 
     | 
    
         
            +
                /// the function returns the id of the newly created request.
         
     | 
| 
      
 36 
     | 
    
         
            +
                /// permissioned: only registered components may send requests to oracles.
         
     | 
| 
      
 37 
     | 
    
         
            +
                function request(
         
     | 
| 
      
 38 
     | 
    
         
            +
                    NftId oracleNftId,
         
     | 
| 
      
 39 
     | 
    
         
            +
                    bytes calldata requestData,
         
     | 
| 
      
 40 
     | 
    
         
            +
                    Timestamp expiryAt,
         
     | 
| 
      
 41 
     | 
    
         
            +
                    string calldata callbackMethodName
         
     | 
| 
      
 42 
     | 
    
         
            +
                ) external returns (RequestId requestId);
         
     | 
| 
      
 43 
     | 
    
         
            +
             
     | 
| 
      
 44 
     | 
    
         
            +
                /// @dev respond to oracle request by oracle compnent.
         
     | 
| 
      
 45 
     | 
    
         
            +
                /// the response data is amende in the request info stored with the instance.
         
     | 
| 
      
 46 
     | 
    
         
            +
                /// the request state changes to FULFILLED (when calling the callback method of the requester is successful)
         
     | 
| 
      
 47 
     | 
    
         
            +
                /// or to FAILED when calling the requester is not succesful.
         
     | 
| 
      
 48 
     | 
    
         
            +
                /// the function returns true iff the state changes to FULFILLED.
         
     | 
| 
      
 49 
     | 
    
         
            +
                /// permissioned: only the oracle component linked to the request id may call this method
         
     | 
| 
      
 50 
     | 
    
         
            +
                function respond(
         
     | 
| 
      
 51 
     | 
    
         
            +
                    RequestId requestId,
         
     | 
| 
      
 52 
     | 
    
         
            +
                    bytes calldata responseData
         
     | 
| 
      
 53 
     | 
    
         
            +
                ) external returns (bool success);
         
     | 
| 
      
 54 
     | 
    
         
            +
             
     | 
| 
      
 55 
     | 
    
         
            +
                /// @dev re send a failed response to the requester.
         
     | 
| 
      
 56 
     | 
    
         
            +
                /// only requests in state FAILED may be re sent.
         
     | 
| 
      
 57 
     | 
    
         
            +
                /// the request state changes to FULFILLED when calling the callback method of the requester is successful.
         
     | 
| 
      
 58 
     | 
    
         
            +
                /// permissioned: only the requester may resend a request
         
     | 
| 
      
 59 
     | 
    
         
            +
                function resend(RequestId requestId) external;
         
     | 
| 
      
 60 
     | 
    
         
            +
             
     | 
| 
      
 61 
     | 
    
         
            +
                /// @dev notify the oracle component that the specified request has become invalid.
         
     | 
| 
      
 62 
     | 
    
         
            +
                /// only requests in state ACTIVE may be cancelled.
         
     | 
| 
      
 63 
     | 
    
         
            +
                /// permissioned: only the requester may cancel a request
         
     | 
| 
      
 64 
     | 
    
         
            +
                function cancel(RequestId requestId) external;
         
     | 
| 
      
 65 
     | 
    
         
            +
             
     | 
| 
      
 66 
     | 
    
         
            +
            }
         
     | 
| 
         @@ -0,0 +1,154 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            // SPDX-License-Identifier: Apache-2.0
         
     | 
| 
      
 2 
     | 
    
         
            +
            pragma solidity ^0.8.20;
         
     | 
| 
      
 3 
     | 
    
         
            +
             
     | 
| 
      
 4 
     | 
    
         
            +
            import {Amount} from "../type/Amount.sol";
         
     | 
| 
      
 5 
     | 
    
         
            +
            import {COMPONENT, PRODUCT, ORACLE} from "../type/ObjectType.sol";
         
     | 
| 
      
 6 
     | 
    
         
            +
            import {IAuthorization} from "../authorization/IAuthorization.sol";
         
     | 
| 
      
 7 
     | 
    
         
            +
            import {IComponentService} from "../shared/IComponentService.sol";
         
     | 
| 
      
 8 
     | 
    
         
            +
            import {IInstanceLinkedComponent} from "../shared/IInstanceLinkedComponent.sol";
         
     | 
| 
      
 9 
     | 
    
         
            +
            import {IOracleComponent} from "./IOracleComponent.sol";
         
     | 
| 
      
 10 
     | 
    
         
            +
            import {IOracleService} from "./IOracleService.sol";
         
     | 
| 
      
 11 
     | 
    
         
            +
            import {NftId} from "../type/NftId.sol";
         
     | 
| 
      
 12 
     | 
    
         
            +
            import {InstanceLinkedComponent} from "../shared/InstanceLinkedComponent.sol";
         
     | 
| 
      
 13 
     | 
    
         
            +
            import {RequestId} from "../type/RequestId.sol";
         
     | 
| 
      
 14 
     | 
    
         
            +
            import {Timestamp} from "../type/Timestamp.sol";
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
             
     | 
| 
      
 17 
     | 
    
         
            +
            abstract contract Oracle is
         
     | 
| 
      
 18 
     | 
    
         
            +
                InstanceLinkedComponent,
         
     | 
| 
      
 19 
     | 
    
         
            +
                IOracleComponent
         
     | 
| 
      
 20 
     | 
    
         
            +
            {
         
     | 
| 
      
 21 
     | 
    
         
            +
                // keccak256(abi.encode(uint256(keccak256("etherisc.storage.Oracle")) - 1)) & ~bytes32(uint256(0xff));
         
     | 
| 
      
 22 
     | 
    
         
            +
                bytes32 public constant ORACLE_STORAGE_LOCATION_V1 = 0xaab7c0ea03d290e56d6c060e0733d3ebcbe647f7694616a2ec52738a64b2f900;
         
     | 
| 
      
 23 
     | 
    
         
            +
             
     | 
| 
      
 24 
     | 
    
         
            +
                struct OracleStorage {
         
     | 
| 
      
 25 
     | 
    
         
            +
                    IComponentService _componentService;
         
     | 
| 
      
 26 
     | 
    
         
            +
                    IOracleService _oracleService;
         
     | 
| 
      
 27 
     | 
    
         
            +
                }
         
     | 
| 
      
 28 
     | 
    
         
            +
             
     | 
| 
      
 29 
     | 
    
         
            +
             
     | 
| 
      
 30 
     | 
    
         
            +
                function request(
         
     | 
| 
      
 31 
     | 
    
         
            +
                    RequestId requestId,
         
     | 
| 
      
 32 
     | 
    
         
            +
                    NftId requesterId,
         
     | 
| 
      
 33 
     | 
    
         
            +
                    bytes calldata requestData,
         
     | 
| 
      
 34 
     | 
    
         
            +
                    Timestamp expiryAt
         
     | 
| 
      
 35 
     | 
    
         
            +
                )
         
     | 
| 
      
 36 
     | 
    
         
            +
                    external
         
     | 
| 
      
 37 
     | 
    
         
            +
                    virtual
         
     | 
| 
      
 38 
     | 
    
         
            +
                    restricted()
         
     | 
| 
      
 39 
     | 
    
         
            +
                {
         
     | 
| 
      
 40 
     | 
    
         
            +
                    _request(requestId, requesterId, requestData, expiryAt);
         
     | 
| 
      
 41 
     | 
    
         
            +
                }
         
     | 
| 
      
 42 
     | 
    
         
            +
             
     | 
| 
      
 43 
     | 
    
         
            +
             
     | 
| 
      
 44 
     | 
    
         
            +
                function cancel(
         
     | 
| 
      
 45 
     | 
    
         
            +
                    RequestId requestId
         
     | 
| 
      
 46 
     | 
    
         
            +
                )
         
     | 
| 
      
 47 
     | 
    
         
            +
                    external
         
     | 
| 
      
 48 
     | 
    
         
            +
                    virtual
         
     | 
| 
      
 49 
     | 
    
         
            +
                    restricted()
         
     | 
| 
      
 50 
     | 
    
         
            +
                {
         
     | 
| 
      
 51 
     | 
    
         
            +
                    _cancel(requestId);
         
     | 
| 
      
 52 
     | 
    
         
            +
                }
         
     | 
| 
      
 53 
     | 
    
         
            +
             
     | 
| 
      
 54 
     | 
    
         
            +
             
     | 
| 
      
 55 
     | 
    
         
            +
                /// @dev Not relevant for oracle components, always returns false.
         
     | 
| 
      
 56 
     | 
    
         
            +
                function isVerifying()
         
     | 
| 
      
 57 
     | 
    
         
            +
                    external 
         
     | 
| 
      
 58 
     | 
    
         
            +
                    virtual 
         
     | 
| 
      
 59 
     | 
    
         
            +
                    view 
         
     | 
| 
      
 60 
     | 
    
         
            +
                    returns (bool verifying)
         
     | 
| 
      
 61 
     | 
    
         
            +
                {
         
     | 
| 
      
 62 
     | 
    
         
            +
                    return false;
         
     | 
| 
      
 63 
     | 
    
         
            +
                }
         
     | 
| 
      
 64 
     | 
    
         
            +
             
     | 
| 
      
 65 
     | 
    
         
            +
                /// @dev Not relevant for oracle components
         
     | 
| 
      
 66 
     | 
    
         
            +
                function withdrawFees(Amount amount)
         
     | 
| 
      
 67 
     | 
    
         
            +
                    external
         
     | 
| 
      
 68 
     | 
    
         
            +
                    virtual
         
     | 
| 
      
 69 
     | 
    
         
            +
                    override(IInstanceLinkedComponent, InstanceLinkedComponent)
         
     | 
| 
      
 70 
     | 
    
         
            +
                    onlyOwner()
         
     | 
| 
      
 71 
     | 
    
         
            +
                    restricted()
         
     | 
| 
      
 72 
     | 
    
         
            +
                    returns (Amount)
         
     | 
| 
      
 73 
     | 
    
         
            +
                {
         
     | 
| 
      
 74 
     | 
    
         
            +
                    revert ErrorOracleNotImplemented("withdrawFees");
         
     | 
| 
      
 75 
     | 
    
         
            +
                }
         
     | 
| 
      
 76 
     | 
    
         
            +
             
     | 
| 
      
 77 
     | 
    
         
            +
             
     | 
| 
      
 78 
     | 
    
         
            +
                function __Oracle_init(
         
     | 
| 
      
 79 
     | 
    
         
            +
                    address registry,
         
     | 
| 
      
 80 
     | 
    
         
            +
                    NftId productNftId,
         
     | 
| 
      
 81 
     | 
    
         
            +
                    IAuthorization authorization,
         
     | 
| 
      
 82 
     | 
    
         
            +
                    address initialOwner,
         
     | 
| 
      
 83 
     | 
    
         
            +
                    string memory name,
         
     | 
| 
      
 84 
     | 
    
         
            +
                    bytes memory componentData // component specifidc data 
         
     | 
| 
      
 85 
     | 
    
         
            +
                )
         
     | 
| 
      
 86 
     | 
    
         
            +
                    internal
         
     | 
| 
      
 87 
     | 
    
         
            +
                    virtual
         
     | 
| 
      
 88 
     | 
    
         
            +
                    onlyInitializing()
         
     | 
| 
      
 89 
     | 
    
         
            +
                {
         
     | 
| 
      
 90 
     | 
    
         
            +
                    __InstanceLinkedComponent_init(
         
     | 
| 
      
 91 
     | 
    
         
            +
                        registry, 
         
     | 
| 
      
 92 
     | 
    
         
            +
                        productNftId, 
         
     | 
| 
      
 93 
     | 
    
         
            +
                        name, 
         
     | 
| 
      
 94 
     | 
    
         
            +
                        ORACLE(), 
         
     | 
| 
      
 95 
     | 
    
         
            +
                        authorization,
         
     | 
| 
      
 96 
     | 
    
         
            +
                        true, 
         
     | 
| 
      
 97 
     | 
    
         
            +
                        initialOwner, 
         
     | 
| 
      
 98 
     | 
    
         
            +
                        componentData);
         
     | 
| 
      
 99 
     | 
    
         
            +
             
     | 
| 
      
 100 
     | 
    
         
            +
                    OracleStorage storage $ = _getOracleStorage();
         
     | 
| 
      
 101 
     | 
    
         
            +
                    $._componentService = IComponentService(_getServiceAddress(COMPONENT())); 
         
     | 
| 
      
 102 
     | 
    
         
            +
                    $._oracleService = IOracleService(_getServiceAddress(ORACLE())); 
         
     | 
| 
      
 103 
     | 
    
         
            +
             
     | 
| 
      
 104 
     | 
    
         
            +
                    _registerInterface(type(IOracleComponent).interfaceId);
         
     | 
| 
      
 105 
     | 
    
         
            +
                }
         
     | 
| 
      
 106 
     | 
    
         
            +
             
     | 
| 
      
 107 
     | 
    
         
            +
             
     | 
| 
      
 108 
     | 
    
         
            +
                /// @dev Internal function for handling requests.
         
     | 
| 
      
 109 
     | 
    
         
            +
                /// Empty implementation.
         
     | 
| 
      
 110 
     | 
    
         
            +
                /// Overwrite this function to implement use case specific handling for oracle calls.
         
     | 
| 
      
 111 
     | 
    
         
            +
                function _request(
         
     | 
| 
      
 112 
     | 
    
         
            +
                    RequestId requestId,
         
     | 
| 
      
 113 
     | 
    
         
            +
                    NftId requesterId,
         
     | 
| 
      
 114 
     | 
    
         
            +
                    bytes calldata requestData,
         
     | 
| 
      
 115 
     | 
    
         
            +
                    Timestamp expiryAt
         
     | 
| 
      
 116 
     | 
    
         
            +
                )
         
     | 
| 
      
 117 
     | 
    
         
            +
                    internal
         
     | 
| 
      
 118 
     | 
    
         
            +
                    virtual
         
     | 
| 
      
 119 
     | 
    
         
            +
                {
         
     | 
| 
      
 120 
     | 
    
         
            +
                }
         
     | 
| 
      
 121 
     | 
    
         
            +
             
     | 
| 
      
 122 
     | 
    
         
            +
             
     | 
| 
      
 123 
     | 
    
         
            +
                /// @dev Internal function for cancelling requests.
         
     | 
| 
      
 124 
     | 
    
         
            +
                /// Empty implementation.
         
     | 
| 
      
 125 
     | 
    
         
            +
                /// Overwrite this function to implement use case specific cancelling.
         
     | 
| 
      
 126 
     | 
    
         
            +
                function _cancel(
         
     | 
| 
      
 127 
     | 
    
         
            +
                    RequestId requestId
         
     | 
| 
      
 128 
     | 
    
         
            +
                )
         
     | 
| 
      
 129 
     | 
    
         
            +
                    internal
         
     | 
| 
      
 130 
     | 
    
         
            +
                    virtual
         
     | 
| 
      
 131 
     | 
    
         
            +
                {
         
     | 
| 
      
 132 
     | 
    
         
            +
                }
         
     | 
| 
      
 133 
     | 
    
         
            +
             
     | 
| 
      
 134 
     | 
    
         
            +
             
     | 
| 
      
 135 
     | 
    
         
            +
                /// @dev Internal function for handling oracle responses.
         
     | 
| 
      
 136 
     | 
    
         
            +
                /// Default implementation sends response back to oracle service.
         
     | 
| 
      
 137 
     | 
    
         
            +
                /// Use this function in use case specific external/public functions to handle use case specific response handling.
         
     | 
| 
      
 138 
     | 
    
         
            +
                function _respond(
         
     | 
| 
      
 139 
     | 
    
         
            +
                    RequestId requestId,
         
     | 
| 
      
 140 
     | 
    
         
            +
                    bytes memory responseData
         
     | 
| 
      
 141 
     | 
    
         
            +
                )
         
     | 
| 
      
 142 
     | 
    
         
            +
                    internal
         
     | 
| 
      
 143 
     | 
    
         
            +
                    virtual
         
     | 
| 
      
 144 
     | 
    
         
            +
                {
         
     | 
| 
      
 145 
     | 
    
         
            +
                    _getOracleStorage()._oracleService.respond(
         
     | 
| 
      
 146 
     | 
    
         
            +
                        requestId, responseData);
         
     | 
| 
      
 147 
     | 
    
         
            +
                }
         
     | 
| 
      
 148 
     | 
    
         
            +
             
     | 
| 
      
 149 
     | 
    
         
            +
                function _getOracleStorage() private pure returns (OracleStorage storage $) {
         
     | 
| 
      
 150 
     | 
    
         
            +
                    assembly {
         
     | 
| 
      
 151 
     | 
    
         
            +
                        $.slot := ORACLE_STORAGE_LOCATION_V1
         
     | 
| 
      
 152 
     | 
    
         
            +
                    }
         
     | 
| 
      
 153 
     | 
    
         
            +
                }
         
     | 
| 
      
 154 
     | 
    
         
            +
            }
         
     | 
| 
         @@ -0,0 +1,310 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            // SPDX-License-Identifier: Apache-2.0
         
     | 
| 
      
 2 
     | 
    
         
            +
            pragma solidity ^0.8.20;
         
     | 
| 
      
 3 
     | 
    
         
            +
             
     | 
| 
      
 4 
     | 
    
         
            +
            import {ContractLib} from "../shared/ContractLib.sol";
         
     | 
| 
      
 5 
     | 
    
         
            +
            import {IComponent} from "../shared/IComponent.sol";
         
     | 
| 
      
 6 
     | 
    
         
            +
            import {IInstance} from "../instance/IInstance.sol";
         
     | 
| 
      
 7 
     | 
    
         
            +
            import {IInstanceService} from "../instance/IInstanceService.sol";
         
     | 
| 
      
 8 
     | 
    
         
            +
            import {InstanceReader} from "../instance/InstanceReader.sol";
         
     | 
| 
      
 9 
     | 
    
         
            +
            import {IOracle} from "./IOracle.sol";
         
     | 
| 
      
 10 
     | 
    
         
            +
            import {IOracleComponent} from "./IOracleComponent.sol";
         
     | 
| 
      
 11 
     | 
    
         
            +
            import {IOracleService} from "./IOracleService.sol";
         
     | 
| 
      
 12 
     | 
    
         
            +
            import {IRegistry} from "../registry/IRegistry.sol";
         
     | 
| 
      
 13 
     | 
    
         
            +
            import {NftId} from "../type/NftId.sol";
         
     | 
| 
      
 14 
     | 
    
         
            +
            import {ObjectType, COMPONENT, ORACLE, PRODUCT} from "../type/ObjectType.sol";
         
     | 
| 
      
 15 
     | 
    
         
            +
            import {RequestId} from "../type/RequestId.sol";
         
     | 
| 
      
 16 
     | 
    
         
            +
            import {Service} from "../shared/Service.sol";
         
     | 
| 
      
 17 
     | 
    
         
            +
            import {StateId, ACTIVE, KEEP_STATE, FULFILLED, FAILED, CANCELLED} from "../type/StateId.sol";
         
     | 
| 
      
 18 
     | 
    
         
            +
            import {Timestamp, TimestampLib} from "../type/Timestamp.sol";
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
             
     | 
| 
      
 21 
     | 
    
         
            +
            contract OracleService is
         
     | 
| 
      
 22 
     | 
    
         
            +
                Service,
         
     | 
| 
      
 23 
     | 
    
         
            +
                IOracleService
         
     | 
| 
      
 24 
     | 
    
         
            +
            {
         
     | 
| 
      
 25 
     | 
    
         
            +
             
     | 
| 
      
 26 
     | 
    
         
            +
                function _initialize(
         
     | 
| 
      
 27 
     | 
    
         
            +
                    address owner, 
         
     | 
| 
      
 28 
     | 
    
         
            +
                    bytes memory data
         
     | 
| 
      
 29 
     | 
    
         
            +
                )
         
     | 
| 
      
 30 
     | 
    
         
            +
                    internal
         
     | 
| 
      
 31 
     | 
    
         
            +
                    virtual override
         
     | 
| 
      
 32 
     | 
    
         
            +
                    initializer()
         
     | 
| 
      
 33 
     | 
    
         
            +
                {
         
     | 
| 
      
 34 
     | 
    
         
            +
                    (
         
     | 
| 
      
 35 
     | 
    
         
            +
                        address authority,
         
     | 
| 
      
 36 
     | 
    
         
            +
                        address registry
         
     | 
| 
      
 37 
     | 
    
         
            +
                    ) = abi.decode(data, (address, address));
         
     | 
| 
      
 38 
     | 
    
         
            +
             
     | 
| 
      
 39 
     | 
    
         
            +
                    __Service_init(authority, registry, owner);
         
     | 
| 
      
 40 
     | 
    
         
            +
                    _registerInterface(type(IOracleService).interfaceId);
         
     | 
| 
      
 41 
     | 
    
         
            +
                }
         
     | 
| 
      
 42 
     | 
    
         
            +
             
     | 
| 
      
 43 
     | 
    
         
            +
                function request(
         
     | 
| 
      
 44 
     | 
    
         
            +
                    NftId oracleNftId,
         
     | 
| 
      
 45 
     | 
    
         
            +
                    bytes calldata requestData,
         
     | 
| 
      
 46 
     | 
    
         
            +
                    Timestamp expiryAt,
         
     | 
| 
      
 47 
     | 
    
         
            +
                    string calldata callbackMethodName
         
     | 
| 
      
 48 
     | 
    
         
            +
                )
         
     | 
| 
      
 49 
     | 
    
         
            +
                    external 
         
     | 
| 
      
 50 
     | 
    
         
            +
                    virtual 
         
     | 
| 
      
 51 
     | 
    
         
            +
                    restricted()
         
     | 
| 
      
 52 
     | 
    
         
            +
                    onlyNftOfType(oracleNftId, ORACLE())
         
     | 
| 
      
 53 
     | 
    
         
            +
                    returns (RequestId requestId) 
         
     | 
| 
      
 54 
     | 
    
         
            +
                {
         
     | 
| 
      
 55 
     | 
    
         
            +
                    // checks
         
     | 
| 
      
 56 
     | 
    
         
            +
                    // get and check active caller
         
     | 
| 
      
 57 
     | 
    
         
            +
                    (
         
     | 
| 
      
 58 
     | 
    
         
            +
                        IRegistry.ObjectInfo memory requesterInfo, 
         
     | 
| 
      
 59 
     | 
    
         
            +
                        address instance
         
     | 
| 
      
 60 
     | 
    
         
            +
                    ) = ContractLib.getAndVerifyAnyComponent(
         
     | 
| 
      
 61 
     | 
    
         
            +
                        getRegistry(), msg.sender, true);
         
     | 
| 
      
 62 
     | 
    
         
            +
             
     | 
| 
      
 63 
     | 
    
         
            +
                    (
         
     | 
| 
      
 64 
     | 
    
         
            +
                        NftId requesterNftId,
         
     | 
| 
      
 65 
     | 
    
         
            +
                        IOracleComponent oracle
         
     | 
| 
      
 66 
     | 
    
         
            +
                    ) = _checkRequestParams(
         
     | 
| 
      
 67 
     | 
    
         
            +
                        getRegistry(), oracleNftId, requesterInfo, expiryAt, callbackMethodName);
         
     | 
| 
      
 68 
     | 
    
         
            +
             
     | 
| 
      
 69 
     | 
    
         
            +
                    // effects
         
     | 
| 
      
 70 
     | 
    
         
            +
                    {
         
     | 
| 
      
 71 
     | 
    
         
            +
                        // create request info
         
     | 
| 
      
 72 
     | 
    
         
            +
                        IOracle.RequestInfo memory request = IOracle.RequestInfo({
         
     | 
| 
      
 73 
     | 
    
         
            +
                            requesterNftId: requesterNftId,
         
     | 
| 
      
 74 
     | 
    
         
            +
                            callbackMethodName: callbackMethodName,
         
     | 
| 
      
 75 
     | 
    
         
            +
                            oracleNftId: oracleNftId,
         
     | 
| 
      
 76 
     | 
    
         
            +
                            requestData: requestData,
         
     | 
| 
      
 77 
     | 
    
         
            +
                            responseData: "",
         
     | 
| 
      
 78 
     | 
    
         
            +
                            respondedAt: TimestampLib.zero(),
         
     | 
| 
      
 79 
     | 
    
         
            +
                            expiredAt: expiryAt,
         
     | 
| 
      
 80 
     | 
    
         
            +
                            isCancelled: false
         
     | 
| 
      
 81 
     | 
    
         
            +
                        });
         
     | 
| 
      
 82 
     | 
    
         
            +
             
     | 
| 
      
 83 
     | 
    
         
            +
                        // store request with instance
         
     | 
| 
      
 84 
     | 
    
         
            +
                        requestId = IInstance(instance).getInstanceStore().createRequest(request);
         
     | 
| 
      
 85 
     | 
    
         
            +
                    }
         
     | 
| 
      
 86 
     | 
    
         
            +
             
     | 
| 
      
 87 
     | 
    
         
            +
                    emit LogOracleServiceRequestCreated(requestId, requesterNftId, oracleNftId, expiryAt);
         
     | 
| 
      
 88 
     | 
    
         
            +
             
     | 
| 
      
 89 
     | 
    
         
            +
                    // interactions
         
     | 
| 
      
 90 
     | 
    
         
            +
                    // callback to oracle component
         
     | 
| 
      
 91 
     | 
    
         
            +
                    oracle.request(
         
     | 
| 
      
 92 
     | 
    
         
            +
                        requestId, 
         
     | 
| 
      
 93 
     | 
    
         
            +
                        requesterNftId, 
         
     | 
| 
      
 94 
     | 
    
         
            +
                        requestData, 
         
     | 
| 
      
 95 
     | 
    
         
            +
                        expiryAt);
         
     | 
| 
      
 96 
     | 
    
         
            +
                }
         
     | 
| 
      
 97 
     | 
    
         
            +
             
     | 
| 
      
 98 
     | 
    
         
            +
             
     | 
| 
      
 99 
     | 
    
         
            +
                /// @dev respond to oracle request by oracle compnent.
         
     | 
| 
      
 100 
     | 
    
         
            +
                /// permissioned: only the oracle component linked to the request id may call this method
         
     | 
| 
      
 101 
     | 
    
         
            +
                function respond(
         
     | 
| 
      
 102 
     | 
    
         
            +
                    RequestId requestId,
         
     | 
| 
      
 103 
     | 
    
         
            +
                    bytes calldata responseData
         
     | 
| 
      
 104 
     | 
    
         
            +
                )
         
     | 
| 
      
 105 
     | 
    
         
            +
                    external
         
     | 
| 
      
 106 
     | 
    
         
            +
                    virtual
         
     | 
| 
      
 107 
     | 
    
         
            +
                    restricted()
         
     | 
| 
      
 108 
     | 
    
         
            +
                    returns (bool success)
         
     | 
| 
      
 109 
     | 
    
         
            +
                {
         
     | 
| 
      
 110 
     | 
    
         
            +
                    (
         
     | 
| 
      
 111 
     | 
    
         
            +
                        IRegistry.ObjectInfo memory info, 
         
     | 
| 
      
 112 
     | 
    
         
            +
                        address instanceAddress
         
     | 
| 
      
 113 
     | 
    
         
            +
                    ) = ContractLib.getAndVerifyComponent(
         
     | 
| 
      
 114 
     | 
    
         
            +
                        getRegistry(), msg.sender, ORACLE(), true);
         
     | 
| 
      
 115 
     | 
    
         
            +
             
     | 
| 
      
 116 
     | 
    
         
            +
                    NftId oracleNftId = info.nftId;
         
     | 
| 
      
 117 
     | 
    
         
            +
                    IInstance instance = IInstance(instanceAddress);
         
     | 
| 
      
 118 
     | 
    
         
            +
                    bool callerIsOracle = true;
         
     | 
| 
      
 119 
     | 
    
         
            +
                    IOracle.RequestInfo memory request = _checkAndGetRequestInfo(instance, requestId, oracleNftId, callerIsOracle);
         
     | 
| 
      
 120 
     | 
    
         
            +
                    request.responseData = responseData;
         
     | 
| 
      
 121 
     | 
    
         
            +
                    request.respondedAt = TimestampLib.current();
         
     | 
| 
      
 122 
     | 
    
         
            +
             
     | 
| 
      
 123 
     | 
    
         
            +
                    instance.getInstanceStore().updateRequest(
         
     | 
| 
      
 124 
     | 
    
         
            +
                        requestId, request, KEEP_STATE());
         
     | 
| 
      
 125 
     | 
    
         
            +
             
     | 
| 
      
 126 
     | 
    
         
            +
                    IRegistry.ObjectInfo memory requesterInfo = getRegistry().getObjectInfo(
         
     | 
| 
      
 127 
     | 
    
         
            +
                        request.requesterNftId);
         
     | 
| 
      
 128 
     | 
    
         
            +
             
     | 
| 
      
 129 
     | 
    
         
            +
                    string memory functionSignature = string(
         
     | 
| 
      
 130 
     | 
    
         
            +
                        abi.encodePacked(
         
     | 
| 
      
 131 
     | 
    
         
            +
                            request.callbackMethodName,
         
     | 
| 
      
 132 
     | 
    
         
            +
                            "(uint64,bytes)"
         
     | 
| 
      
 133 
     | 
    
         
            +
                        ));
         
     | 
| 
      
 134 
     | 
    
         
            +
             
     | 
| 
      
 135 
     | 
    
         
            +
                    (success, ) = requesterInfo.objectAddress.call(
         
     | 
| 
      
 136 
     | 
    
         
            +
                        abi.encodeWithSignature(
         
     | 
| 
      
 137 
     | 
    
         
            +
                            functionSignature, 
         
     | 
| 
      
 138 
     | 
    
         
            +
                            requestId,
         
     | 
| 
      
 139 
     | 
    
         
            +
                            responseData));
         
     | 
| 
      
 140 
     | 
    
         
            +
             
     | 
| 
      
 141 
     | 
    
         
            +
                    // check that calling requestor was successful
         
     | 
| 
      
 142 
     | 
    
         
            +
                    if (success) {
         
     | 
| 
      
 143 
     | 
    
         
            +
                        instance.getInstanceStore().updateRequestState(requestId, FULFILLED());
         
     | 
| 
      
 144 
     | 
    
         
            +
                    } else {
         
     | 
| 
      
 145 
     | 
    
         
            +
                        instance.getInstanceStore().updateRequestState(requestId, FAILED());
         
     | 
| 
      
 146 
     | 
    
         
            +
                        emit LogOracleServiceDeliveryFailed(requestId, requesterInfo.objectAddress, functionSignature);
         
     | 
| 
      
 147 
     | 
    
         
            +
                    }
         
     | 
| 
      
 148 
     | 
    
         
            +
             
     | 
| 
      
 149 
     | 
    
         
            +
                    emit LogOracleServiceResponseProcessed(requestId, oracleNftId);
         
     | 
| 
      
 150 
     | 
    
         
            +
                }
         
     | 
| 
      
 151 
     | 
    
         
            +
             
     | 
| 
      
 152 
     | 
    
         
            +
             
     | 
| 
      
 153 
     | 
    
         
            +
                function resend(RequestId requestId)
         
     | 
| 
      
 154 
     | 
    
         
            +
                    external 
         
     | 
| 
      
 155 
     | 
    
         
            +
                    virtual 
         
     | 
| 
      
 156 
     | 
    
         
            +
                    restricted()
         
     | 
| 
      
 157 
     | 
    
         
            +
                {
         
     | 
| 
      
 158 
     | 
    
         
            +
                    (
         
     | 
| 
      
 159 
     | 
    
         
            +
                        IRegistry.ObjectInfo memory info, 
         
     | 
| 
      
 160 
     | 
    
         
            +
                        address instanceAddress
         
     | 
| 
      
 161 
     | 
    
         
            +
                    ) = ContractLib.getAndVerifyAnyComponent(
         
     | 
| 
      
 162 
     | 
    
         
            +
                        getRegistry(), msg.sender, true);
         
     | 
| 
      
 163 
     | 
    
         
            +
             
     | 
| 
      
 164 
     | 
    
         
            +
                    NftId requesterNftId = info.nftId;
         
     | 
| 
      
 165 
     | 
    
         
            +
                    IInstance instance = IInstance(instanceAddress);
         
     | 
| 
      
 166 
     | 
    
         
            +
                    bool callerIsOracle = false;
         
     | 
| 
      
 167 
     | 
    
         
            +
                    IOracle.RequestInfo memory request = _checkAndGetRequestInfo(instance, requestId, requesterNftId, callerIsOracle);
         
     | 
| 
      
 168 
     | 
    
         
            +
             
     | 
| 
      
 169 
     | 
    
         
            +
                    // attempt to deliver response to requester
         
     | 
| 
      
 170 
     | 
    
         
            +
                    string memory functionSignature = string(
         
     | 
| 
      
 171 
     | 
    
         
            +
                        abi.encodePacked(
         
     | 
| 
      
 172 
     | 
    
         
            +
                            request.callbackMethodName,
         
     | 
| 
      
 173 
     | 
    
         
            +
                            "(uint64,bytes)"
         
     | 
| 
      
 174 
     | 
    
         
            +
                        ));
         
     | 
| 
      
 175 
     | 
    
         
            +
             
     | 
| 
      
 176 
     | 
    
         
            +
                    (bool success, bytes memory returnData) = info.objectAddress.call(
         
     | 
| 
      
 177 
     | 
    
         
            +
                        abi.encodeWithSignature(
         
     | 
| 
      
 178 
     | 
    
         
            +
                            functionSignature, 
         
     | 
| 
      
 179 
     | 
    
         
            +
                            requestId,
         
     | 
| 
      
 180 
     | 
    
         
            +
                            request.responseData));
         
     | 
| 
      
 181 
     | 
    
         
            +
             
     | 
| 
      
 182 
     | 
    
         
            +
                    // check that calling requestor was successful
         
     | 
| 
      
 183 
     | 
    
         
            +
                    if (success) {
         
     | 
| 
      
 184 
     | 
    
         
            +
                        instance.getInstanceStore().updateRequestState(requestId, FULFILLED());
         
     | 
| 
      
 185 
     | 
    
         
            +
                        emit LogOracleServiceResponseResent(requestId, requesterNftId);
         
     | 
| 
      
 186 
     | 
    
         
            +
                    } else {
         
     | 
| 
      
 187 
     | 
    
         
            +
                        emit LogOracleServiceDeliveryFailed(requestId, info.objectAddress, functionSignature);
         
     | 
| 
      
 188 
     | 
    
         
            +
                    }
         
     | 
| 
      
 189 
     | 
    
         
            +
                }
         
     | 
| 
      
 190 
     | 
    
         
            +
             
     | 
| 
      
 191 
     | 
    
         
            +
             
     | 
| 
      
 192 
     | 
    
         
            +
                function cancel(RequestId requestId)
         
     | 
| 
      
 193 
     | 
    
         
            +
                    external 
         
     | 
| 
      
 194 
     | 
    
         
            +
                    virtual 
         
     | 
| 
      
 195 
     | 
    
         
            +
                    restricted()
         
     | 
| 
      
 196 
     | 
    
         
            +
                {
         
     | 
| 
      
 197 
     | 
    
         
            +
                    (
         
     | 
| 
      
 198 
     | 
    
         
            +
                        IRegistry.ObjectInfo memory info, 
         
     | 
| 
      
 199 
     | 
    
         
            +
                        address instanceAddress
         
     | 
| 
      
 200 
     | 
    
         
            +
                    ) = ContractLib.getAndVerifyAnyComponent(
         
     | 
| 
      
 201 
     | 
    
         
            +
                        getRegistry(), msg.sender, true);
         
     | 
| 
      
 202 
     | 
    
         
            +
             
     | 
| 
      
 203 
     | 
    
         
            +
                    NftId requesterNftId = info.nftId;
         
     | 
| 
      
 204 
     | 
    
         
            +
                    IInstance instance = IInstance(instanceAddress);
         
     | 
| 
      
 205 
     | 
    
         
            +
                    bool callerIsOracle = false;
         
     | 
| 
      
 206 
     | 
    
         
            +
                    // TODO property isCancelled and state update to CANCELLED are redundant, get rid of isCancelled
         
     | 
| 
      
 207 
     | 
    
         
            +
                    IOracle.RequestInfo memory request = _checkAndGetRequestInfo(instance, requestId, requesterNftId, callerIsOracle);
         
     | 
| 
      
 208 
     | 
    
         
            +
                    request.isCancelled = true;
         
     | 
| 
      
 209 
     | 
    
         
            +
             
     | 
| 
      
 210 
     | 
    
         
            +
                    instance.getInstanceStore().updateRequest(requestId, request, CANCELLED());
         
     | 
| 
      
 211 
     | 
    
         
            +
             
     | 
| 
      
 212 
     | 
    
         
            +
                    // call oracle component
         
     | 
| 
      
 213 
     | 
    
         
            +
                    // TODO add check that oracle is active?
         
     | 
| 
      
 214 
     | 
    
         
            +
                    address oracleAddress = getRegistry().getObjectAddress(request.oracleNftId);
         
     | 
| 
      
 215 
     | 
    
         
            +
                    IOracleComponent(oracleAddress).cancel(requestId);
         
     | 
| 
      
 216 
     | 
    
         
            +
             
     | 
| 
      
 217 
     | 
    
         
            +
                    emit LogOracleServiceRequestCancelled(requestId, requesterNftId);
         
     | 
| 
      
 218 
     | 
    
         
            +
                }
         
     | 
| 
      
 219 
     | 
    
         
            +
             
     | 
| 
      
 220 
     | 
    
         
            +
             
     | 
| 
      
 221 
     | 
    
         
            +
                function _checkRequestParams(
         
     | 
| 
      
 222 
     | 
    
         
            +
                    IRegistry registry,
         
     | 
| 
      
 223 
     | 
    
         
            +
                    NftId oracleNftId,
         
     | 
| 
      
 224 
     | 
    
         
            +
                    IRegistry.ObjectInfo memory requesterInfo,
         
     | 
| 
      
 225 
     | 
    
         
            +
                    Timestamp expiryAt,
         
     | 
| 
      
 226 
     | 
    
         
            +
                    string memory callbackMethodName
         
     | 
| 
      
 227 
     | 
    
         
            +
                )
         
     | 
| 
      
 228 
     | 
    
         
            +
                    internal
         
     | 
| 
      
 229 
     | 
    
         
            +
                    virtual
         
     | 
| 
      
 230 
     | 
    
         
            +
                    view
         
     | 
| 
      
 231 
     | 
    
         
            +
                    returns (
         
     | 
| 
      
 232 
     | 
    
         
            +
                        NftId requesterNftId,
         
     | 
| 
      
 233 
     | 
    
         
            +
                        IOracleComponent oracle
         
     | 
| 
      
 234 
     | 
    
         
            +
                    )
         
     | 
| 
      
 235 
     | 
    
         
            +
                {
         
     | 
| 
      
 236 
     | 
    
         
            +
                    // get oracle info
         
     | 
| 
      
 237 
     | 
    
         
            +
                    (IRegistry.ObjectInfo memory oracleInfo,) = ContractLib.getInfoAndInstance(
         
     | 
| 
      
 238 
     | 
    
         
            +
                        registry, oracleNftId, true);
         
     | 
| 
      
 239 
     | 
    
         
            +
             
     | 
| 
      
 240 
     | 
    
         
            +
                    // obtain return values
         
     | 
| 
      
 241 
     | 
    
         
            +
                    requesterNftId = requesterInfo.nftId;
         
     | 
| 
      
 242 
     | 
    
         
            +
                    oracle = IOracleComponent(oracleInfo.objectAddress);
         
     | 
| 
      
 243 
     | 
    
         
            +
             
     | 
| 
      
 244 
     | 
    
         
            +
                    // check that requester and oracle share same product cluster
         
     | 
| 
      
 245 
     | 
    
         
            +
                    if (requesterInfo.objectType == PRODUCT()) {
         
     | 
| 
      
 246 
     | 
    
         
            +
                        if (oracleInfo.parentNftId != requesterNftId) {
         
     | 
| 
      
 247 
     | 
    
         
            +
                            revert ErrorOracleServiceProductMismatch(requesterInfo.objectType, requesterNftId, oracleInfo.parentNftId);
         
     | 
| 
      
 248 
     | 
    
         
            +
                        }
         
     | 
| 
      
 249 
     | 
    
         
            +
                    } else {
         
     | 
| 
      
 250 
     | 
    
         
            +
                        if (oracleInfo.parentNftId != requesterInfo.parentNftId) {
         
     | 
| 
      
 251 
     | 
    
         
            +
                            revert ErrorOracleServiceProductMismatch(requesterInfo.objectType, requesterInfo.parentNftId, oracleInfo.parentNftId);
         
     | 
| 
      
 252 
     | 
    
         
            +
                        }
         
     | 
| 
      
 253 
     | 
    
         
            +
                    }
         
     | 
| 
      
 254 
     | 
    
         
            +
             
     | 
| 
      
 255 
     | 
    
         
            +
                    // check expiriyAt >= now
         
     | 
| 
      
 256 
     | 
    
         
            +
                    if (expiryAt < TimestampLib.current()) {
         
     | 
| 
      
 257 
     | 
    
         
            +
                        revert ErrorOracleServiceExpiryInThePast(TimestampLib.current(), expiryAt);
         
     | 
| 
      
 258 
     | 
    
         
            +
                    }
         
     | 
| 
      
 259 
     | 
    
         
            +
             
     | 
| 
      
 260 
     | 
    
         
            +
                    // check callbackMethodName.length > 0
         
     | 
| 
      
 261 
     | 
    
         
            +
                    if (bytes(callbackMethodName).length == 0) {
         
     | 
| 
      
 262 
     | 
    
         
            +
                        revert ErrorOracleServiceCallbackMethodNameEmpty();
         
     | 
| 
      
 263 
     | 
    
         
            +
                    }
         
     | 
| 
      
 264 
     | 
    
         
            +
                }
         
     | 
| 
      
 265 
     | 
    
         
            +
             
     | 
| 
      
 266 
     | 
    
         
            +
             
     | 
| 
      
 267 
     | 
    
         
            +
                function _checkAndGetRequestInfo(
         
     | 
| 
      
 268 
     | 
    
         
            +
                    IInstance instance,
         
     | 
| 
      
 269 
     | 
    
         
            +
                    RequestId requestId,
         
     | 
| 
      
 270 
     | 
    
         
            +
                    NftId callerNftId,
         
     | 
| 
      
 271 
     | 
    
         
            +
                    bool callerIsOracle
         
     | 
| 
      
 272 
     | 
    
         
            +
                )
         
     | 
| 
      
 273 
     | 
    
         
            +
                    internal
         
     | 
| 
      
 274 
     | 
    
         
            +
                    virtual
         
     | 
| 
      
 275 
     | 
    
         
            +
                    view
         
     | 
| 
      
 276 
     | 
    
         
            +
                    returns (IOracle.RequestInfo memory info)
         
     | 
| 
      
 277 
     | 
    
         
            +
                {
         
     | 
| 
      
 278 
     | 
    
         
            +
                    InstanceReader reader = instance.getInstanceReader();
         
     | 
| 
      
 279 
     | 
    
         
            +
                    StateId state = reader.getState(requestId.toKey32());
         
     | 
| 
      
 280 
     | 
    
         
            +
             
     | 
| 
      
 281 
     | 
    
         
            +
                    // check caller against resonsible oracle or requester
         
     | 
| 
      
 282 
     | 
    
         
            +
                    info = reader.getRequestInfo(requestId);
         
     | 
| 
      
 283 
     | 
    
         
            +
                    if (callerIsOracle) {
         
     | 
| 
      
 284 
     | 
    
         
            +
                        if (state != ACTIVE()) {
         
     | 
| 
      
 285 
     | 
    
         
            +
                            revert ErrorOracleServiceRequestStateNotActive(requestId, state);
         
     | 
| 
      
 286 
     | 
    
         
            +
                        }
         
     | 
| 
      
 287 
     | 
    
         
            +
             
     | 
| 
      
 288 
     | 
    
         
            +
                        if (callerNftId != info.oracleNftId) {
         
     | 
| 
      
 289 
     | 
    
         
            +
                            revert ErrorOracleServiceCallerNotResponsibleOracle(requestId, info.oracleNftId, callerNftId);
         
     | 
| 
      
 290 
     | 
    
         
            +
                        }
         
     | 
| 
      
 291 
     | 
    
         
            +
                    } else {
         
     | 
| 
      
 292 
     | 
    
         
            +
                        if (state != ACTIVE() && state != FAILED()) {
         
     | 
| 
      
 293 
     | 
    
         
            +
                            revert ErrorOracleServiceRequestStateNotActive(requestId, state);
         
     | 
| 
      
 294 
     | 
    
         
            +
                        }
         
     | 
| 
      
 295 
     | 
    
         
            +
                        if (callerNftId != info.requesterNftId) {
         
     | 
| 
      
 296 
     | 
    
         
            +
                            revert ErrorOracleServiceCallerNotRequester(requestId, info.requesterNftId, callerNftId);
         
     | 
| 
      
 297 
     | 
    
         
            +
                        }
         
     | 
| 
      
 298 
     | 
    
         
            +
                    }
         
     | 
| 
      
 299 
     | 
    
         
            +
             
     | 
| 
      
 300 
     | 
    
         
            +
                    // check expiry
         
     | 
| 
      
 301 
     | 
    
         
            +
                    if (info.expiredAt < TimestampLib.current()) {
         
     | 
| 
      
 302 
     | 
    
         
            +
                        revert ErrorOracleServiceRequestExpired(requestId, info.expiredAt);
         
     | 
| 
      
 303 
     | 
    
         
            +
                    }
         
     | 
| 
      
 304 
     | 
    
         
            +
                }
         
     | 
| 
      
 305 
     | 
    
         
            +
             
     | 
| 
      
 306 
     | 
    
         
            +
             
     | 
| 
      
 307 
     | 
    
         
            +
                function _getDomain() internal pure override returns(ObjectType) {
         
     | 
| 
      
 308 
     | 
    
         
            +
                    return ORACLE();
         
     | 
| 
      
 309 
     | 
    
         
            +
                }
         
     | 
| 
      
 310 
     | 
    
         
            +
            }
         
     | 
| 
         @@ -0,0 +1,39 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            // SPDX-License-Identifier: Apache-2.0
         
     | 
| 
      
 2 
     | 
    
         
            +
            pragma solidity ^0.8.20;
         
     | 
| 
      
 3 
     | 
    
         
            +
             
     | 
| 
      
 4 
     | 
    
         
            +
            import {IVersionable} from "../upgradeability/IVersionable.sol";
         
     | 
| 
      
 5 
     | 
    
         
            +
            import {ProxyManager} from "../upgradeability/ProxyManager.sol";
         
     | 
| 
      
 6 
     | 
    
         
            +
            import {OracleService} from "./OracleService.sol";
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            contract OracleServiceManager is ProxyManager {
         
     | 
| 
      
 9 
     | 
    
         
            +
             
     | 
| 
      
 10 
     | 
    
         
            +
                OracleService private _oracleService;
         
     | 
| 
      
 11 
     | 
    
         
            +
             
     | 
| 
      
 12 
     | 
    
         
            +
                /// @dev initializes proxy manager with service implementation and deploys instance
         
     | 
| 
      
 13 
     | 
    
         
            +
                constructor(
         
     | 
| 
      
 14 
     | 
    
         
            +
                    address authority, 
         
     | 
| 
      
 15 
     | 
    
         
            +
                    address registry,
         
     | 
| 
      
 16 
     | 
    
         
            +
                    bytes32 salt
         
     | 
| 
      
 17 
     | 
    
         
            +
                ) 
         
     | 
| 
      
 18 
     | 
    
         
            +
                {
         
     | 
| 
      
 19 
     | 
    
         
            +
                    OracleService svc = new OracleService{salt: salt}();
         
     | 
| 
      
 20 
     | 
    
         
            +
                    bytes memory data = abi.encode(authority, registry);
         
     | 
| 
      
 21 
     | 
    
         
            +
                    IVersionable versionable = initialize(
         
     | 
| 
      
 22 
     | 
    
         
            +
                        registry,
         
     | 
| 
      
 23 
     | 
    
         
            +
                        address(svc), 
         
     | 
| 
      
 24 
     | 
    
         
            +
                        data,
         
     | 
| 
      
 25 
     | 
    
         
            +
                        salt);
         
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
                    _oracleService = OracleService(address(versionable));
         
     | 
| 
      
 28 
     | 
    
         
            +
                }
         
     | 
| 
      
 29 
     | 
    
         
            +
             
     | 
| 
      
 30 
     | 
    
         
            +
                //--- view functions ----------------------------------------------------//
         
     | 
| 
      
 31 
     | 
    
         
            +
                function getOracleService()
         
     | 
| 
      
 32 
     | 
    
         
            +
                    external
         
     | 
| 
      
 33 
     | 
    
         
            +
                    view
         
     | 
| 
      
 34 
     | 
    
         
            +
                    returns (OracleService oracleService)
         
     | 
| 
      
 35 
     | 
    
         
            +
                {
         
     | 
| 
      
 36 
     | 
    
         
            +
                    return _oracleService;
         
     | 
| 
      
 37 
     | 
    
         
            +
                }
         
     | 
| 
      
 38 
     | 
    
         
            +
             
     | 
| 
      
 39 
     | 
    
         
            +
            }
         
     |