@etherisc/gif-next 0.0.2-9a680f3-735 → 0.0.2-9aa0884-641
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +53 -0
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +1 -1
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +8 -8
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +40 -40
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +1 -1
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +6 -6
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +33 -33
- package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +18 -18
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +2 -2
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +19 -19
- 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 +5 -5
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +5 -5
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +2 -2
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +32 -145
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +1 -1
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +20 -20
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1 -87
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +160 -89
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +70 -66
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +1 -87
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +68 -5
- 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 +44 -74
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +20 -20
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +89 -119
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +20 -20
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.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 +82 -173
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +20 -20
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +18 -61
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +69 -112
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +20 -20
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +93 -136
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +20 -20
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +1 -1
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +2 -2
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +33 -2
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +21 -2
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +50 -14
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +81 -81
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +26 -26
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +225 -196
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +47 -28
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +37 -37
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +356 -346
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +1 -1
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +2 -2
- 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/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/ObjectSet.sol/ObjectSet.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +2 -2
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +20 -20
- 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 +10 -31
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +20 -20
- 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 +0 -21
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +0 -21
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +32 -32
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +45 -45
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +22 -43
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +20 -20
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +60 -60
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +53 -53
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +6 -6
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +10 -31
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +18 -18
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
- package/artifacts/contracts/pool/Pool.sol/Pool.json +10 -31
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +34 -34
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +42 -42
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +55 -55
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +78 -12
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +48 -36
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +27 -48
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +20 -20
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +64 -64
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +63 -63
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +42 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +21 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +21 -42
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +1 -1
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +21 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +60 -60
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +32 -32
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +55 -55
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +53 -72
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +45 -65
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
- package/artifacts/contracts/product/Product.sol/Product.json +21 -42
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +1 -1
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +47 -18
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +41 -37
- 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 +15 -15
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +1 -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 +17 -17
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +83 -83
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +31 -31
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +2 -2
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +33 -33
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +91 -91
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +88 -88
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +6 -6
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +14 -14
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
- package/artifacts/contracts/shared/Component.sol/Component.json +0 -21
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +105 -81
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +59 -55
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +1 -1
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +1 -1
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +2 -2
- package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +1 -1
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +1 -1
- package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +0 -21
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +43 -27
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +0 -21
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
- 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/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- 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/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 +0 -21
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
- 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/NftOwnable.sol/NftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +2 -2
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +2 -2
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -2
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +2 -2
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +2 -2
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +2 -2
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +1 -1
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +67 -30
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +22 -4
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
- package/artifacts/contracts/staking/Staking.sol/Staking.json +131 -89
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +70 -41
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +50 -50
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +40 -16
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +50 -32
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +38 -38
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +162 -148
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +1 -1
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +59 -49
- 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/Amount.sol/AmountLib.json +10 -10
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +93 -37
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +1 -1
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +1 -1
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
- 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/UFixed.sol/UFixedLib.json +60 -36
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +18 -18
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +1 -1
- package/contracts/accounting/IAccountingService.sol +2 -2
- package/contracts/authorization/IAccess.sol +13 -5
- package/contracts/distribution/BasicDistribution.sol +6 -6
- package/contracts/distribution/Distribution.sol +3 -48
- package/contracts/distribution/DistributionService.sol +57 -30
- package/contracts/distribution/IDistributionComponent.sol +0 -9
- package/contracts/distribution/IDistributionService.sol +4 -2
- package/contracts/examples/fire/FirePool.sol +0 -4
- package/contracts/examples/fire/FireProduct.sol +0 -4
- package/contracts/examples/unpermissioned/SimpleDistribution.sol +32 -8
- package/contracts/examples/unpermissioned/SimpleOracle.sol +4 -8
- package/contracts/examples/unpermissioned/SimplePool.sol +0 -4
- package/contracts/examples/unpermissioned/SimpleProduct.sol +0 -4
- package/contracts/instance/IInstance.sol +6 -3
- package/contracts/instance/IInstanceService.sol +6 -1
- package/contracts/instance/Instance.sol +18 -3
- package/contracts/instance/InstanceReader.sol +13 -0
- package/contracts/instance/InstanceService.sol +23 -14
- package/contracts/instance/module/IBundle.sol +6 -5
- package/contracts/instance/module/IComponents.sol +16 -5
- package/contracts/instance/module/IDistribution.sol +19 -7
- package/contracts/instance/module/IPolicy.sol +28 -8
- package/contracts/instance/module/IRisk.sol +2 -0
- package/contracts/oracle/BasicOracle.sol +1 -3
- package/contracts/oracle/IOracle.sol +9 -4
- package/contracts/oracle/Oracle.sol +0 -2
- package/contracts/pool/BasicPool.sol +0 -2
- package/contracts/pool/Pool.sol +0 -2
- package/contracts/pool/PoolService.sol +1 -3
- package/contracts/product/ApplicationService.sol +21 -6
- package/contracts/product/BasicProduct.sol +0 -2
- package/contracts/product/IApplicationService.sol +3 -0
- package/contracts/product/IPricingService.sol +1 -0
- package/contracts/product/IRiskService.sol +3 -0
- package/contracts/product/PricingService.sol +11 -6
- package/contracts/product/Product.sol +0 -2
- package/contracts/product/RiskService.sol +10 -0
- package/contracts/registry/IRegistry.sol +4 -0
- package/contracts/registry/IRelease.sol +6 -3
- package/contracts/registry/RegistryAuthorization.sol +1 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +2 -0
- package/contracts/registry/TokenRegistry.sol +4 -1
- package/contracts/shared/Component.sol +8 -25
- package/contracts/shared/ComponentService.sol +34 -15
- package/contracts/shared/IComponent.sol +0 -3
- package/contracts/shared/IComponentService.sol +5 -3
- package/contracts/shared/InstanceLinkedComponent.sol +0 -2
- package/contracts/staking/IStaking.sol +13 -2
- package/contracts/staking/IStakingService.sol +4 -0
- package/contracts/staking/Staking.sol +19 -3
- package/contracts/staking/StakingLib.sol +10 -2
- package/contracts/staking/StakingReader.sol +5 -0
- package/contracts/staking/StakingService.sol +11 -0
- package/contracts/staking/StakingStore.sol +2 -1
- package/contracts/type/Fee.sol +8 -8
- package/contracts/type/UFixed.sol +27 -10
- package/contracts/upgradeability/ProxyManager.sol +11 -9
- package/package.json +1 -1
@@ -95,8 +95,8 @@ contract InstanceService is
|
|
95
95
|
IInstance(instanceAddress).getInstanceAdmin().setTargetLocked(target, locked);
|
96
96
|
}
|
97
97
|
|
98
|
-
|
99
|
-
function createInstance()
|
98
|
+
/// @inheritdoc IInstanceService
|
99
|
+
function createInstance(bool allowAnyToken)
|
100
100
|
external
|
101
101
|
virtual
|
102
102
|
restricted()
|
@@ -110,7 +110,7 @@ contract InstanceService is
|
|
110
110
|
|
111
111
|
// create instance admin and instance
|
112
112
|
InstanceAdmin instanceAdmin = _cloneNewInstanceAdmin();
|
113
|
-
instance = _createInstance(instanceAdmin, instanceOwner);
|
113
|
+
instance = _createInstance(instanceAdmin, instanceOwner, allowAnyToken);
|
114
114
|
|
115
115
|
// register cloned instance with registry
|
116
116
|
instanceNftId = _registryService.registerInstance(
|
@@ -165,6 +165,18 @@ contract InstanceService is
|
|
165
165
|
rewardRate);
|
166
166
|
}
|
167
167
|
|
168
|
+
function setStakingMaxAmount(Amount maxStakedAmount)
|
169
|
+
external
|
170
|
+
virtual
|
171
|
+
restricted()
|
172
|
+
onlyInstance()
|
173
|
+
{
|
174
|
+
NftId instanceNftId = getRegistry().getNftIdForAddress(msg.sender);
|
175
|
+
_stakingService.setInstanceMaxStakedAmount(
|
176
|
+
instanceNftId,
|
177
|
+
maxStakedAmount);
|
178
|
+
}
|
179
|
+
|
168
180
|
|
169
181
|
function refillStakingRewardReserves(address rewardProvider, Amount dipAmount)
|
170
182
|
external
|
@@ -306,28 +318,25 @@ contract InstanceService is
|
|
306
318
|
/// function used to setup a new instance
|
307
319
|
function _createInstance(
|
308
320
|
InstanceAdmin instanceAdmin,
|
309
|
-
address instanceOwner
|
321
|
+
address instanceOwner,
|
322
|
+
bool allowAnyToken
|
310
323
|
)
|
311
324
|
internal
|
312
325
|
virtual
|
313
326
|
returns (IInstance)
|
314
327
|
{
|
315
|
-
InstanceStore clonedInstanceStore = InstanceStore(Clones.clone(address(_masterInstanceStore)));
|
316
|
-
BundleSet clonedBundleSet = BundleSet(Clones.clone(_masterInstanceBundleSet));
|
317
|
-
RiskSet clonedRiskSet = RiskSet(Clones.clone(_masterInstanceRiskSet));
|
318
|
-
InstanceReader clonedInstanceReader = InstanceReader(Clones.clone(address(_masterInstanceReader)));
|
319
|
-
|
320
328
|
// clone instance
|
321
329
|
Instance clonedInstance = Instance(Clones.clone(_masterInstance));
|
322
330
|
clonedInstance.initialize(
|
323
331
|
instanceAdmin,
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
332
|
+
InstanceStore(Clones.clone(address(_masterInstanceStore))),
|
333
|
+
BundleSet(Clones.clone(_masterInstanceBundleSet)),
|
334
|
+
RiskSet(Clones.clone(_masterInstanceRiskSet)),
|
335
|
+
InstanceReader(Clones.clone(address(_masterInstanceReader))),
|
328
336
|
getRegistry(),
|
329
337
|
getRelease(),
|
330
|
-
instanceOwner
|
338
|
+
instanceOwner,
|
339
|
+
allowAnyToken);
|
331
340
|
|
332
341
|
return clonedInstance;
|
333
342
|
}
|
@@ -1,20 +1,21 @@
|
|
1
1
|
// SPDX-License-Identifier: Apache-2.0
|
2
2
|
pragma solidity ^0.8.20;
|
3
3
|
|
4
|
-
import {Amount} from "../../type/Amount.sol";
|
5
4
|
import {NftId} from "../../type/NftId.sol";
|
6
5
|
import {Fee} from "../../type/Fee.sol";
|
7
|
-
import {Seconds} from "../../type/Seconds.sol";
|
8
6
|
import {Timestamp} from "../../type/Timestamp.sol";
|
9
7
|
|
10
8
|
interface IBundle {
|
11
9
|
|
12
10
|
struct BundleInfo {
|
13
|
-
|
14
|
-
Fee fee; // bundle fee on net premium amounts
|
15
|
-
bytes filter; // required conditions for applications to be considered for collateralization by this bundle
|
11
|
+
// slot 0
|
16
12
|
Timestamp activatedAt;
|
17
13
|
Timestamp expiredAt; // no new policies starting with this timestamp
|
18
14
|
Timestamp closedAt; // no open policies, locked amount = 0
|
15
|
+
NftId poolNftId;
|
16
|
+
// slot 1
|
17
|
+
Fee fee; // bundle fee on net premium amounts
|
18
|
+
// slot 2
|
19
|
+
bytes filter; // required conditions for applications to be considered for collateralization by this bundle
|
19
20
|
}
|
20
21
|
}
|
@@ -1,8 +1,6 @@
|
|
1
1
|
// SPDX-License-Identifier: Apache-2.0
|
2
2
|
pragma solidity ^0.8.20;
|
3
3
|
|
4
|
-
import {IERC20Metadata} from "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol";
|
5
|
-
|
6
4
|
import {Amount} from "../../type/Amount.sol";
|
7
5
|
import {Fee} from "../../type/Fee.sol";
|
8
6
|
import {NftId} from "../../type/NftId.sol";
|
@@ -12,13 +10,16 @@ import {UFixed} from "../../type/UFixed.sol";
|
|
12
10
|
interface IComponents {
|
13
11
|
|
14
12
|
struct ComponentInfo {
|
13
|
+
// slot 0
|
15
14
|
string name; // component name (needs to be unique per instance)
|
16
|
-
|
15
|
+
// slot 1
|
17
16
|
TokenHandler tokenHandler;
|
17
|
+
// slot 2
|
18
18
|
bytes data; // will hold component type specific additional info (eg encoded pool info)
|
19
19
|
}
|
20
20
|
|
21
21
|
struct ProductInfo {
|
22
|
+
// slot 0
|
22
23
|
bool isProcessingFundedClaims; // custom logic to react to pool events for funded claims
|
23
24
|
bool isInterceptingPolicyTransfers; // custom logic for policy nft transfers
|
24
25
|
bool hasDistribution; // flag to indicate if distribution is enabled
|
@@ -26,26 +27,36 @@ interface IComponents {
|
|
26
27
|
uint8 numberOfOracles; // actual number of oracles
|
27
28
|
NftId poolNftId; // mandatory
|
28
29
|
NftId distributionNftId; // 0..1 (optional)
|
30
|
+
// slot 1
|
29
31
|
NftId [] oracleNftId; // 0..n (optional)
|
30
32
|
}
|
31
33
|
|
32
34
|
struct FeeInfo {
|
35
|
+
// slot 0
|
33
36
|
Fee productFee; // product fee on net premium
|
37
|
+
// slot 1
|
34
38
|
Fee processingFee; // product fee on payout amounts
|
39
|
+
// slot 2
|
35
40
|
Fee distributionFee; // distribution fee for sales that do not include commissions
|
41
|
+
// slot 3
|
36
42
|
Fee minDistributionOwnerFee; // min fee required by distribution owner (not including commissions for distributors)
|
43
|
+
// slot 4
|
37
44
|
Fee poolFee; // pool fee on net premium
|
45
|
+
// slot 5
|
38
46
|
Fee stakingFee; // pool fee on staked capital from investor
|
47
|
+
// slot 6
|
39
48
|
Fee performanceFee; // pool fee on profits from capital investors
|
40
49
|
}
|
41
50
|
|
42
51
|
struct PoolInfo {
|
52
|
+
// slot 0
|
43
53
|
Amount maxBalanceAmount; // max balance amount allowed for pool
|
54
|
+
UFixed collateralizationLevel; // factor to calculate collateral for sum insurance (default 100%)
|
55
|
+
// slot 1
|
56
|
+
UFixed retentionLevel; // amount of collateral held in pool (default 100%)
|
44
57
|
bool isInterceptingBundleTransfers; // custom logic for bundle nft transfers
|
45
58
|
bool isProcessingConfirmedClaims; // custom logic for claims confirmation
|
46
59
|
bool isExternallyManaged; // funding bundles is restricted to book keeping, actual funds may be provided as needed to support payouts
|
47
60
|
bool isVerifyingApplications; // underwriting requires the pool component checks/confirms the applications
|
48
|
-
UFixed collateralizationLevel; // factor to calculate collateral for sum insurance (default 100%)
|
49
|
-
UFixed retentionLevel; // amount of collateral held in pool (default 100%)
|
50
61
|
}
|
51
62
|
}
|
@@ -1,7 +1,6 @@
|
|
1
1
|
// SPDX-License-Identifier: Apache-2.0
|
2
2
|
pragma solidity ^0.8.20;
|
3
3
|
|
4
|
-
import {Amount} from "../../type/Amount.sol";
|
5
4
|
import {DistributorType} from "../../type/DistributorType.sol";
|
6
5
|
import {NftId} from "../../type/NftId.sol";
|
7
6
|
import {Seconds} from "../../type/Seconds.sol";
|
@@ -11,31 +10,44 @@ import {UFixed} from "../../type/UFixed.sol";
|
|
11
10
|
interface IDistribution {
|
12
11
|
|
13
12
|
struct DistributorTypeInfo {
|
14
|
-
|
13
|
+
// slot 0
|
15
14
|
UFixed minDiscountPercentage;
|
15
|
+
NftId distributionNftId;
|
16
|
+
// slot 1
|
16
17
|
UFixed maxDiscountPercentage;
|
17
|
-
UFixed commissionPercentage;
|
18
18
|
uint32 maxReferralCount;
|
19
19
|
Seconds maxReferralLifetime;
|
20
20
|
bool allowSelfReferrals;
|
21
21
|
bool allowRenewals;
|
22
|
+
// slot 2
|
23
|
+
UFixed commissionPercentage;
|
24
|
+
// slot 3
|
25
|
+
string name;
|
26
|
+
// slot 4
|
22
27
|
bytes data;
|
23
28
|
}
|
24
29
|
|
25
30
|
struct DistributorInfo {
|
31
|
+
// slot 0
|
26
32
|
DistributorType distributorType;
|
27
33
|
bool active;
|
28
|
-
bytes data;
|
29
34
|
uint32 numPoliciesSold;
|
35
|
+
// slot 1
|
36
|
+
bytes data;
|
30
37
|
}
|
31
38
|
|
32
|
-
struct ReferralInfo {
|
39
|
+
struct ReferralInfo {
|
40
|
+
// slot 0
|
41
|
+
NftId distributionNftId;
|
33
42
|
NftId distributorNftId;
|
34
|
-
string referralCode;
|
35
|
-
UFixed discountPercentage;
|
36
43
|
uint32 maxReferrals;
|
37
44
|
uint32 usedReferrals;
|
45
|
+
// slot 1
|
46
|
+
UFixed discountPercentage;
|
38
47
|
Timestamp expiryAt;
|
48
|
+
// slot 2
|
49
|
+
string referralCode;
|
50
|
+
// slot 3
|
39
51
|
bytes data;
|
40
52
|
}
|
41
53
|
|
@@ -12,29 +12,38 @@ import {Timestamp} from "../../type/Timestamp.sol";
|
|
12
12
|
interface IPolicy {
|
13
13
|
|
14
14
|
struct PremiumInfo {
|
15
|
+
// slot 0
|
15
16
|
// premium splitting per target wallet
|
16
17
|
Amount productFeeAmount;
|
17
18
|
Amount distributionFeeAndCommissionAmount;
|
19
|
+
// slot 1
|
18
20
|
Amount poolPremiumAndFeeAmount;
|
19
21
|
|
20
22
|
// detailed positions
|
21
23
|
// this is the net premium calculated by the product
|
22
24
|
Amount netPremiumAmount;
|
25
|
+
// slot 2
|
23
26
|
// fullPremium = netPremium + all fixed amounts + all variable amounts (excl commission and minDistribtuionOwnerFee variable part)
|
24
27
|
Amount fullPremiumAmount;
|
25
28
|
// effective premium = fullPremium - discount
|
26
29
|
Amount premiumAmount;
|
30
|
+
// slot 3
|
27
31
|
Amount productFeeFixAmount;
|
28
32
|
Amount poolFeeFixAmount;
|
33
|
+
// slot 4
|
29
34
|
Amount bundleFeeFixAmount;
|
30
35
|
Amount distributionFeeFixAmount;
|
36
|
+
// slot 5
|
31
37
|
Amount productFeeVarAmount;
|
32
38
|
Amount poolFeeVarAmount;
|
39
|
+
// slot 6
|
33
40
|
Amount bundleFeeVarAmount;
|
34
41
|
Amount distributionFeeVarAmount;
|
42
|
+
// slot 7
|
35
43
|
Amount distributionOwnerFeeFixAmount;
|
36
44
|
// this is the remaining amount when the commission and discount are subtracted from the distribution fee variable part (must be at least the minDistributionOwnerFee)
|
37
45
|
Amount distributionOwnerFeeVarAmount;
|
46
|
+
// slot 8
|
38
47
|
// this value is based on distributor type referenced in the referral
|
39
48
|
Amount commissionAmount;
|
40
49
|
// this is based on referral used
|
@@ -43,43 +52,54 @@ interface IPolicy {
|
|
43
52
|
|
44
53
|
/// @dev policy data for the full policy lifecycle
|
45
54
|
struct PolicyInfo {
|
46
|
-
//
|
55
|
+
// slot 0
|
47
56
|
NftId productNftId;
|
48
57
|
NftId bundleNftId;
|
49
|
-
ReferralId referralId;
|
50
58
|
RiskId riskId;
|
59
|
+
// slot 1
|
51
60
|
Amount sumInsuredAmount;
|
52
61
|
Amount premiumAmount; // expected premium at application time
|
53
|
-
|
54
|
-
|
55
|
-
// policy data that may change during the lifecycle
|
56
|
-
bytes processData;
|
62
|
+
ReferralId referralId;
|
63
|
+
// slot 2
|
57
64
|
uint16 claimsCount;
|
58
65
|
uint16 openClaimsCount;
|
59
66
|
Amount claimAmount; // sum of confirmed claim amounts (max = sum insured amount)
|
60
67
|
Amount payoutAmount; // sum of payouts (max = sum confirmed claim amountst)
|
68
|
+
// slot 3
|
61
69
|
Timestamp activatedAt; // time of underwriting
|
70
|
+
Seconds lifetime;
|
62
71
|
Timestamp expiredAt; // no new claims (activatedAt + lifetime)
|
63
72
|
Timestamp closedAt; // no locked capital (or declinedAt)
|
73
|
+
// slot 4
|
74
|
+
bytes applicationData;
|
75
|
+
// slot 5
|
76
|
+
bytes processData;
|
64
77
|
}
|
65
78
|
|
66
79
|
// claimId neeeds to be encoded policyNftId:claimId combination
|
67
80
|
struct ClaimInfo {
|
81
|
+
// slot 0
|
68
82
|
Amount claimAmount;
|
69
83
|
Amount paidAmount;
|
84
|
+
Timestamp closedAt; // payment of confirmed claim amount (or declinedAt)
|
70
85
|
uint24 payoutsCount;
|
86
|
+
// slot 1
|
71
87
|
uint24 openPayoutsCount;
|
88
|
+
// slot 2
|
72
89
|
bytes submissionData; // use case specific claim submission data, no changes after submitting the claim
|
90
|
+
// slot 3
|
73
91
|
bytes processData; // use case specific data that may include information supporting confirm or decline
|
74
|
-
Timestamp closedAt; // payment of confirmed claim amount (or declinedAt)
|
75
92
|
}
|
76
93
|
|
77
94
|
// claimId neeeds to be encoded policyNftId:claimId combination
|
78
95
|
struct PayoutInfo {
|
96
|
+
// slot 0
|
79
97
|
ClaimId claimId;
|
80
98
|
Amount amount;
|
99
|
+
Timestamp paidAt; // timestamp for actual payout
|
100
|
+
// slot 1
|
81
101
|
address beneficiary; // for address(0) beneficiary is policy nft owner
|
102
|
+
// slot 2
|
82
103
|
bytes data; // use case specific supporting data
|
83
|
-
Timestamp paidAt; // timestamp for actual payout
|
84
104
|
}
|
85
105
|
}
|
@@ -27,8 +27,7 @@ contract BasicOracle is
|
|
27
27
|
NftId instanceNftId,
|
28
28
|
IAuthorization authorization,
|
29
29
|
address initialOwner,
|
30
|
-
string memory name
|
31
|
-
address token
|
30
|
+
string memory name
|
32
31
|
)
|
33
32
|
internal
|
34
33
|
virtual
|
@@ -41,7 +40,6 @@ contract BasicOracle is
|
|
41
40
|
authorization,
|
42
41
|
initialOwner,
|
43
42
|
name,
|
44
|
-
token,
|
45
43
|
"");
|
46
44
|
}
|
47
45
|
}
|
@@ -9,14 +9,19 @@ import {Timestamp} from "../type/Timestamp.sol";
|
|
9
9
|
interface IOracle {
|
10
10
|
|
11
11
|
struct RequestInfo {
|
12
|
+
// slot 0
|
12
13
|
NftId requesterNftId; // originator of the request
|
13
|
-
string callbackMethodName; // callback function of the requestor to call to provide response data
|
14
14
|
NftId oracleNftId; // responsible oracle component
|
15
|
-
|
16
|
-
bytes responseData;
|
15
|
+
bool isCancelled;
|
17
16
|
Timestamp respondedAt; // response timestamp
|
17
|
+
// slot 1
|
18
18
|
Timestamp expiredAt; // expiry timestamp
|
19
|
-
|
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;
|
20
25
|
}
|
21
26
|
|
22
27
|
|
@@ -81,7 +81,6 @@ abstract contract Oracle is
|
|
81
81
|
IAuthorization authorization,
|
82
82
|
address initialOwner,
|
83
83
|
string memory name,
|
84
|
-
address token,
|
85
84
|
bytes memory componentData // component specifidc data
|
86
85
|
)
|
87
86
|
internal
|
@@ -92,7 +91,6 @@ abstract contract Oracle is
|
|
92
91
|
registry,
|
93
92
|
productNftId,
|
94
93
|
name,
|
95
|
-
token,
|
96
94
|
ORACLE(),
|
97
95
|
authorization,
|
98
96
|
true,
|
@@ -21,7 +21,6 @@ abstract contract BasicPool is
|
|
21
21
|
address registry,
|
22
22
|
NftId productNftId,
|
23
23
|
string memory name,
|
24
|
-
address token,
|
25
24
|
IComponents.PoolInfo memory poolInfo,
|
26
25
|
IAuthorization authorization,
|
27
26
|
address initialOwner
|
@@ -34,7 +33,6 @@ abstract contract BasicPool is
|
|
34
33
|
registry,
|
35
34
|
productNftId,
|
36
35
|
name,
|
37
|
-
token,
|
38
36
|
poolInfo,
|
39
37
|
authorization,
|
40
38
|
initialOwner,
|
package/contracts/pool/Pool.sol
CHANGED
@@ -127,7 +127,6 @@ abstract contract Pool is
|
|
127
127
|
address registry,
|
128
128
|
NftId productNftId,
|
129
129
|
string memory name,
|
130
|
-
address token,
|
131
130
|
IComponents.PoolInfo memory poolInfo,
|
132
131
|
IAuthorization authorization,
|
133
132
|
address initialOwner,
|
@@ -141,7 +140,6 @@ abstract contract Pool is
|
|
141
140
|
registry,
|
142
141
|
productNftId,
|
143
142
|
name,
|
144
|
-
token,
|
145
143
|
POOL(),
|
146
144
|
authorization,
|
147
145
|
poolInfo.isInterceptingBundleTransfers,
|
@@ -466,9 +466,7 @@ contract PoolService is
|
|
466
466
|
payoutAmount);
|
467
467
|
|
468
468
|
// update value locked with staking service
|
469
|
-
TokenHandler poolTokenHandler =
|
470
|
-
instanceReader.getTokenHandler(
|
471
|
-
poolNftId));
|
469
|
+
TokenHandler poolTokenHandler = instanceReader.getTokenHandler(poolNftId);
|
472
470
|
|
473
471
|
_staking.decreaseTotalValueLocked(
|
474
472
|
instanceReader.getInstanceNftId(),
|
@@ -71,13 +71,28 @@ contract ApplicationService is
|
|
71
71
|
if (!exists) { revert ErrorApplicationServiceRiskUnknown(riskId, productNftId); }
|
72
72
|
if (!active) { revert ErrorApplicationServiceRiskPaused(riskId, productNftId); }
|
73
73
|
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
if (!active) { revert ErrorApplicationServiceBundleLocked(bundleNftId, poolNftId); }
|
74
|
+
NftId riskProductNftId = instanceReader.getRiskInfo(riskId).productNftId;
|
75
|
+
if (productNftId != riskProductNftId) {
|
76
|
+
revert ErrorApplicationServiceRiskProductMismatch(riskId, riskProductNftId, productNftId);
|
77
|
+
}
|
79
78
|
|
80
|
-
//
|
79
|
+
// check bundle with pool
|
80
|
+
IComponents.ProductInfo memory productInfo = instanceReader.getProductInfo(productNftId);
|
81
|
+
{
|
82
|
+
NftId poolNftId = productInfo.poolNftId;
|
83
|
+
(exists, active) = instanceReader.getBundleSet().checkBundle(poolNftId, bundleNftId);
|
84
|
+
if (!exists) { revert ErrorApplicationServiceBundleUnknown(bundleNftId, poolNftId); }
|
85
|
+
if (!active) { revert ErrorApplicationServiceBundleLocked(bundleNftId, poolNftId); }
|
86
|
+
}
|
87
|
+
|
88
|
+
// check referral with distribution
|
89
|
+
{
|
90
|
+
if (productInfo.hasDistribution && ! referralId.eqz()) {
|
91
|
+
if (!_distributionService.referralIsValid(productInfo.distributionNftId, referralId)) {
|
92
|
+
revert ErrorApplicationServiceReferralInvalid(productNftId, productInfo.distributionNftId, referralId);
|
93
|
+
}
|
94
|
+
}
|
95
|
+
}
|
81
96
|
}
|
82
97
|
|
83
98
|
|
@@ -27,7 +27,6 @@ abstract contract BasicProduct is
|
|
27
27
|
address registry,
|
28
28
|
NftId instanceNftId,
|
29
29
|
string memory name,
|
30
|
-
address token,
|
31
30
|
IComponents.ProductInfo memory productInfo,
|
32
31
|
IComponents.FeeInfo memory feeInfo,
|
33
32
|
IAuthorization authorization,
|
@@ -41,7 +40,6 @@ abstract contract BasicProduct is
|
|
41
40
|
registry,
|
42
41
|
instanceNftId,
|
43
42
|
name,
|
44
|
-
token,
|
45
43
|
productInfo,
|
46
44
|
feeInfo,
|
47
45
|
authorization,
|
@@ -16,10 +16,13 @@ import {Seconds} from "../type/Seconds.sol";
|
|
16
16
|
interface IApplicationService is IService {
|
17
17
|
|
18
18
|
// _checkLinkedApplicationParameters
|
19
|
+
error ErrorApplicationServiceRiskProductMismatch(RiskId riskId, NftId riskProductNftId, NftId productNftId);
|
19
20
|
error ErrorApplicationServiceRiskUnknown(RiskId riskId, NftId productNftId);
|
20
21
|
error ErrorApplicationServiceRiskPaused(RiskId riskId, NftId productNftId);
|
21
22
|
error ErrorApplicationServiceBundleUnknown(NftId bundleNftId, NftId poolNftId);
|
22
23
|
error ErrorApplicationServiceBundleLocked(NftId bundleNftId, NftId poolNftId);
|
24
|
+
error ErrorApplicationServiceReferralInvalid(NftId productNftId, NftId distributionNftId, ReferralId referralId);
|
25
|
+
|
23
26
|
|
24
27
|
/// @dev creates a new application based on the specified attributes
|
25
28
|
/// may only be called by a product component
|
@@ -14,6 +14,7 @@ interface IPricingService is IService
|
|
14
14
|
{
|
15
15
|
|
16
16
|
error ErrorPricingServiceTargetWalletAmountsMismatch();
|
17
|
+
error ErrorPricingServiceRiskProductMismatch(RiskId riskId, NftId riskProductNftId, NftId productNftId);
|
17
18
|
error ErrorPricingServiceBundlePoolMismatch(NftId bundleNftId, NftId bundlePoolNftId, NftId poolNftId);
|
18
19
|
error ErrorPricingServiceFeeCalculationMismatch(
|
19
20
|
Amount distributionFeeFixAmount,
|
@@ -3,11 +3,14 @@ pragma solidity ^0.8.20;
|
|
3
3
|
|
4
4
|
import {IService} from "../shared/IService.sol";
|
5
5
|
|
6
|
+
import {NftId} from "../type/NftId.sol";
|
6
7
|
import {RiskId} from "../type/RiskId.sol";
|
7
8
|
import {StateId} from "../type/StateId.sol";
|
8
9
|
|
9
10
|
interface IRiskService is IService {
|
10
11
|
|
12
|
+
error ErrorRiskServiceRiskProductMismatch(RiskId riskId, NftId riskProductNftId, NftId productNftId);
|
13
|
+
|
11
14
|
/// @dev Create a new risk with the given id and provided data.
|
12
15
|
/// The key of the risk derived from the risk id in comination with the product NftId.
|
13
16
|
/// Risk data is stored in the instance store.
|
@@ -87,6 +87,11 @@ contract PricingService is
|
|
87
87
|
// get instance reader from local instance variable
|
88
88
|
reader = instance.getInstanceReader();
|
89
89
|
|
90
|
+
NftId riskProductNftId = reader.getRiskInfo(riskId).productNftId;
|
91
|
+
if (productNftId != riskProductNftId) {
|
92
|
+
revert ErrorPricingServiceRiskProductMismatch(riskId, riskProductNftId, productNftId);
|
93
|
+
}
|
94
|
+
|
90
95
|
// calculate net premium
|
91
96
|
netPremiumAmount = IProductComponent(registryInfo.objectAddress).calculateNetPremium(
|
92
97
|
sumInsuredAmount,
|
@@ -140,7 +145,7 @@ contract PricingService is
|
|
140
145
|
revert ErrorPricingServiceTargetWalletAmountsMismatch();
|
141
146
|
}
|
142
147
|
|
143
|
-
if (premium.distributionOwnerFeeFixAmount
|
148
|
+
if (premium.distributionOwnerFeeFixAmount < feeInfo.minDistributionOwnerFee.fixedFee) {
|
144
149
|
revert ErrorPricingServiceFeeCalculationMismatch(
|
145
150
|
premium.distributionFeeFixAmount,
|
146
151
|
premium.distributionFeeVarAmount,
|
@@ -180,19 +185,19 @@ contract PricingService is
|
|
180
185
|
premium.netPremiumAmount = netPremiumAmount;
|
181
186
|
premium.fullPremiumAmount = netPremiumAmount;
|
182
187
|
|
183
|
-
Amount t =
|
188
|
+
Amount t = feeInfo.productFee.fixedFee;
|
184
189
|
premium.productFeeFixAmount = t;
|
185
190
|
premium.fullPremiumAmount = premium.fullPremiumAmount + t;
|
186
191
|
|
187
|
-
t =
|
192
|
+
t = feeInfo.poolFee.fixedFee;
|
188
193
|
premium.poolFeeFixAmount = t;
|
189
194
|
premium.fullPremiumAmount = premium.fullPremiumAmount + t;
|
190
195
|
|
191
|
-
t =
|
196
|
+
t = bundleInfo.fee.fixedFee;
|
192
197
|
premium.bundleFeeFixAmount = t;
|
193
198
|
premium.fullPremiumAmount = premium.fullPremiumAmount + t;
|
194
199
|
|
195
|
-
t =
|
200
|
+
t = feeInfo.distributionFee.fixedFee;
|
196
201
|
premium.distributionFeeFixAmount = t;
|
197
202
|
premium.fullPremiumAmount = premium.fullPremiumAmount + t;
|
198
203
|
}
|
@@ -262,7 +267,7 @@ contract PricingService is
|
|
262
267
|
Amount commissionAmount = premium.netPremiumAmount.multiplyWith(distributorTypeInfo.commissionPercentage);
|
263
268
|
premium.commissionAmount = commissionAmount;
|
264
269
|
premium.discountAmount = premium.fullPremiumAmount.multiplyWith(referralInfo.discountPercentage);
|
265
|
-
premium.distributionOwnerFeeFixAmount =
|
270
|
+
premium.distributionOwnerFeeFixAmount = minDistributionOwnerFee.fixedFee;
|
266
271
|
premium.distributionOwnerFeeVarAmount = premium.distributionFeeVarAmount - commissionAmount - premium.discountAmount;
|
267
272
|
premium.premiumAmount = premium.fullPremiumAmount - premium.discountAmount;
|
268
273
|
}
|
@@ -135,7 +135,6 @@ abstract contract Product is
|
|
135
135
|
address registry,
|
136
136
|
NftId instanceNftId,
|
137
137
|
string memory name,
|
138
|
-
address token,
|
139
138
|
IComponents.ProductInfo memory productInfo,
|
140
139
|
IComponents.FeeInfo memory feeInfo,
|
141
140
|
IAuthorization authorization,
|
@@ -150,7 +149,6 @@ abstract contract Product is
|
|
150
149
|
registry,
|
151
150
|
instanceNftId,
|
152
151
|
name,
|
153
|
-
token,
|
154
152
|
PRODUCT(),
|
155
153
|
authorization,
|
156
154
|
productInfo.isInterceptingPolicyTransfers,
|
@@ -82,6 +82,11 @@ contract RiskService is
|
|
82
82
|
// effects
|
83
83
|
InstanceReader instanceReader = instance.getInstanceReader();
|
84
84
|
IRisk.RiskInfo memory riskInfo = instanceReader.getRiskInfo(riskId);
|
85
|
+
|
86
|
+
if (riskInfo.productNftId != productNftId) {
|
87
|
+
revert ErrorRiskServiceRiskProductMismatch(riskId, riskInfo.productNftId, productNftId);
|
88
|
+
}
|
89
|
+
|
85
90
|
riskInfo.data = data;
|
86
91
|
instance.getInstanceStore().updateRisk(riskId, riskInfo, KEEP_STATE());
|
87
92
|
}
|
@@ -97,6 +102,11 @@ contract RiskService is
|
|
97
102
|
// checks
|
98
103
|
(NftId productNftId, IInstance instance) = _getAndVerifyActiveComponent(PRODUCT());
|
99
104
|
|
105
|
+
NftId riskProductNftId = instance.getInstanceReader().getRiskInfo(riskId).productNftId;
|
106
|
+
if (riskProductNftId != productNftId) {
|
107
|
+
revert ErrorRiskServiceRiskProductMismatch(riskId, riskProductNftId, productNftId);
|
108
|
+
}
|
109
|
+
|
100
110
|
// effects
|
101
111
|
instance.getInstanceStore().updateRiskState(riskId, state);
|
102
112
|
|
@@ -52,12 +52,16 @@ interface IRegistry is
|
|
52
52
|
error ErrorRegistryContractAlreadyRegistered(address objectAddress);
|
53
53
|
|
54
54
|
struct ObjectInfo {
|
55
|
+
// slot 0
|
55
56
|
NftId nftId;
|
56
57
|
NftId parentNftId;
|
57
58
|
ObjectType objectType;
|
58
59
|
bool isInterceptor;
|
60
|
+
// slot 1
|
59
61
|
address objectAddress;
|
62
|
+
// slot 2
|
60
63
|
address initialOwner;
|
64
|
+
// slot 3
|
61
65
|
bytes data;
|
62
66
|
}
|
63
67
|
|