@etherisc/gif-next 3.0.0-ab0fcb2-112 → 3.0.0-bd6db59-832
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -0
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +1 -1
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +72 -139
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +116 -110
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +1 -1
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +33 -72
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +70 -105
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +150 -126
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +65 -20
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +55 -31
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +10 -20
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +1 -1
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +1 -1
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +42 -18
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +75 -126
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +1 -1
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +65 -41
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +57 -72
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +139 -198
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +150 -140
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +56 -84
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +32 -71
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +104 -166
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +65 -41
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +138 -200
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +65 -41
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightLib.sol/FlightLib.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightLib.sol/FlightLib.json +160 -36
- package/artifacts/contracts/examples/flight/FlightMessageVerifier.sol/FlightMessageVerifier.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightOracle.sol/FlightOracle.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightOracle.sol/FlightOracle.json +152 -173
- package/artifacts/contracts/examples/flight/FlightOracleAuthorization.sol/FlightOracleAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightOracleAuthorization.sol/FlightOracleAuthorization.json +112 -41
- package/artifacts/contracts/examples/flight/FlightPool.sol/FlightPool.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightPool.sol/FlightPool.json +108 -170
- package/artifacts/contracts/examples/flight/FlightPoolAuthorization.sol/FlightPoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightPoolAuthorization.sol/FlightPoolAuthorization.json +65 -41
- package/artifacts/contracts/examples/flight/FlightProduct.sol/FlightProduct.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightProduct.sol/FlightProduct.json +251 -389
- package/artifacts/contracts/examples/flight/FlightProductAuthorization.sol/FlightProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/FlightProductAuthorization.sol/FlightProductAuthorization.json +113 -42
- package/artifacts/contracts/examples/flight/FlightUSD.sol/FlightUSD.dbg.json +1 -1
- package/artifacts/contracts/examples/flight/originalV1.sol/FlightDelayChainlink.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +102 -159
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +65 -41
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +106 -163
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +120 -177
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +65 -41
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +114 -171
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +65 -41
- package/artifacts/contracts/instance/BaseStore.sol/BaseStore.dbg.json +1 -1
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +1 -1
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +54 -49
- package/artifacts/contracts/instance/IBaseStore.sol/IBaseStore.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +25 -77
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +44 -83
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +50 -144
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +151 -185
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +67 -43
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +60 -36
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +75 -138
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +112 -104
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +2 -2
- package/artifacts/contracts/instance/ProductStore.sol/ProductStore.dbg.json +1 -1
- package/artifacts/contracts/instance/ProductStore.sol/ProductStore.json +2 -2
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +1 -1
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +58 -53
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +2 -2
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +1 -1
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +1 -1
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +2 -2
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +2 -2
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +8 -3
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +2 -2
- 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 +1 -1
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +81 -132
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +65 -41
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +66 -94
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +83 -80
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +67 -82
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +148 -149
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +129 -111
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +73 -88
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +65 -41
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +117 -176
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +139 -129
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +32 -71
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +72 -100
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +86 -94
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
- package/artifacts/contracts/pool/Pool.sol/Pool.json +73 -88
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +247 -24
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +165 -233
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +130 -140
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +63 -138
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +112 -110
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +57 -72
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +65 -41
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +115 -182
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +138 -132
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +32 -71
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +32 -71
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +64 -82
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +43 -82
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +56 -84
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +1 -1
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +36 -75
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +127 -173
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +2 -2
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +128 -122
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +94 -161
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +122 -116
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
- package/artifacts/contracts/product/Product.sol/Product.json +57 -72
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +1 -1
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +63 -146
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +107 -109
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +56 -155
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +216 -202
- package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +1 -1
- package/artifacts/contracts/registry/IRelease.sol/IRelease.json +15 -1
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +96 -314
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +146 -179
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +77 -57
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +244 -285
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +110 -115
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +154 -175
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +2 -2
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +187 -135
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +56 -32
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +29 -13
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
- package/artifacts/contracts/shared/Component.sol/Component.json +39 -84
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +320 -164
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +141 -115
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +1 -1
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +169 -421
- 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 +1 -1
- 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/IAuthorizedComponent.sol/IAuthorizedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IAuthorizedComponent.sol/IAuthorizedComponent.json +38 -96
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +38 -96
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +226 -82
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +56 -84
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +28 -1
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +12 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +25 -77
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.json +12 -1
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.json +32 -71
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +1 -1
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +57 -72
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +1 -1
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +2 -2
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +34 -15
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +14 -3
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +24 -76
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +37 -3
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/Service.sol/Service.json +31 -70
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +29 -42
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +17 -30
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +34 -34
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +1 -1
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +56 -101
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +36 -75
- package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.dbg.json +1 -1
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
- package/artifacts/contracts/staking/Staking.sol/Staking.json +109 -170
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +31 -26
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +124 -112
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +22 -5
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +65 -132
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +111 -105
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +204 -212
- package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.dbg.json +1 -1
- package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.json +19 -27
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +1 -1
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +16 -16
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +1 -1
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +1 -1
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
- package/artifacts/contracts/type/ChainId.sol/ChainIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/ChainId.sol/ChainIdLib.json +2 -2
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +2 -2
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +2 -2
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
- 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 +1 -1
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +2 -2
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +2 -2
- 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 +6 -6
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +2 -2
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +2 -2
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +2 -2
- package/artifacts/contracts/type/RequestIdSet.sol/LibRequestIdSet.dbg.json +1 -1
- package/artifacts/contracts/type/RequestIdSet.sol/LibRequestIdSet.json +2 -2
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +2 -2
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +4 -4
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +1 -1
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +1 -1
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +1 -1
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +1 -1
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
- package/artifacts/contracts/type/Version.sol/VersionLib.json +10 -10
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +6 -19
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/{IUpgradeable.sol/IUpgradeable.json → IVersionable.sol/IVersionable.json} +4 -54
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +86 -63
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/{Upgradeable.sol/Upgradeable.json → Versionable.sol/Versionable.json} +4 -54
- package/contracts/accounting/AccountingService.sol +6 -5
- package/contracts/accounting/AccountingServiceManager.sol +6 -4
- package/contracts/accounting/IAccountingService.sol +1 -1
- package/contracts/authorization/AccessAdmin.sol +44 -45
- package/contracts/authorization/AccessAdminLib.sol +27 -13
- package/contracts/authorization/AccessManagerCloneable.sol +48 -24
- package/contracts/authorization/Authorization.sol +2 -2
- package/contracts/authorization/IAccessAdmin.sol +3 -3
- package/contracts/authorization/IServiceAuthorization.sol +1 -1
- package/contracts/authorization/ServiceAuthorization.sol +4 -4
- package/contracts/distribution/BasicDistribution.sol +2 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +4 -5
- package/contracts/distribution/Distribution.sol +2 -0
- package/contracts/distribution/DistributionService.sol +20 -24
- package/contracts/distribution/DistributionServiceManager.sol +6 -4
- package/contracts/examples/fire/FirePool.sol +4 -0
- package/contracts/examples/fire/FireProduct.sol +4 -0
- package/contracts/examples/flight/FlightLib.sol +41 -63
- package/contracts/examples/flight/FlightOracle.sol +8 -0
- package/contracts/examples/flight/FlightOracleAuthorization.sol +24 -5
- package/contracts/examples/flight/FlightPool.sol +4 -0
- package/contracts/examples/flight/FlightProduct.sol +162 -127
- package/contracts/examples/flight/FlightProductAuthorization.sol +32 -8
- package/contracts/examples/unpermissioned/SimpleDistribution.sol +4 -0
- package/contracts/examples/unpermissioned/SimpleOracle.sol +4 -0
- package/contracts/examples/unpermissioned/SimplePool.sol +4 -0
- package/contracts/examples/unpermissioned/SimpleProduct.sol +4 -0
- package/contracts/instance/Instance.sol +11 -7
- package/contracts/instance/InstanceAdmin.sol +17 -11
- package/contracts/instance/InstanceAuthorizationV3.sol +2 -4
- package/contracts/instance/InstanceReader.sol +21 -15
- package/contracts/instance/InstanceService.sol +20 -18
- package/contracts/instance/InstanceServiceManager.sol +6 -4
- package/contracts/instance/base/Cloneable.sol +10 -4
- package/contracts/instance/base/ObjectSet.sol +2 -2
- package/contracts/oracle/BasicOracle.sol +2 -0
- package/contracts/oracle/BasicOracleAuthorization.sol +1 -3
- package/contracts/oracle/IOracleService.sol +4 -0
- package/contracts/oracle/Oracle.sol +4 -3
- package/contracts/oracle/OracleService.sol +67 -37
- package/contracts/oracle/OracleServiceManager.sol +6 -4
- package/contracts/pool/BasicPool.sol +4 -2
- package/contracts/pool/BasicPoolAuthorization.sol +4 -5
- package/contracts/pool/BundleService.sol +19 -25
- package/contracts/pool/BundleServiceManager.sol +7 -5
- package/contracts/pool/IPoolService.sol +6 -5
- package/contracts/pool/Pool.sol +3 -1
- package/contracts/pool/PoolLib.sol +102 -5
- package/contracts/pool/PoolService.sol +101 -67
- package/contracts/pool/PoolServiceManager.sol +6 -4
- package/contracts/product/ApplicationService.sol +34 -13
- package/contracts/product/ApplicationServiceManager.sol +6 -4
- package/contracts/product/BasicProduct.sol +2 -0
- package/contracts/product/BasicProductAuthorization.sol +4 -5
- package/contracts/product/ClaimService.sol +34 -10
- package/contracts/product/ClaimServiceManager.sol +7 -5
- package/contracts/product/IPolicyService.sol +1 -0
- package/contracts/product/PolicyService.sol +57 -44
- package/contracts/product/PolicyServiceManager.sol +6 -4
- package/contracts/product/PricingService.sol +8 -7
- package/contracts/product/PricingServiceManager.sol +6 -4
- package/contracts/product/Product.sol +2 -0
- package/contracts/product/RiskService.sol +40 -8
- package/contracts/product/RiskServiceManager.sol +6 -4
- package/contracts/registry/IRegistry.sol +14 -20
- package/contracts/registry/IRegistryService.sol +14 -10
- package/contracts/registry/IRelease.sol +3 -0
- package/contracts/registry/Registry.sol +78 -124
- package/contracts/registry/RegistryAdmin.sol +29 -12
- package/contracts/registry/RegistryAuthorization.sol +3 -4
- package/contracts/registry/RegistryService.sol +82 -99
- package/contracts/registry/RegistryServiceManager.sol +11 -4
- package/contracts/registry/ReleaseAdmin.sol +23 -9
- package/contracts/registry/ReleaseRegistry.sol +74 -64
- package/contracts/registry/ServiceAuthorizationV3.sol +3 -4
- package/contracts/registry/TokenRegistry.sol +15 -6
- package/contracts/shared/Component.sol +22 -27
- package/contracts/shared/ComponentService.sol +130 -45
- package/contracts/shared/ComponentServiceManager.sol +7 -5
- package/contracts/shared/ContractLib.sol +93 -359
- package/contracts/shared/IComponent.sol +3 -5
- package/contracts/shared/IComponentService.sol +14 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +7 -3
- package/contracts/shared/INftOwnable.sol +2 -0
- package/contracts/shared/IRegisterable.sol +3 -14
- package/contracts/shared/IRegistryLinked.sol +3 -1
- package/contracts/shared/IService.sol +2 -2
- package/contracts/shared/InstanceLinkedComponent.sol +64 -29
- package/contracts/shared/NftOwnable.sol +22 -9
- package/contracts/shared/PolicyHolder.sol +4 -2
- package/contracts/shared/Registerable.sol +20 -37
- package/contracts/shared/RegistryLinked.sol +23 -4
- package/contracts/shared/Service.sol +9 -8
- package/contracts/shared/TokenHandler.sol +1 -4
- package/contracts/staking/IStaking.sol +2 -2
- package/contracts/staking/Staking.sol +33 -28
- package/contracts/staking/StakingLib.sol +1 -3
- package/contracts/staking/StakingManager.sol +6 -3
- package/contracts/staking/StakingReader.sol +17 -9
- package/contracts/staking/StakingService.sol +13 -16
- package/contracts/staking/StakingServiceManager.sol +8 -4
- package/contracts/staking/StakingStore.sol +8 -8
- package/contracts/staking/TargetHandler.sol +5 -4
- package/contracts/type/Version.sol +16 -15
- package/contracts/upgradeability/{IUpgradeable.sol → IVersionable.sol} +19 -13
- package/contracts/upgradeability/ProxyManager.sol +54 -46
- package/contracts/upgradeability/{Upgradeable.sol → Versionable.sol} +14 -25
- package/package.json +1 -1
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -74
- package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
- package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -74
- package/artifacts/contracts/upgradeability/IUpgradeable.sol/IUpgradeable.dbg.json +0 -4
- package/artifacts/contracts/upgradeability/Upgradeable.sol/Upgradeable.dbg.json +0 -4
- package/contracts/shared/IVersionable.sol +0 -19
- package/contracts/shared/Versionable.sol +0 -47
@@ -8,7 +8,6 @@ import {IAuthorization} from "../../authorization/IAuthorization.sol";
|
|
8
8
|
import {IComponents} from "../../instance/module/IComponents.sol";
|
9
9
|
|
10
10
|
import {Amount, AmountLib} from "../../type/Amount.sol";
|
11
|
-
import {BasicProduct} from "../../product/BasicProduct.sol";
|
12
11
|
import {ClaimId} from "../../type/ClaimId.sol";
|
13
12
|
import {FeeLib} from "../../type/Fee.sol";
|
14
13
|
import {FlightLib} from "./FlightLib.sol";
|
@@ -17,6 +16,7 @@ import {FlightOracle} from "./FlightOracle.sol";
|
|
17
16
|
import {InstanceReader} from "../../instance/InstanceReader.sol";
|
18
17
|
import {NftId, NftIdLib} from "../../type/NftId.sol";
|
19
18
|
import {PayoutId} from "../../type/PayoutId.sol";
|
19
|
+
import {Product} from "../../product/Product.sol";
|
20
20
|
import {ReferralLib} from "../../type/Referral.sol";
|
21
21
|
import {RiskId, RiskIdLib} from "../../type/RiskId.sol";
|
22
22
|
import {RequestId} from "../../type/RequestId.sol";
|
@@ -27,16 +27,17 @@ import {Timestamp, TimestampLib} from "../../type/Timestamp.sol";
|
|
27
27
|
|
28
28
|
/// @dev FlightProduct implements the flight delay product.
|
29
29
|
contract FlightProduct is
|
30
|
-
|
30
|
+
Product
|
31
31
|
{
|
32
32
|
|
33
33
|
event LogRequestFlightRatings(uint256 requestId, bytes32 carrierFlightNumber, uint256 departureTime, uint256 arrivalTime, bytes32 riskId);
|
34
34
|
event LogRequestFlightStatus(uint256 requestId, uint256 arrivalTime, bytes32 carrierFlightNumber, bytes32 departureYearMonthDay);
|
35
35
|
event LogPayoutTransferred(bytes32 bpKey, uint256 claimId, uint256 payoutId, uint256 amount);
|
36
36
|
event LogFlightStatusProcessed(RequestId requestId, RiskId riskId, bytes1 status, int256 delayMinutes, uint8 payoutOption);
|
37
|
+
event LogFlightPoliciesProcessed(RiskId riskId, uint8 payoutOption, uint256 policiesProcessed, uint256 policiesRemaining);
|
37
38
|
|
38
39
|
// TODO convert error logs to custom errors
|
39
|
-
event LogError(string error, uint256 index, uint256 stored, uint256 calculated);
|
40
|
+
// event LogError(string error, uint256 index, uint256 stored, uint256 calculated);
|
40
41
|
event LogPolicyExpired(bytes32 bpKey);
|
41
42
|
|
42
43
|
event LogErrorRiskInvalid(RequestId requestId, RiskId riskId);
|
@@ -85,41 +86,42 @@ contract FlightProduct is
|
|
85
86
|
uint8[6] public WEIGHT_PATTERN = [0, 0, 0, 30, 50, 50];
|
86
87
|
uint8 public constant MAX_WEIGHT = 50;
|
87
88
|
|
89
|
+
bool internal _testMode;
|
90
|
+
|
88
91
|
// GIF V3 specifics
|
89
92
|
NftId internal _defaultBundleNftId;
|
90
|
-
|
91
|
-
// TODO add product (base contract) functions
|
92
|
-
// - getOracleNftId(idx)
|
93
|
-
// - getDistributionNftId()
|
94
|
-
// - getPoolNftId()
|
95
|
-
NftId internal _oracleNftId; // TODO refactor to getOracleNftId(0)
|
93
|
+
NftId internal _oracleNftId;
|
96
94
|
// solhint-enable
|
97
95
|
|
98
|
-
FlightMessageVerifier internal _flightMessageVerifier;
|
99
|
-
|
100
96
|
|
101
97
|
struct FlightRisk {
|
102
98
|
Str flightData; // example: "LX 180 ZRH BKK 20241104"
|
103
99
|
Timestamp departureTime;
|
100
|
+
// this field contains static data required by the frontend and is not directly used by the product
|
101
|
+
string departureTimeLocal; // example "2024-10-14T10:10:00.000 Asia/Seoul"
|
104
102
|
Timestamp arrivalTime;
|
103
|
+
// this field contains static data required by the frontend and is not directly used by the product
|
104
|
+
string arrivalTimeLocal; // example "2024-10-14T10:10:00.000 Asia/Seoul"
|
105
105
|
Amount sumOfSumInsuredAmounts;
|
106
106
|
// uint256 premiumMultiplier; // what is this? UFixed?
|
107
107
|
// uint256 weight; // what is this? UFixed?
|
108
108
|
bytes1 status; // 'L'ate, 'C'ancelled, 'D'iverted, ...
|
109
109
|
int256 delayMinutes;
|
110
|
+
uint8 payoutOption;
|
111
|
+
Timestamp statusUpdatedAt;
|
110
112
|
}
|
111
113
|
|
112
114
|
struct ApplicationData {
|
113
115
|
Str flightData;
|
114
116
|
Timestamp departureTime;
|
117
|
+
string departureTimeLocal;
|
115
118
|
Timestamp arrivalTime;
|
119
|
+
string arrivalTimeLocal;
|
116
120
|
Amount premiumAmount;
|
117
121
|
uint256[6] statistics;
|
118
|
-
uint8 v;
|
119
|
-
bytes32 r;
|
120
|
-
bytes32 s;
|
121
122
|
}
|
122
123
|
|
124
|
+
|
123
125
|
struct PermitData {
|
124
126
|
address owner;
|
125
127
|
address spender;
|
@@ -132,21 +134,20 @@ contract FlightProduct is
|
|
132
134
|
|
133
135
|
|
134
136
|
constructor(
|
137
|
+
address registry,
|
135
138
|
NftId instanceNftid,
|
136
139
|
string memory componentName,
|
137
|
-
IAuthorization authorization
|
138
|
-
FlightMessageVerifier messageVerifier
|
140
|
+
IAuthorization authorization
|
139
141
|
)
|
140
142
|
{
|
141
143
|
address initialOwner = msg.sender;
|
142
144
|
|
143
145
|
_initialize(
|
146
|
+
registry,
|
144
147
|
instanceNftid,
|
145
148
|
componentName,
|
146
149
|
authorization,
|
147
150
|
initialOwner);
|
148
|
-
|
149
|
-
_flightMessageVerifier = messageVerifier;
|
150
151
|
}
|
151
152
|
|
152
153
|
//--- external functions ------------------------------------------------//
|
@@ -195,62 +196,37 @@ contract FlightProduct is
|
|
195
196
|
)
|
196
197
|
{
|
197
198
|
// process permit data
|
198
|
-
|
199
|
+
_processPermit(permit);
|
199
200
|
|
200
201
|
// create policy
|
201
202
|
address policyHolder = permit.owner;
|
202
203
|
(
|
203
204
|
riskId,
|
204
205
|
policyNftId
|
205
|
-
) =
|
206
|
+
) = _createPolicy(
|
206
207
|
policyHolder,
|
207
208
|
application.flightData,
|
208
209
|
application.departureTime,
|
210
|
+
application.departureTimeLocal,
|
209
211
|
application.arrivalTime,
|
212
|
+
application.arrivalTimeLocal,
|
210
213
|
application.premiumAmount,
|
211
214
|
application.statistics);
|
212
|
-
// application.v,
|
213
|
-
// application.r,
|
214
|
-
// application.s);
|
215
|
-
}
|
216
|
-
|
217
|
-
|
218
|
-
function processPermit(
|
219
|
-
PermitData memory permit
|
220
|
-
)
|
221
|
-
public
|
222
|
-
virtual
|
223
|
-
restricted()
|
224
|
-
{
|
225
|
-
address tokenAddress = address(getToken());
|
226
|
-
|
227
|
-
// process permit data
|
228
|
-
ERC20Permit(tokenAddress).permit(
|
229
|
-
permit.owner,
|
230
|
-
permit.spender,
|
231
|
-
permit.value,
|
232
|
-
permit.deadline,
|
233
|
-
permit.v,
|
234
|
-
permit.r,
|
235
|
-
permit.s);
|
236
215
|
}
|
237
216
|
|
238
217
|
|
239
|
-
function
|
218
|
+
function _createPolicy(
|
240
219
|
address policyHolder,
|
241
220
|
Str flightData,
|
242
221
|
Timestamp departureTime,
|
222
|
+
string memory departureTimeLocal,
|
243
223
|
Timestamp arrivalTime,
|
224
|
+
string memory arrivalTimeLocal,
|
244
225
|
Amount premiumAmount,
|
245
226
|
uint256[6] memory statistics
|
246
|
-
// signature fields
|
247
|
-
// uint8 v,
|
248
|
-
// bytes32 r,
|
249
|
-
// bytes32 s
|
250
227
|
)
|
251
|
-
|
228
|
+
internal
|
252
229
|
virtual
|
253
|
-
restricted()
|
254
230
|
returns (
|
255
231
|
RiskId riskId,
|
256
232
|
NftId policyNftId
|
@@ -258,20 +234,20 @@ contract FlightProduct is
|
|
258
234
|
{
|
259
235
|
// checks
|
260
236
|
// disabled for now - using rbac for security
|
261
|
-
FlightLib.
|
237
|
+
FlightLib.checkApplicationData(
|
262
238
|
this,
|
263
239
|
flightData,
|
264
240
|
departureTime,
|
265
241
|
arrivalTime,
|
266
|
-
premiumAmount
|
267
|
-
statistics);
|
268
|
-
// v, r, s);
|
242
|
+
premiumAmount);
|
269
243
|
|
270
244
|
(riskId, policyNftId) = _prepareApplication(
|
271
245
|
policyHolder,
|
272
246
|
flightData,
|
273
247
|
departureTime,
|
248
|
+
departureTimeLocal,
|
274
249
|
arrivalTime,
|
250
|
+
arrivalTimeLocal,
|
275
251
|
premiumAmount,
|
276
252
|
statistics);
|
277
253
|
|
@@ -299,49 +275,6 @@ contract FlightProduct is
|
|
299
275
|
}
|
300
276
|
|
301
277
|
|
302
|
-
function _prepareApplication(
|
303
|
-
address policyHolder,
|
304
|
-
Str flightData,
|
305
|
-
Timestamp departureTime,
|
306
|
-
Timestamp arrivalTime,
|
307
|
-
Amount premiumAmount,
|
308
|
-
uint256[6] memory statistics
|
309
|
-
)
|
310
|
-
internal
|
311
|
-
virtual
|
312
|
-
returns (
|
313
|
-
RiskId riskId,
|
314
|
-
NftId policyNftId
|
315
|
-
)
|
316
|
-
{
|
317
|
-
Amount[5] memory payoutAmounts;
|
318
|
-
Amount sumInsuredAmount;
|
319
|
-
|
320
|
-
(
|
321
|
-
riskId,
|
322
|
-
payoutAmounts,
|
323
|
-
sumInsuredAmount
|
324
|
-
) = _createRiskAndPayoutAmounts(
|
325
|
-
flightData,
|
326
|
-
departureTime,
|
327
|
-
arrivalTime,
|
328
|
-
premiumAmount,
|
329
|
-
statistics);
|
330
|
-
|
331
|
-
policyNftId = _createApplication(
|
332
|
-
policyHolder,
|
333
|
-
riskId,
|
334
|
-
sumInsuredAmount,
|
335
|
-
premiumAmount,
|
336
|
-
LIFETIME,
|
337
|
-
_defaultBundleNftId,
|
338
|
-
ReferralLib.zero(),
|
339
|
-
abi.encode(
|
340
|
-
premiumAmount,
|
341
|
-
payoutAmounts)); // application data
|
342
|
-
}
|
343
|
-
|
344
|
-
|
345
278
|
/// @dev Callback for flight status oracle.
|
346
279
|
/// Function may only be alled by oracle service.
|
347
280
|
function flightStatusCallback(
|
@@ -385,9 +318,27 @@ contract FlightProduct is
|
|
385
318
|
maxPoliciesToProcess);
|
386
319
|
}
|
387
320
|
|
321
|
+
|
322
|
+
/// @dev Manual fallback function for product owner.
|
323
|
+
function processPayoutsAndClosePolicies(
|
324
|
+
RiskId riskId,
|
325
|
+
uint8 maxPoliciesToProcess
|
326
|
+
)
|
327
|
+
external
|
328
|
+
virtual
|
329
|
+
restricted()
|
330
|
+
onlyOwner()
|
331
|
+
{
|
332
|
+
_processPayoutsAndClosePolicies(
|
333
|
+
riskId,
|
334
|
+
maxPoliciesToProcess);
|
335
|
+
}
|
336
|
+
|
337
|
+
|
388
338
|
//--- owner functions ---------------------------------------------------//
|
389
339
|
|
390
|
-
/// @dev Call after product registration with the instance
|
340
|
+
/// @dev Call after product registration with the instance
|
341
|
+
/// when the product token/tokenhandler is available
|
391
342
|
function completeSetup()
|
392
343
|
external
|
393
344
|
virtual
|
@@ -405,6 +356,8 @@ contract FlightProduct is
|
|
405
356
|
|
406
357
|
|
407
358
|
function setDefaultBundle(NftId bundleNftId) external restricted() onlyOwner() { _defaultBundleNftId = bundleNftId; }
|
359
|
+
function setTestMode(bool testMode) external restricted() onlyOwner() { _testMode = testMode; }
|
360
|
+
|
408
361
|
function approveTokenHandler(IERC20Metadata token, Amount amount) external restricted() onlyOwner() { _approveTokenHandler(token, amount); }
|
409
362
|
function setLocked(bool locked) external onlyOwner() { _setLocked(locked); }
|
410
363
|
function setWallet(address newWallet) external restricted() onlyOwner() { _setWallet(newWallet); }
|
@@ -412,7 +365,6 @@ contract FlightProduct is
|
|
412
365
|
|
413
366
|
//--- view functions ----------------------------------------------------//
|
414
367
|
|
415
|
-
|
416
368
|
function calculateNetPremium(
|
417
369
|
Amount, // sumInsuredAmount: not used in this product
|
418
370
|
RiskId, // riskId: not used in this product
|
@@ -428,34 +380,87 @@ contract FlightProduct is
|
|
428
380
|
}
|
429
381
|
|
430
382
|
|
431
|
-
function
|
432
|
-
|
433
|
-
|
434
|
-
|
383
|
+
function getOracleNftId() public view returns (NftId oracleNftId) { return _oracleNftId; }
|
384
|
+
function isTestMode() public view returns (bool) { return _testMode; }
|
385
|
+
function decodeFlightRiskData(bytes memory data) public pure returns (FlightRisk memory) { return abi.decode(data, (FlightRisk)); }
|
386
|
+
|
387
|
+
//--- internal functions ------------------------------------------------//
|
388
|
+
|
389
|
+
|
390
|
+
function _processPermit(
|
391
|
+
PermitData memory permit
|
392
|
+
)
|
393
|
+
internal
|
394
|
+
virtual
|
395
|
+
restricted()
|
435
396
|
{
|
436
|
-
|
397
|
+
address tokenAddress = address(getToken());
|
398
|
+
|
399
|
+
// process permit data
|
400
|
+
ERC20Permit(tokenAddress).permit(
|
401
|
+
permit.owner,
|
402
|
+
permit.spender,
|
403
|
+
permit.value,
|
404
|
+
permit.deadline,
|
405
|
+
permit.v,
|
406
|
+
permit.r,
|
407
|
+
permit.s);
|
437
408
|
}
|
438
409
|
|
439
410
|
|
440
|
-
function
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
411
|
+
function _prepareApplication(
|
412
|
+
address policyHolder,
|
413
|
+
Str flightData,
|
414
|
+
Timestamp departureTime,
|
415
|
+
string memory departureTimeLocal,
|
416
|
+
Timestamp arrivalTime,
|
417
|
+
string memory arrivalTimeLocal,
|
418
|
+
Amount premiumAmount,
|
419
|
+
uint256[6] memory statistics
|
420
|
+
)
|
421
|
+
internal
|
422
|
+
virtual
|
423
|
+
returns (
|
424
|
+
RiskId riskId,
|
425
|
+
NftId policyNftId
|
426
|
+
)
|
427
|
+
{
|
428
|
+
Amount[5] memory payoutAmounts;
|
429
|
+
Amount sumInsuredAmount;
|
447
430
|
|
448
|
-
|
449
|
-
|
450
|
-
|
431
|
+
(
|
432
|
+
riskId,
|
433
|
+
payoutAmounts,
|
434
|
+
sumInsuredAmount
|
435
|
+
) = _createRiskAndPayoutAmounts(
|
436
|
+
flightData,
|
437
|
+
departureTime,
|
438
|
+
departureTimeLocal,
|
439
|
+
arrivalTime,
|
440
|
+
arrivalTimeLocal,
|
441
|
+
premiumAmount,
|
442
|
+
statistics);
|
451
443
|
|
452
|
-
|
444
|
+
policyNftId = _createApplication(
|
445
|
+
policyHolder,
|
446
|
+
riskId,
|
447
|
+
sumInsuredAmount,
|
448
|
+
premiumAmount,
|
449
|
+
LIFETIME,
|
450
|
+
_defaultBundleNftId,
|
451
|
+
ReferralLib.zero(),
|
452
|
+
abi.encode(
|
453
|
+
premiumAmount,
|
454
|
+
payoutAmounts)); // application data
|
455
|
+
}
|
453
456
|
|
454
457
|
|
455
458
|
function _createRiskAndPayoutAmounts(
|
456
459
|
Str flightData,
|
457
460
|
Timestamp departureTime,
|
461
|
+
string memory departureTimeLocal,
|
458
462
|
Timestamp arrivalTime,
|
463
|
+
string memory arrivalTimeLocal,
|
459
464
|
Amount premiumAmount,
|
460
465
|
uint256[6] memory statistics
|
461
466
|
)
|
@@ -481,7 +486,9 @@ contract FlightProduct is
|
|
481
486
|
riskId = _checkAndUpdateFlightRisk(
|
482
487
|
flightData,
|
483
488
|
departureTime,
|
489
|
+
departureTimeLocal,
|
484
490
|
arrivalTime,
|
491
|
+
arrivalTimeLocal,
|
485
492
|
sumInsuredAmount,
|
486
493
|
weight);
|
487
494
|
}
|
@@ -490,7 +497,9 @@ contract FlightProduct is
|
|
490
497
|
function _checkAndUpdateFlightRisk(
|
491
498
|
Str flightData,
|
492
499
|
Timestamp departureTime,
|
500
|
+
string memory departureTimeLocal,
|
493
501
|
Timestamp arrivalTime,
|
502
|
+
string memory arrivalTimeLocal,
|
494
503
|
Amount sumInsuredAmount,
|
495
504
|
uint256 weight
|
496
505
|
)
|
@@ -505,7 +514,9 @@ contract FlightProduct is
|
|
505
514
|
getNftId(),
|
506
515
|
flightData,
|
507
516
|
departureTime,
|
508
|
-
|
517
|
+
departureTimeLocal,
|
518
|
+
arrivalTime,
|
519
|
+
arrivalTimeLocal);
|
509
520
|
|
510
521
|
// create risk, if new
|
511
522
|
if (!exists) {
|
@@ -542,16 +553,25 @@ contract FlightProduct is
|
|
542
553
|
) = FlightLib.getFlightRisk(reader, getNftId(), riskId);
|
543
554
|
|
544
555
|
if (!exists) {
|
556
|
+
// TODO decide to switch from log to error
|
545
557
|
emit LogErrorRiskInvalid(requestId, riskId);
|
546
558
|
return;
|
559
|
+
} else {
|
560
|
+
// update status, if not yet set
|
561
|
+
if (flightRisk.statusUpdatedAt.eqz()) {
|
562
|
+
flightRisk.status = status;
|
563
|
+
flightRisk.delayMinutes = delayMinutes;
|
564
|
+
flightRisk.payoutOption = FlightLib.checkAndGetPayoutOption(
|
565
|
+
requestId, riskId, status, delayMinutes);
|
566
|
+
flightRisk.statusUpdatedAt = TimestampLib.current();
|
567
|
+
|
568
|
+
_updateRisk(riskId, abi.encode(flightRisk));
|
569
|
+
}
|
570
|
+
// TODO revert in else case?
|
547
571
|
}
|
548
572
|
|
549
|
-
uint8 payoutOption =
|
550
|
-
requestId, riskId, status, delayMinutes);
|
551
|
-
|
552
|
-
_processPayoutsAndClosePolicies(
|
573
|
+
(,, uint8 payoutOption) = _processPayoutsAndClosePolicies(
|
553
574
|
riskId,
|
554
|
-
payoutOption,
|
555
575
|
maxPoliciesToProcess);
|
556
576
|
|
557
577
|
// logging
|
@@ -559,22 +579,32 @@ contract FlightProduct is
|
|
559
579
|
}
|
560
580
|
|
561
581
|
|
562
|
-
// REMARK caller responsible to check that risk exists.
|
563
582
|
function _processPayoutsAndClosePolicies(
|
564
583
|
RiskId riskId,
|
565
|
-
uint8 payoutOption,
|
566
584
|
uint8 maxPoliciesToProcess
|
567
585
|
)
|
568
586
|
internal
|
569
587
|
virtual
|
588
|
+
returns (
|
589
|
+
bool riskExists,
|
590
|
+
bool statusAvailable,
|
591
|
+
uint8 payoutOption
|
592
|
+
)
|
570
593
|
{
|
571
594
|
// determine numbers of policies to process
|
572
595
|
InstanceReader reader = _getInstanceReader();
|
596
|
+
(riskExists, statusAvailable, payoutOption) = FlightLib.getPayoutOption(reader, getNftId(), riskId);
|
597
|
+
|
598
|
+
// return with default values if risk does not exist or status is not yet available
|
599
|
+
if (!riskExists || !statusAvailable) {
|
600
|
+
return (riskExists, statusAvailable, payoutOption);
|
601
|
+
}
|
602
|
+
|
573
603
|
uint256 policiesToProcess = reader.policiesForRisk(riskId);
|
574
|
-
|
604
|
+
uint256 policiesProcessed = policiesToProcess < maxPoliciesToProcess ? policiesToProcess : maxPoliciesToProcess;
|
575
605
|
|
576
606
|
// go trough policies
|
577
|
-
for (uint256 i = 0; i <
|
607
|
+
for (uint256 i = 0; i < policiesProcessed; i++) {
|
578
608
|
NftId policyNftId = reader.getPolicyForRisk(riskId, i);
|
579
609
|
|
580
610
|
// create payout (if any)
|
@@ -593,6 +623,9 @@ contract FlightProduct is
|
|
593
623
|
_expire(policyNftId, TimestampLib.current());
|
594
624
|
_close(policyNftId);
|
595
625
|
}
|
626
|
+
|
627
|
+
// logging
|
628
|
+
emit LogFlightPoliciesProcessed(riskId, payoutOption, policiesProcessed, policiesToProcess - policiesProcessed);
|
596
629
|
}
|
597
630
|
|
598
631
|
|
@@ -614,6 +647,7 @@ contract FlightProduct is
|
|
614
647
|
|
615
648
|
|
616
649
|
function _initialize(
|
650
|
+
address registry,
|
617
651
|
NftId instanceNftId,
|
618
652
|
string memory componentName,
|
619
653
|
IAuthorization authorization,
|
@@ -622,7 +656,8 @@ contract FlightProduct is
|
|
622
656
|
internal
|
623
657
|
initializer
|
624
658
|
{
|
625
|
-
|
659
|
+
__Product_init(
|
660
|
+
registry,
|
626
661
|
instanceNftId,
|
627
662
|
componentName,
|
628
663
|
IComponents.ProductInfo({
|
@@ -3,19 +3,42 @@ pragma solidity ^0.8.20;
|
|
3
3
|
|
4
4
|
import {IAccess} from "../../../contracts/authorization/IAccess.sol";
|
5
5
|
|
6
|
+
import {AccessAdminLib} from "../../authorization/AccessAdminLib.sol";
|
6
7
|
import {BasicProductAuthorization} from "../../product/BasicProductAuthorization.sol";
|
7
8
|
import {FlightProduct} from "./FlightProduct.sol";
|
8
9
|
import {ORACLE} from "../../../contracts/type/ObjectType.sol";
|
9
|
-
import {PUBLIC_ROLE} from "../../../contracts/type/RoleId.sol";
|
10
|
+
import {RoleId, ADMIN_ROLE, PUBLIC_ROLE} from "../../../contracts/type/RoleId.sol";
|
10
11
|
|
11
12
|
|
12
13
|
contract FlightProductAuthorization
|
13
14
|
is BasicProductAuthorization
|
14
15
|
{
|
15
16
|
|
16
|
-
|
17
|
-
|
18
|
-
|
17
|
+
uint64 public constant STATISTICS_PROVIDER_ROLE_IDX = 1; // 1st custom role for flight product
|
18
|
+
string public constant STATISTICS_PROVIDER_ROLE_NAME = "StatisticsProviderRole";
|
19
|
+
RoleId public STATISTICS_PROVIDER_ROLE;
|
20
|
+
|
21
|
+
|
22
|
+
constructor(string memory productName)
|
23
|
+
BasicProductAuthorization(productName)
|
24
|
+
{ }
|
25
|
+
|
26
|
+
|
27
|
+
function _setupRoles()
|
28
|
+
internal
|
29
|
+
override
|
30
|
+
{
|
31
|
+
STATISTICS_PROVIDER_ROLE = AccessAdminLib.getCustomRoleId(STATISTICS_PROVIDER_ROLE_IDX);
|
32
|
+
|
33
|
+
_addRole(
|
34
|
+
STATISTICS_PROVIDER_ROLE,
|
35
|
+
AccessAdminLib.roleInfo(
|
36
|
+
ADMIN_ROLE(),
|
37
|
+
TargetType.Custom,
|
38
|
+
1, // max member count special case: instance nft owner is sole role owner
|
39
|
+
STATISTICS_PROVIDER_ROLE_NAME));
|
40
|
+
}
|
41
|
+
|
19
42
|
|
20
43
|
function _setupTargetAuthorizations()
|
21
44
|
internal
|
@@ -28,13 +51,14 @@ contract FlightProductAuthorization
|
|
28
51
|
functions = _authorizeForTarget(getMainTargetName(), getServiceRole(ORACLE()));
|
29
52
|
_authorize(functions, FlightProduct.flightStatusCallback.selector, "flightStatusCallback");
|
30
53
|
|
31
|
-
// authorize
|
32
|
-
functions = _authorizeForTarget(getMainTargetName(),
|
33
|
-
_authorize(functions, FlightProduct.createPolicy.selector, "createPolicy");
|
54
|
+
// authorize statistics provider role
|
55
|
+
functions = _authorizeForTarget(getMainTargetName(), STATISTICS_PROVIDER_ROLE);
|
34
56
|
_authorize(functions, FlightProduct.createPolicyWithPermit.selector, "createPolicyWithPermit");
|
35
57
|
|
36
|
-
//
|
58
|
+
// authorize public role (additional authz via onlyOwner)
|
59
|
+
functions = _authorizeForTarget(getMainTargetName(), PUBLIC_ROLE());
|
37
60
|
_authorize(functions, FlightProduct.processFlightStatus.selector, "processFlightStatus");
|
61
|
+
_authorize(functions, FlightProduct.processPayoutsAndClosePolicies.selector, "processPayoutsAndClosePolicies");
|
38
62
|
_authorize(functions, FlightProduct.completeSetup.selector, "completeSetup");
|
39
63
|
_authorize(functions, FlightProduct.setDefaultBundle.selector, "setDefaultBundle");
|
40
64
|
_authorize(functions, FlightProduct.approveTokenHandler.selector, "approveTokenHandler");
|
@@ -17,12 +17,14 @@ contract SimpleDistribution is
|
|
17
17
|
{
|
18
18
|
|
19
19
|
constructor(
|
20
|
+
address registry,
|
20
21
|
NftId productNftId,
|
21
22
|
IAuthorization authorization,
|
22
23
|
address initialOwner
|
23
24
|
)
|
24
25
|
{
|
25
26
|
initialize(
|
27
|
+
registry,
|
26
28
|
productNftId,
|
27
29
|
authorization,
|
28
30
|
initialOwner,
|
@@ -30,6 +32,7 @@ contract SimpleDistribution is
|
|
30
32
|
}
|
31
33
|
|
32
34
|
function initialize(
|
35
|
+
address registry,
|
33
36
|
NftId productNftId,
|
34
37
|
IAuthorization authorization,
|
35
38
|
address initialOwner,
|
@@ -40,6 +43,7 @@ contract SimpleDistribution is
|
|
40
43
|
initializer()
|
41
44
|
{
|
42
45
|
_initializeBasicDistribution(
|
46
|
+
registry,
|
43
47
|
productNftId,
|
44
48
|
authorization,
|
45
49
|
initialOwner,
|
@@ -31,12 +31,14 @@ contract SimpleOracle is
|
|
31
31
|
event LogSimpleOracleSyncResponseSent(RequestId requestId, string responseText);
|
32
32
|
|
33
33
|
constructor(
|
34
|
+
address registry,
|
34
35
|
NftId productNftId,
|
35
36
|
IAuthorization authorization,
|
36
37
|
address initialOwner
|
37
38
|
)
|
38
39
|
{
|
39
40
|
initialize(
|
41
|
+
registry,
|
40
42
|
productNftId,
|
41
43
|
authorization,
|
42
44
|
initialOwner,
|
@@ -45,6 +47,7 @@ contract SimpleOracle is
|
|
45
47
|
}
|
46
48
|
|
47
49
|
function initialize(
|
50
|
+
address registry,
|
48
51
|
NftId productNftId,
|
49
52
|
IAuthorization authorization,
|
50
53
|
address initialOwner,
|
@@ -55,6 +58,7 @@ contract SimpleOracle is
|
|
55
58
|
initializer()
|
56
59
|
{
|
57
60
|
_initializeBasicOracle(
|
61
|
+
registry,
|
58
62
|
productNftId,
|
59
63
|
authorization,
|
60
64
|
initialOwner,
|
@@ -17,6 +17,7 @@ contract SimplePool is
|
|
17
17
|
{
|
18
18
|
|
19
19
|
constructor(
|
20
|
+
address registry,
|
20
21
|
NftId productNftId,
|
21
22
|
IComponents.PoolInfo memory poolInfo,
|
22
23
|
IAuthorization authorization,
|
@@ -24,6 +25,7 @@ contract SimplePool is
|
|
24
25
|
)
|
25
26
|
{
|
26
27
|
initialize(
|
28
|
+
registry,
|
27
29
|
productNftId,
|
28
30
|
poolInfo,
|
29
31
|
authorization,
|
@@ -33,6 +35,7 @@ contract SimplePool is
|
|
33
35
|
|
34
36
|
|
35
37
|
function initialize(
|
38
|
+
address registry,
|
36
39
|
NftId productNftId,
|
37
40
|
IComponents.PoolInfo memory poolInfo,
|
38
41
|
IAuthorization authorization,
|
@@ -43,6 +46,7 @@ contract SimplePool is
|
|
43
46
|
initializer()
|
44
47
|
{
|
45
48
|
_initializeBasicPool(
|
49
|
+
registry,
|
46
50
|
productNftId,
|
47
51
|
"SimplePool",
|
48
52
|
poolInfo,
|