@etherisc/gif-next 0.0.2-91b514c-961 → 0.0.2-9272c43-568
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 +1 -1
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +1 -1
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +34 -18
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +18 -10
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +267 -97
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +652 -36
- 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 +222 -47
- 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 +175 -27
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +85 -12
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +246 -16
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +420 -27
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +23 -7
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +1 -1
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +221 -60
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1 -1
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +203 -118
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +88 -44
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +29 -0
- 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 +20 -4
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +220 -59
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +34 -18
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +220 -59
- 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 +27 -11
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +220 -59
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +2 -2
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +24 -8
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +220 -59
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +24 -8
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +220 -59
- 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 +310 -32
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +182 -0
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +322 -72
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +608 -295
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +242 -56
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +477 -289
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +208 -26
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +14 -14
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +68 -12
- 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/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 +2 -2
- 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 +2 -2
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +234 -56
- 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/IOracleService.sol/IOracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +54 -38
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +28 -20
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +220 -59
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +122 -90
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +62 -30
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +104 -22
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +98 -66
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +50 -34
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +50 -58
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +26 -14
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +220 -59
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +92 -76
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +47 -39
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
- 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/IProductComponent.sol/IProductComponent.dbg.json +1 -1
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +94 -86
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +508 -18
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +48 -44
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +64 -72
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +33 -21
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +1 -1
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +2 -2
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +2 -2
- 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/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 +2 -2
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +378 -249
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +243 -68
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +18 -18
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +10 -10
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +384 -186
- 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 +128 -76
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +437 -26
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +2 -2
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +54 -54
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +28 -28
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +1 -1
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +16 -45
- 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/IComponentService.sol/IComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
- 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/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/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 +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/IStakingService.sol/IStakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +3 -3
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
- package/artifacts/contracts/staking/Staking.sol/Staking.json +22 -6
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +2 -2
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +2 -2
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +12 -4
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +2 -2
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +31 -15
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +15 -7
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2 -2
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +1 -1
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +3 -3
- 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/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/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 +39 -218
- 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/String.sol/StrLib.json +50 -2
- 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/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 +2 -2
- 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/AccountingService.sol +2 -3
- package/contracts/authorization/AccessAdmin.sol +261 -185
- package/contracts/authorization/AccessAdminLib.sol +220 -7
- package/contracts/authorization/Authorization.sol +38 -229
- package/contracts/authorization/IAccess.sol +14 -4
- package/contracts/authorization/IAccessAdmin.sol +19 -45
- package/contracts/authorization/IAuthorization.sol +3 -56
- package/contracts/authorization/IServiceAuthorization.sol +55 -17
- package/contracts/authorization/ServiceAuthorization.sol +247 -33
- package/contracts/distribution/BasicDistributionAuthorization.sol +11 -4
- package/contracts/distribution/Distribution.sol +2 -1
- package/contracts/distribution/DistributionService.sol +76 -28
- package/contracts/distribution/IDistributionComponent.sol +3 -1
- package/contracts/distribution/IDistributionService.sol +10 -4
- package/contracts/instance/IInstance.sol +43 -4
- package/contracts/instance/IInstanceService.sol +28 -3
- package/contracts/instance/Instance.sol +80 -39
- package/contracts/instance/InstanceAdmin.sol +162 -229
- package/contracts/instance/InstanceAuthorizationV3.sol +58 -28
- package/contracts/instance/InstanceReader.sol +371 -389
- package/contracts/instance/InstanceService.sol +105 -53
- package/contracts/instance/base/BalanceStore.sol +3 -5
- package/contracts/oracle/BasicOracleAuthorization.sol +18 -2
- package/contracts/oracle/OracleService.sol +4 -4
- package/contracts/pool/BasicPoolAuthorization.sol +9 -3
- package/contracts/pool/BundleService.sol +9 -10
- package/contracts/pool/PoolLib.sol +138 -1
- package/contracts/pool/PoolService.sol +13 -186
- package/contracts/product/ApplicationService.sol +30 -5
- package/contracts/product/BasicProductAuthorization.sol +9 -4
- package/contracts/product/ClaimService.sol +19 -20
- package/contracts/product/IPolicyService.sol +0 -1
- package/contracts/product/PolicyService.sol +18 -45
- package/contracts/product/PolicyServiceLib.sol +75 -1
- package/contracts/product/PricingService.sol +22 -25
- package/contracts/registry/RegistryAdmin.sol +27 -97
- package/contracts/registry/RegistryAuthorization.sol +35 -25
- package/contracts/registry/ReleaseAdmin.sol +42 -100
- package/contracts/registry/ReleaseRegistry.sol +12 -9
- package/contracts/registry/ServiceAuthorizationV3.sol +33 -20
- package/contracts/registry/TokenRegistry.sol +2 -4
- package/contracts/shared/ComponentService.sol +29 -5
- package/contracts/shared/ContractLib.sol +9 -45
- package/contracts/shared/IRegisterable.sol +0 -1
- package/contracts/shared/NftOwnable.sol +1 -1
- package/contracts/shared/PolicyHolder.sol +3 -2
- package/contracts/shared/Service.sol +6 -4
- package/contracts/staking/IStakingService.sol +3 -0
- package/contracts/staking/Staking.sol +4 -5
- package/contracts/staking/StakingService.sol +3 -0
- package/contracts/staking/TargetManagerLib.sol +1 -1
- package/contracts/type/ObjectType.sol +16 -3
- package/contracts/type/RoleId.sol +57 -59
- package/contracts/type/String.sol +12 -0
- package/contracts/upgradeability/ProxyManager.sol +2 -2
- package/contracts/upgradeability/Versionable.sol +4 -1
- package/package.json +1 -1
- package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.dbg.json +0 -4
- package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.json +0 -24
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +0 -4
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +0 -485
- package/contracts/shared/ComponentVerifyingService.sol +0 -128
@@ -1,100 +1,314 @@
|
|
1
1
|
// SPDX-License-Identifier: Apache-2.0
|
2
2
|
pragma solidity ^0.8.20;
|
3
3
|
|
4
|
-
import {IERC165} from "@openzeppelin/contracts/utils/introspection/IERC165.sol";
|
5
|
-
|
6
4
|
import {IAccess} from "../authorization/IAccess.sol";
|
7
|
-
import {ObjectType} from "../type/ObjectType.sol";
|
8
5
|
import {IServiceAuthorization} from "./IServiceAuthorization.sol";
|
6
|
+
|
7
|
+
import {ADMIN_ROLE_NAME, PUBLIC_ROLE_NAME} from "./AccessAdmin.sol";
|
8
|
+
import {InitializableERC165} from "../shared/InitializableERC165.sol";
|
9
|
+
import {ObjectType, ObjectTypeLib, ALL} from "../type/ObjectType.sol";
|
10
|
+
import {RoleId, RoleIdLib, ADMIN_ROLE, PUBLIC_ROLE} from "../type/RoleId.sol";
|
9
11
|
import {SelectorLib} from "../type/Selector.sol";
|
10
|
-
import {StrLib} from "../type/String.sol";
|
12
|
+
import {Str, StrLib} from "../type/String.sol";
|
11
13
|
import {TimestampLib} from "../type/Timestamp.sol";
|
12
14
|
import {VersionPart, VersionPartLib} from "../type/Version.sol";
|
13
15
|
|
14
|
-
|
16
|
+
|
17
|
+
/// @dev Base contract for release specific service authorization contracts and for Authorization contracts.
|
15
18
|
contract ServiceAuthorization is
|
19
|
+
InitializableERC165,
|
16
20
|
IServiceAuthorization
|
17
21
|
{
|
22
|
+
|
23
|
+
string public constant COMMIT_HASH = "1a1a1a1a1a1a1a1a1a1a1a1a1a1a1a1a1a1a1a1a";
|
24
|
+
|
18
25
|
uint256 public constant COMMIT_HASH_LENGTH = 40;
|
19
26
|
uint256 public constant GIF_INITIAL_VERSION = 3;
|
20
27
|
|
21
|
-
|
22
|
-
string public
|
28
|
+
string public constant SERVICE_NAME_SUFFIX = "Service";
|
29
|
+
string public constant ROLE_NAME_SUFFIX = "_Role";
|
23
30
|
|
31
|
+
ObjectType public immutable DOMAIN;
|
32
|
+
uint256 internal immutable _release;
|
33
|
+
string internal _commitHash;
|
34
|
+
|
35
|
+
string internal _mainTargetName;
|
36
|
+
Str internal _mainTarget;
|
37
|
+
|
38
|
+
// services
|
24
39
|
ObjectType[] internal _serviceDomains;
|
25
40
|
mapping(ObjectType domain => address service) internal _serviceAddress;
|
26
|
-
mapping(ObjectType domain => ObjectType[] authorizedDomains) internal _authorizedDomains;
|
27
|
-
mapping(ObjectType domain => mapping(ObjectType authorizedDomain => IAccess.FunctionInfo[] functions)) internal _authorizedFunctions;
|
28
41
|
|
29
|
-
|
30
|
-
|
31
|
-
|
42
|
+
// roles
|
43
|
+
RoleId[] internal _roles;
|
44
|
+
mapping(RoleId role => RoleInfo info) internal _roleInfo;
|
45
|
+
|
46
|
+
// targets
|
47
|
+
Str[] internal _targets;
|
48
|
+
mapping(Str target => bool exists) internal _targetExists;
|
49
|
+
mapping(Str target => RoleId roleId) internal _targetRole;
|
50
|
+
mapping(Str target => RoleId[] authorizedRoles) internal _authorizedRoles;
|
51
|
+
mapping(Str target => mapping(RoleId authorizedRole => IAccess.FunctionInfo[] functions)) internal _authorizedFunctions;
|
52
|
+
|
53
|
+
|
54
|
+
constructor(
|
55
|
+
string memory mainTargetName,
|
56
|
+
ObjectType domain,
|
57
|
+
uint8 release,
|
58
|
+
string memory commitHash
|
59
|
+
)
|
60
|
+
{
|
61
|
+
// checks
|
62
|
+
if (bytes(mainTargetName).length == 0) {
|
63
|
+
revert ErrorAuthorizationMainTargetNameEmpty();
|
64
|
+
}
|
65
|
+
|
66
|
+
if (domain == ObjectTypeLib.zero()) {
|
67
|
+
revert ErrorAuthorizationTargetDomainZero();
|
68
|
+
}
|
69
|
+
|
70
|
+
if (release < VersionPartLib.releaseMin().toInt() || release >= VersionPartLib.releaseMax().toInt()) {
|
71
|
+
revert ErrorAuthorizationReleaseInvalid(release);
|
72
|
+
}
|
73
|
+
|
74
|
+
if (bytes(commitHash).length != COMMIT_HASH_LENGTH) {
|
75
|
+
revert ErrorAuthorizationCommitHashInvalid(commitHash);
|
76
|
+
}
|
77
|
+
|
78
|
+
// effects
|
79
|
+
_initializeERC165();
|
80
|
+
_registerInterfaceNotInitializing(type(IServiceAuthorization).interfaceId);
|
81
|
+
|
82
|
+
_mainTargetName = mainTargetName;
|
83
|
+
_mainTarget = StrLib.toStr(mainTargetName);
|
84
|
+
|
85
|
+
DOMAIN = domain;
|
86
|
+
_release = release;
|
87
|
+
_commitHash = commitHash;
|
32
88
|
|
33
|
-
|
34
|
-
|
89
|
+
// setup of roles defined in OpenZeppelin AccessManager
|
90
|
+
_addRole(ADMIN_ROLE(), _toRoleInfo(ADMIN_ROLE(), RoleType.Core, 1, ADMIN_ROLE_NAME()));
|
91
|
+
_addRole(PUBLIC_ROLE(), _toRoleInfo(ADMIN_ROLE(), RoleType.Core, 1, PUBLIC_ROLE_NAME()));
|
92
|
+
|
93
|
+
// defines service domains relevant for the authorization
|
35
94
|
_setupDomains();
|
36
95
|
_setupDomainAuthorizations();
|
37
96
|
}
|
38
97
|
|
98
|
+
/// @inheritdoc IServiceAuthorization
|
99
|
+
function getDomain() public view returns(ObjectType targetDomain) {
|
100
|
+
return DOMAIN;
|
101
|
+
}
|
102
|
+
|
103
|
+
/// @inheritdoc IServiceAuthorization
|
104
|
+
function getRelease() public view returns(VersionPart release) {
|
105
|
+
return VersionPartLib.toVersionPart(_release);
|
106
|
+
}
|
107
|
+
|
108
|
+
/// @inheritdoc IServiceAuthorization
|
39
109
|
function getCommitHash() external view returns(string memory commitHash) {
|
40
|
-
return
|
110
|
+
return _commitHash;
|
41
111
|
}
|
42
112
|
|
43
|
-
|
44
|
-
|
113
|
+
/// @inheritdoc IServiceAuthorization
|
114
|
+
function getMainTargetName() public view returns (string memory name) {
|
115
|
+
return _mainTargetName;
|
45
116
|
}
|
46
117
|
|
118
|
+
/// @inheritdoc IServiceAuthorization
|
119
|
+
function getMainTarget() external view returns(Str target) {
|
120
|
+
return _mainTarget;
|
121
|
+
}
|
122
|
+
|
123
|
+
/// @inheritdoc IServiceAuthorization
|
47
124
|
function getServiceDomains() external view returns(ObjectType[] memory serviceDomains) {
|
48
125
|
return _serviceDomains;
|
49
126
|
}
|
50
127
|
|
51
|
-
|
128
|
+
/// @inheritdoc IServiceAuthorization
|
129
|
+
function getServiceDomain(uint256 idx) external view returns(ObjectType serviceDomain) {
|
52
130
|
return _serviceDomains[idx];
|
53
131
|
}
|
54
132
|
|
133
|
+
/// @inheritdoc IServiceAuthorization
|
134
|
+
function getServiceTarget(ObjectType serviceDomain) public view returns(Str target) {
|
135
|
+
string memory serviceTargetName = ObjectTypeLib.toVersionedName(
|
136
|
+
ObjectTypeLib.toName(serviceDomain),
|
137
|
+
"Service",
|
138
|
+
getRelease());
|
139
|
+
|
140
|
+
return StrLib.toStr(serviceTargetName);
|
141
|
+
}
|
142
|
+
|
143
|
+
/// @inheritdoc IServiceAuthorization
|
144
|
+
function getServiceRole(ObjectType serviceDomain) public view returns(RoleId serviceRoleId) {
|
145
|
+
// special case domain ALL
|
146
|
+
if (serviceDomain == ALL()) {
|
147
|
+
return PUBLIC_ROLE();
|
148
|
+
}
|
149
|
+
|
150
|
+
Str target = getServiceTarget(serviceDomain);
|
151
|
+
return getTargetRole(target);
|
152
|
+
}
|
153
|
+
|
154
|
+
/// @inheritdoc IServiceAuthorization
|
55
155
|
function getServiceAddress(ObjectType serviceDomain) external view returns(address service) {
|
56
156
|
return _serviceAddress[serviceDomain];
|
57
157
|
}
|
58
158
|
|
59
|
-
|
60
|
-
|
159
|
+
/// @inheritdoc IServiceAuthorization
|
160
|
+
function getTargetRole(Str target) public view returns(RoleId roleId) {
|
161
|
+
return _targetRole[target];
|
61
162
|
}
|
62
163
|
|
63
|
-
|
64
|
-
|
164
|
+
/// @inheritdoc IServiceAuthorization
|
165
|
+
function roleExists(RoleId roleId) public view returns(bool exists) {
|
166
|
+
return _roleInfo[roleId].roleType != RoleType.Undefined;
|
65
167
|
}
|
66
168
|
|
67
|
-
|
68
|
-
function
|
69
|
-
return
|
70
|
-
interfaceId == type(IServiceAuthorization).interfaceId ||
|
71
|
-
interfaceId == type(IERC165).interfaceId
|
72
|
-
);
|
169
|
+
/// @inheritdoc IServiceAuthorization
|
170
|
+
function getRoles() external view returns(RoleId[] memory roles) {
|
171
|
+
return _roles;
|
73
172
|
}
|
74
173
|
|
174
|
+
/// @inheritdoc IServiceAuthorization
|
175
|
+
function getRoleInfo(RoleId roleId) external view returns (RoleInfo memory info) {
|
176
|
+
return _roleInfo[roleId];
|
177
|
+
}
|
75
178
|
|
76
|
-
/// @
|
179
|
+
/// @inheritdoc IServiceAuthorization
|
180
|
+
function getRoleName(RoleId roleId) external view returns (string memory roleName) {
|
181
|
+
return _roleInfo[roleId].name.toString();
|
182
|
+
}
|
183
|
+
|
184
|
+
/// @inheritdoc IServiceAuthorization
|
185
|
+
function getAuthorizedRoles(Str target) external view returns(RoleId[] memory roleIds) {
|
186
|
+
return _authorizedRoles[target];
|
187
|
+
}
|
188
|
+
|
189
|
+
/// @inheritdoc IServiceAuthorization
|
190
|
+
function getAuthorizedFunctions(Str target, RoleId roleId) external view returns(FunctionInfo[] memory authorizatedFunctions) {
|
191
|
+
return _authorizedFunctions[target][roleId];
|
192
|
+
}
|
193
|
+
|
194
|
+
/// @dev Defines service domains relevant for the authorization.
|
195
|
+
/// When used for ReleaseAdmin the list defines the services to be registered for the release.
|
196
|
+
/// IMPORTANT: Both the list of the service domains as well as the ordering of the domains is important.
|
197
|
+
/// Trying to register services not in this list or register services in a different order will result in an error.
|
198
|
+
// solhint-disable-next-line no-empty-blocks
|
77
199
|
function _setupDomains() internal virtual {}
|
78
200
|
|
79
201
|
/// @dev Overwrite this function for a specific realease.
|
202
|
+
// solhint-disable-next-line no-empty-blocks
|
80
203
|
function _setupDomainAuthorizations() internal virtual {}
|
81
204
|
|
82
205
|
/// @dev Use this method to to add an authorized domain.
|
83
206
|
/// The services will need to be registered in the order they are added using this function.
|
84
|
-
function
|
207
|
+
function _authorizeServiceDomain(ObjectType serviceDomain, address serviceAddress) internal {
|
85
208
|
_serviceDomains.push(serviceDomain);
|
86
209
|
_serviceAddress[serviceDomain] = serviceAddress;
|
210
|
+
|
211
|
+
string memory serviceName = ObjectTypeLib.toVersionedName(
|
212
|
+
ObjectTypeLib.toName(serviceDomain),
|
213
|
+
SERVICE_NAME_SUFFIX,
|
214
|
+
getRelease());
|
215
|
+
|
216
|
+
_addTargetWithRole(
|
217
|
+
serviceName,
|
218
|
+
RoleIdLib.toServiceRoleId(serviceDomain, getRelease()),
|
219
|
+
string(abi.encodePacked(serviceName, ROLE_NAME_SUFFIX)));
|
220
|
+
}
|
221
|
+
|
222
|
+
|
223
|
+
/// @dev Use this method to to add an authorized target together with its target role.
|
224
|
+
function _addTargetWithRole(
|
225
|
+
string memory targetName,
|
226
|
+
RoleId roleId,
|
227
|
+
string memory roleName
|
228
|
+
)
|
229
|
+
internal
|
230
|
+
{
|
231
|
+
// add target
|
232
|
+
Str target = StrLib.toStr(targetName);
|
233
|
+
_targets.push(target);
|
234
|
+
|
235
|
+
_targetExists[target] = true;
|
236
|
+
|
237
|
+
// link role to target if defined
|
238
|
+
if (roleId != RoleIdLib.zero()) {
|
239
|
+
// add role if new
|
240
|
+
if (!roleExists(roleId)) {
|
241
|
+
_addContractRole(roleId, roleName);
|
242
|
+
}
|
243
|
+
|
244
|
+
// link target to role
|
245
|
+
_targetRole[target] = roleId;
|
246
|
+
}
|
247
|
+
}
|
248
|
+
|
249
|
+
|
250
|
+
/// @dev Add a contract role for the provided role id and name.
|
251
|
+
function _addContractRole(RoleId roleId, string memory name) internal {
|
252
|
+
_addRole(
|
253
|
+
roleId,
|
254
|
+
_toRoleInfo(
|
255
|
+
ADMIN_ROLE(),
|
256
|
+
RoleType.Contract,
|
257
|
+
1,
|
258
|
+
name));
|
87
259
|
}
|
88
260
|
|
261
|
+
|
262
|
+
/// @dev Use this method to to add an authorized role.
|
263
|
+
function _addRole(RoleId roleId, RoleInfo memory info) internal {
|
264
|
+
_roles.push(roleId);
|
265
|
+
_roleInfo[roleId] = info;
|
266
|
+
}
|
267
|
+
|
268
|
+
|
269
|
+
/// @dev creates a role info object from the provided parameters
|
270
|
+
function _toRoleInfo(RoleId adminRoleId, RoleType roleType, uint32 maxMemberCount, string memory name) internal view returns (RoleInfo memory info) {
|
271
|
+
return RoleInfo({
|
272
|
+
name: StrLib.toStr(name),
|
273
|
+
adminRoleId: adminRoleId,
|
274
|
+
roleType: roleType,
|
275
|
+
maxMemberCount: maxMemberCount,
|
276
|
+
createdAt: TimestampLib.blockTimestamp(),
|
277
|
+
pausedAt: TimestampLib.max()});
|
278
|
+
}
|
279
|
+
|
280
|
+
|
89
281
|
/// @dev Use this method to authorize the specified domain to access the service domain.
|
90
|
-
function _authorizeForService(
|
282
|
+
function _authorizeForService(
|
283
|
+
ObjectType serviceDomain,
|
284
|
+
ObjectType authorizedDomain
|
285
|
+
)
|
91
286
|
internal
|
92
287
|
returns (IAccess.FunctionInfo[] storage authorizatedFunctions)
|
93
288
|
{
|
94
|
-
|
95
|
-
|
289
|
+
Str serviceTarget = getServiceTarget(serviceDomain);
|
290
|
+
RoleId authorizedRoleId = getServiceRole(authorizedDomain);
|
291
|
+
|
292
|
+
return _authorizeForTarget(serviceTarget.toString(), authorizedRoleId);
|
96
293
|
}
|
97
294
|
|
295
|
+
|
296
|
+
/// @dev Use this method to authorize the specified role to access the target.
|
297
|
+
function _authorizeForTarget(string memory target, RoleId authorizedRoleId)
|
298
|
+
internal
|
299
|
+
returns (IAccess.FunctionInfo[] storage authorizatedFunctions)
|
300
|
+
{
|
301
|
+
Str targetStr = StrLib.toStr(target);
|
302
|
+
|
303
|
+
// add authorized role if not already added
|
304
|
+
if (_authorizedFunctions[targetStr][authorizedRoleId].length == 0) {
|
305
|
+
_authorizedRoles[targetStr].push(authorizedRoleId);
|
306
|
+
}
|
307
|
+
|
308
|
+
return _authorizedFunctions[targetStr][authorizedRoleId];
|
309
|
+
}
|
310
|
+
|
311
|
+
|
98
312
|
/// @dev Use this method to authorize a specific function authorization
|
99
313
|
function _authorize(IAccess.FunctionInfo[] storage functions, bytes4 selector, string memory name) internal {
|
100
314
|
functions.push(
|
@@ -8,7 +8,7 @@ import {Authorization} from "../authorization/Authorization.sol";
|
|
8
8
|
import {BasicDistribution} from "./BasicDistribution.sol";
|
9
9
|
import {Distribution} from "./Distribution.sol";
|
10
10
|
import {COMPONENT, DISTRIBUTION} from "../type/ObjectType.sol";
|
11
|
-
import {
|
11
|
+
import {PUBLIC_ROLE} from "../type/RoleId.sol";
|
12
12
|
import {TokenHandler} from "../shared/TokenHandler.sol";
|
13
13
|
|
14
14
|
|
@@ -16,15 +16,22 @@ contract BasicDistributionAuthorization
|
|
16
16
|
is Authorization
|
17
17
|
{
|
18
18
|
|
19
|
-
constructor(string memory
|
20
|
-
Authorization(
|
19
|
+
constructor(string memory distributionName)
|
20
|
+
Authorization(
|
21
|
+
distributionName,
|
22
|
+
DISTRIBUTION(),
|
23
|
+
3,
|
24
|
+
COMMIT_HASH,
|
25
|
+
true,
|
26
|
+
true)
|
21
27
|
{}
|
22
28
|
|
23
29
|
function _setupServiceTargets()
|
24
30
|
internal
|
25
31
|
virtual override
|
26
32
|
{
|
27
|
-
|
33
|
+
_authorizeServiceDomain(COMPONENT(), address(11));
|
34
|
+
_authorizeServiceDomain(DISTRIBUTION(), address(11));
|
28
35
|
}
|
29
36
|
|
30
37
|
function _setupTokenHandlerAuthorizations() internal virtual override {
|
@@ -37,6 +37,7 @@ abstract contract Distribution is
|
|
37
37
|
external
|
38
38
|
virtual
|
39
39
|
restricted()
|
40
|
+
// solhint-disable-next-line no-empty-blocks
|
40
41
|
{
|
41
42
|
// default is no action
|
42
43
|
}
|
@@ -81,7 +82,7 @@ abstract contract Distribution is
|
|
81
82
|
|
82
83
|
|
83
84
|
function calculateRenewalFeeAmount(
|
84
|
-
ReferralId referralId
|
85
|
+
ReferralId, // referralId
|
85
86
|
uint256 netPremiumAmount
|
86
87
|
)
|
87
88
|
external
|
@@ -13,21 +13,24 @@ import {IComponents} from "../instance/module/IComponents.sol";
|
|
13
13
|
import {IPolicy} from "../instance/module/IPolicy.sol";
|
14
14
|
|
15
15
|
import {Amount, AmountLib} from "../type/Amount.sol";
|
16
|
-
import {
|
16
|
+
import {ContractLib} from "../shared/ContractLib.sol";
|
17
17
|
import {DistributorType, DistributorTypeLib} from "../type/DistributorType.sol";
|
18
18
|
import {NftId, NftIdLib} from "../type/NftId.sol";
|
19
19
|
import {KEEP_STATE} from "../type/StateId.sol";
|
20
20
|
import {ObjectType, ACCOUNTING, COMPONENT, DISTRIBUTION, INSTANCE, DISTRIBUTION, DISTRIBUTOR, REGISTRY} from "../type/ObjectType.sol";
|
21
21
|
import {InstanceReader} from "../instance/InstanceReader.sol";
|
22
22
|
import {InstanceStore} from "../instance/InstanceStore.sol";
|
23
|
-
|
23
|
+
// TODO PoolLib feels wrong, should likely go in a component type independent lib
|
24
|
+
import {PoolLib} from "../pool/PoolLib.sol";
|
25
|
+
import {ReferralId, ReferralStatus, ReferralLib, REFERRAL_OK, REFERRAL_ERROR_UNKNOWN, REFERRAL_ERROR_EXPIRED, REFERRAL_ERROR_EXHAUSTED} from "../type/Referral.sol";
|
24
26
|
import {Seconds} from "../type/Seconds.sol";
|
27
|
+
import {Service} from "../shared/Service.sol";
|
25
28
|
import {Timestamp, TimestampLib} from "../type/Timestamp.sol";
|
26
|
-
import {UFixed} from "../type/UFixed.sol";
|
29
|
+
import {UFixed, UFixedLib} from "../type/UFixed.sol";
|
27
30
|
|
28
31
|
|
29
32
|
contract DistributionService is
|
30
|
-
|
33
|
+
Service,
|
31
34
|
IDistributionService
|
32
35
|
{
|
33
36
|
IAccountingService private _accountingService;
|
@@ -71,12 +74,13 @@ contract DistributionService is
|
|
71
74
|
bytes memory data
|
72
75
|
)
|
73
76
|
external
|
77
|
+
restricted()
|
74
78
|
returns (DistributorType distributorType)
|
75
79
|
{
|
76
|
-
(NftId distributionNftId
|
80
|
+
(NftId distributionNftId, IInstance instance) = _getAndVerifyActiveDistribution();
|
77
81
|
|
78
82
|
{
|
79
|
-
NftId productNftId =
|
83
|
+
NftId productNftId = getRegistry().getParentNftId(distributionNftId);
|
80
84
|
IComponents.FeeInfo memory feeInfo = instance.getInstanceReader().getFeeInfo(productNftId);
|
81
85
|
|
82
86
|
UFixed variableDistributionFees = feeInfo.distributionFee.fractionalFee;
|
@@ -87,7 +91,7 @@ contract DistributionService is
|
|
87
91
|
}
|
88
92
|
UFixed maxDiscountPercentageLimit = variableDistributionFees - variableFeesPartsTotal;
|
89
93
|
|
90
|
-
if (maxDiscountPercentage
|
94
|
+
if (maxDiscountPercentage > maxDiscountPercentageLimit) {
|
91
95
|
revert ErrorDistributionServiceMaxDiscountTooHigh(maxDiscountPercentage.toInt1000(), maxDiscountPercentageLimit.toInt1000());
|
92
96
|
}
|
93
97
|
}
|
@@ -116,9 +120,10 @@ contract DistributionService is
|
|
116
120
|
)
|
117
121
|
external
|
118
122
|
virtual
|
123
|
+
restricted()
|
119
124
|
returns (NftId distributorNftId)
|
120
125
|
{
|
121
|
-
(NftId distributionNftId
|
126
|
+
(NftId distributionNftId, IInstance instance) = _getAndVerifyActiveDistribution();
|
122
127
|
_checkDistributionType(instance.getInstanceReader(), distributorType, distributionNftId);
|
123
128
|
|
124
129
|
distributorNftId = _registryService.registerDistributor(
|
@@ -148,9 +153,10 @@ contract DistributionService is
|
|
148
153
|
)
|
149
154
|
external
|
150
155
|
virtual
|
156
|
+
restricted()
|
151
157
|
{
|
152
158
|
_checkNftType(distributorNftId, DISTRIBUTOR());
|
153
|
-
(NftId distributionNftId
|
159
|
+
(NftId distributionNftId, IInstance instance) = _getAndVerifyActiveDistribution();
|
154
160
|
_checkDistributionType(instance.getInstanceReader(), newDistributorType, distributionNftId);
|
155
161
|
|
156
162
|
IDistribution.DistributorInfo memory distributorInfo = instance.getInstanceReader().getDistributorInfo(distributorNftId);
|
@@ -170,10 +176,11 @@ contract DistributionService is
|
|
170
176
|
)
|
171
177
|
external
|
172
178
|
virtual
|
179
|
+
restricted()
|
173
180
|
onlyNftOfType(distributorNftId, DISTRIBUTOR())
|
174
181
|
returns (ReferralId referralId)
|
175
182
|
{
|
176
|
-
(NftId distributionNftId
|
183
|
+
(NftId distributionNftId, IInstance instance) = _getAndVerifyActiveDistribution();
|
177
184
|
|
178
185
|
if (bytes(code).length == 0) {
|
179
186
|
revert ErrorDistributionServiceInvalidReferral(code);
|
@@ -234,9 +241,7 @@ contract DistributionService is
|
|
234
241
|
onlyNftOfType(distributionNftId, DISTRIBUTION())
|
235
242
|
{
|
236
243
|
if (referralIsValid(distributionNftId, referralId)) {
|
237
|
-
|
238
|
-
IRegistry.ObjectInfo memory distributionInfo = registry.getObjectInfo(distributionNftId);
|
239
|
-
IInstance instance = _getInstanceForComponent(registry, distributionInfo.parentNftId);
|
244
|
+
IInstance instance = IInstance(ContractLib.getInstanceForComponent(getRegistry(), distributionNftId));
|
240
245
|
|
241
246
|
// update book keeping for referral info
|
242
247
|
IDistribution.ReferralInfo memory referralInfo = instance.getInstanceReader().getReferralInfo(referralId);
|
@@ -255,9 +260,7 @@ contract DistributionService is
|
|
255
260
|
restricted()
|
256
261
|
onlyNftOfType(distributionNftId, DISTRIBUTION())
|
257
262
|
{
|
258
|
-
|
259
|
-
IRegistry.ObjectInfo memory distributionInfo = registry.getObjectInfo(distributionNftId);
|
260
|
-
IInstance instance = _getInstanceForComponent(registry, distributionInfo.parentNftId);
|
263
|
+
IInstance instance = IInstance(ContractLib.getInstanceForComponent(getRegistry(), distributionNftId));
|
261
264
|
InstanceReader reader = instance.getInstanceReader();
|
262
265
|
InstanceStore store = instance.getInstanceStore();
|
263
266
|
|
@@ -290,11 +293,11 @@ contract DistributionService is
|
|
290
293
|
function withdrawCommission(NftId distributorNftId, Amount amount)
|
291
294
|
public
|
292
295
|
virtual
|
293
|
-
|
296
|
+
restricted()
|
294
297
|
onlyNftOfType(distributorNftId, DISTRIBUTOR())
|
295
298
|
returns (Amount withdrawnAmount)
|
296
299
|
{
|
297
|
-
(NftId distributionNftId
|
300
|
+
(NftId distributionNftId, IInstance instance) = _getAndVerifyActiveDistribution();
|
298
301
|
InstanceReader reader = instance.getInstanceReader();
|
299
302
|
|
300
303
|
IComponents.ComponentInfo memory distributionInfo = reader.getComponentInfo(distributionNftId);
|
@@ -304,10 +307,10 @@ contract DistributionService is
|
|
304
307
|
|
305
308
|
// determine withdrawn amount
|
306
309
|
withdrawnAmount = amount;
|
307
|
-
if (withdrawnAmount
|
310
|
+
if (withdrawnAmount >= AmountLib.max()) {
|
308
311
|
withdrawnAmount = commissionAmount;
|
309
312
|
} else {
|
310
|
-
if (withdrawnAmount
|
313
|
+
if (withdrawnAmount > commissionAmount) {
|
311
314
|
revert ErrorDistributionServiceCommissionWithdrawAmountExceedsLimit(withdrawnAmount, commissionAmount);
|
312
315
|
}
|
313
316
|
}
|
@@ -339,9 +342,7 @@ contract DistributionService is
|
|
339
342
|
return false;
|
340
343
|
}
|
341
344
|
|
342
|
-
|
343
|
-
IRegistry.ObjectInfo memory distributionInfo = registry.getObjectInfo(distributionNftId);
|
344
|
-
IInstance instance = _getInstanceForComponent(registry, distributionInfo.parentNftId);
|
345
|
+
IInstance instance = IInstance(ContractLib.getInstanceForComponent(getRegistry(), distributionNftId));
|
345
346
|
IDistribution.ReferralInfo memory info = instance.getInstanceReader().getReferralInfo(referralId);
|
346
347
|
|
347
348
|
if (info.distributorNftId.eqz()) {
|
@@ -357,6 +358,48 @@ contract DistributionService is
|
|
357
358
|
isValid = isValid && info.usedReferrals < info.maxReferrals;
|
358
359
|
}
|
359
360
|
|
361
|
+
|
362
|
+
function getDiscountPercentage(
|
363
|
+
InstanceReader instanceReader,
|
364
|
+
ReferralId referralId
|
365
|
+
)
|
366
|
+
external
|
367
|
+
virtual
|
368
|
+
view
|
369
|
+
returns (
|
370
|
+
UFixed discountPercentage,
|
371
|
+
ReferralStatus status
|
372
|
+
)
|
373
|
+
{
|
374
|
+
IDistribution.ReferralInfo memory info = instanceReader.getReferralInfo(
|
375
|
+
referralId);
|
376
|
+
|
377
|
+
if (info.expiryAt.eqz()) {
|
378
|
+
return (
|
379
|
+
UFixedLib.zero(),
|
380
|
+
REFERRAL_ERROR_UNKNOWN());
|
381
|
+
}
|
382
|
+
|
383
|
+
if (info.expiryAt < TimestampLib.blockTimestamp()) {
|
384
|
+
return (
|
385
|
+
UFixedLib.zero(),
|
386
|
+
REFERRAL_ERROR_EXPIRED());
|
387
|
+
}
|
388
|
+
|
389
|
+
if (info.usedReferrals >= info.maxReferrals) {
|
390
|
+
return (
|
391
|
+
UFixedLib.zero(),
|
392
|
+
REFERRAL_ERROR_EXHAUSTED());
|
393
|
+
}
|
394
|
+
|
395
|
+
return (
|
396
|
+
info.discountPercentage,
|
397
|
+
REFERRAL_OK()
|
398
|
+
);
|
399
|
+
|
400
|
+
}
|
401
|
+
|
402
|
+
|
360
403
|
function _checkDistributionType(InstanceReader instanceReader, DistributorType distributorType, NftId expectedDistributionNftId)
|
361
404
|
internal
|
362
405
|
view
|
@@ -369,16 +412,21 @@ contract DistributionService is
|
|
369
412
|
}
|
370
413
|
}
|
371
414
|
|
372
|
-
|
415
|
+
|
416
|
+
|
417
|
+
function _getAndVerifyActiveDistribution()
|
373
418
|
internal
|
419
|
+
virtual
|
374
420
|
view
|
375
|
-
returns(
|
421
|
+
returns (
|
422
|
+
NftId poolNftId,
|
423
|
+
IInstance instance
|
424
|
+
)
|
376
425
|
{
|
377
|
-
|
378
|
-
address instanceAddress = getRegistry().getObjectAddress(instanceNftId);
|
379
|
-
return IInstance(instanceAddress);
|
426
|
+
return PoolLib.getAndVerifyActiveComponent(getRegistry(), msg.sender, DISTRIBUTION());
|
380
427
|
}
|
381
428
|
|
429
|
+
|
382
430
|
function _getDomain() internal pure override returns(ObjectType) {
|
383
431
|
return DISTRIBUTION();
|
384
432
|
}
|
@@ -1,12 +1,14 @@
|
|
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 {IInstanceLinkedComponent} from "../shared/IInstanceLinkedComponent.sol";
|
5
|
+
|
6
|
+
import {Amount} from "../type/Amount.sol";
|
6
7
|
import {NftId} from "../type/NftId.sol";
|
7
8
|
import {ReferralId, ReferralStatus} from "../type/Referral.sol";
|
8
9
|
import {UFixed} from "../type/UFixed.sol";
|
9
10
|
|
11
|
+
|
10
12
|
interface IDistributionComponent is IInstanceLinkedComponent {
|
11
13
|
|
12
14
|
event LogDistributorUpdated(address to, address operator);
|
@@ -1,15 +1,17 @@
|
|
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
|
-
import {NftId} from "../type/NftId.sol";
|
6
4
|
import {IPolicy} from "../instance/module/IPolicy.sol";
|
7
5
|
import {IService} from "../shared/IService.sol";
|
8
|
-
|
6
|
+
|
7
|
+
import {Amount} from "../type/Amount.sol";
|
9
8
|
import {DistributorType} from "../type/DistributorType.sol";
|
10
|
-
import {
|
9
|
+
import {InstanceReader} from "../instance/InstanceReader.sol";
|
10
|
+
import {NftId} from "../type/NftId.sol";
|
11
|
+
import {ReferralId, ReferralStatus} from "../type/Referral.sol";
|
11
12
|
import {Seconds} from "../type/Seconds.sol";
|
12
13
|
import {Timestamp} from "../type/Timestamp.sol";
|
14
|
+
import {UFixed} from "../type/UFixed.sol";
|
13
15
|
|
14
16
|
|
15
17
|
interface IDistributionService is IService {
|
@@ -100,4 +102,8 @@ interface IDistributionService is IService {
|
|
100
102
|
/// @param amount the amount to withdraw. If set to AMOUNT_MAX, the full commission available is withdrawn
|
101
103
|
/// @return withdrawnAmount the effective withdrawn amount
|
102
104
|
function withdrawCommission(NftId distributorNftId, Amount amount) external returns (Amount withdrawnAmount);
|
105
|
+
|
106
|
+
/// @dev Returns the discount percentage for the provided referral code.
|
107
|
+
/// The function retuns both the percentage and the status of the referral code.
|
108
|
+
function getDiscountPercentage(InstanceReader instanceReader, ReferralId referralId) external view returns (UFixed discountPercentage, ReferralStatus status);
|
103
109
|
}
|