@etherisc/gif-next 0.0.2-fd4ee14-428 → 0.0.2-fd5f17a-625
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +49 -4
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1253 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +358 -0
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.json +10 -0
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/{shared → authorization}/IAccessAdmin.sol/IAccessAdmin.json +95 -252
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +258 -0
- package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.json +290 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/{registry → authorization}/IServiceAuthorization.sol/IServiceAuthorization.json +29 -10
- package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +390 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +190 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1342 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +410 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +46 -450
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +255 -233
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +67 -106
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +91 -160
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +152 -47
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1411 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1171 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1517 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +1978 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +6 -19
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +32 -44
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +28 -178
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1208 -290
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +601 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +290 -141
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +52 -224
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +35 -110
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +227 -238
- 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 +4 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +182 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
- 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/mock/Dip.sol/Dip.json +2 -2
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +979 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +418 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +43 -1
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +43 -37
- 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 +40 -315
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +32 -144
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +34 -85
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1248 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +410 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +402 -174
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +111 -94
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +205 -1
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +45 -290
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +220 -100
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
- package/artifacts/contracts/pool/Pool.sol/Pool.json +45 -576
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +264 -248
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +40 -87
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +31 -162
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +31 -94
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1096 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +410 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +185 -175
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +58 -105
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +5 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +114 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +184 -119
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +43 -43
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +32 -79
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/product/{IProductService.sol/IProductService.json → IRiskService.sol/IRiskService.json} +2 -2
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +242 -321
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +55 -106
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +113 -265
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +55 -126
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
- package/artifacts/contracts/product/Product.sol/Product.json +35 -378
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +583 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +651 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +59 -16
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +246 -42
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +0 -183
- 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 +464 -99
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +336 -376
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +18 -130
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +27 -78
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +164 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1169 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +43 -16
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +4 -4
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
- package/artifacts/contracts/shared/Component.sol/Component.json +0 -211
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +242 -185
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +69 -112
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +0 -112
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +0 -26
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +153 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +32 -37
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.json +11 -5
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.json +0 -5
- 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/IPolicyHolder.sol/IPolicyHolder.json +0 -42
- 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/InitializableCustom.sol/InitializableCustom.dbg.json +1 -1
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +32 -275
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +15 -89
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +4 -65
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +6 -57
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +4 -136
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +8 -97
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -15
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/Service.sol/Service.json +0 -112
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +330 -11
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +108 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +1 -1
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +27 -27
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +1 -1
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +85 -105
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
- package/artifacts/contracts/staking/Staking.sol/Staking.json +85 -262
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +164 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +47 -94
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +6 -6
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +26 -138
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +31 -82
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +146 -165
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +1 -1
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +58 -22
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +1 -1
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +2 -2
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +1 -1
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +37 -8
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +2 -2
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +4 -4
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +4 -4
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +17 -12
- 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/NftId.sol/NftIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +4 -4
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +2 -2
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +55 -2
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +4 -4
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +4 -4
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +4 -4
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +4 -4
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +117 -14
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +50 -2
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +1 -1
- package/artifacts/contracts/type/Selector.sol/SelectorLib.json +2 -2
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +1 -1
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +2 -2
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/StateId.sol/StateIdLib.json +2 -2
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +1 -1
- package/artifacts/contracts/type/String.sol/StrLib.json +2 -2
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +1 -1
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +23 -4
- package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +1 -1
- package/artifacts/contracts/type/UFixed.sol/MathLib.json +9 -3
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +58 -2
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
- package/artifacts/contracts/type/Version.sol/VersionLib.json +2 -2
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +21 -2
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
- package/artifacts/contracts/{shared → upgradeability}/IVersionable.sol/IVersionable.json +1 -1
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +566 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
- package/artifacts/contracts/{shared → upgradeability}/Versionable.sol/Versionable.json +1 -1
- package/contracts/{shared → authorization}/AccessAdmin.sol +135 -305
- package/contracts/authorization/AccessManagerCloneable.sol +16 -0
- package/contracts/authorization/Authorization.sol +217 -0
- package/contracts/authorization/IAccess.sol +48 -0
- package/contracts/{shared → authorization}/IAccessAdmin.sol +22 -54
- package/contracts/authorization/IAuthorization.sol +54 -0
- package/contracts/authorization/IModuleAuthorization.sol +21 -0
- package/contracts/{registry → authorization}/IServiceAuthorization.sol +8 -5
- package/contracts/authorization/ModuleAuthorization.sol +78 -0
- package/contracts/{registry → authorization}/ServiceAuthorization.sol +21 -17
- package/contracts/distribution/BasicDistribution.sol +138 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
- package/contracts/distribution/Distribution.sol +145 -111
- package/contracts/distribution/DistributionService.sol +80 -41
- package/contracts/distribution/DistributionServiceManager.sol +2 -5
- package/contracts/distribution/IDistributionComponent.sol +25 -39
- package/contracts/distribution/IDistributionService.sol +23 -3
- package/contracts/examples/unpermissioned/SimpleDistribution.sol +50 -0
- package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
- package/contracts/examples/unpermissioned/SimplePool.sol +76 -0
- package/contracts/examples/unpermissioned/SimpleProduct.sol +351 -0
- package/contracts/instance/{BundleManager.sol → BundleSet.sol} +23 -23
- package/contracts/instance/IInstance.sol +14 -38
- package/contracts/instance/IInstanceService.sol +13 -18
- package/contracts/instance/Instance.sol +68 -102
- package/contracts/instance/InstanceAdmin.sol +221 -267
- package/contracts/instance/InstanceAuthorizationV3.sol +204 -0
- package/contracts/instance/InstanceReader.sol +54 -16
- package/contracts/instance/InstanceService.sol +112 -84
- package/contracts/instance/InstanceServiceManager.sol +2 -6
- package/contracts/instance/InstanceStore.sol +23 -5
- package/contracts/instance/base/ObjectLifecycle.sol +111 -0
- package/contracts/instance/base/{ObjectManager.sol → ObjectSet.sol} +11 -12
- package/contracts/instance/module/IBundle.sol +1 -1
- package/contracts/instance/module/IComponents.sol +1 -7
- package/contracts/instance/module/IDistribution.sol +0 -1
- package/contracts/instance/module/IPolicy.sol +22 -22
- package/contracts/mock/Dip.sol +1 -1
- package/contracts/oracle/BasicOracle.sol +48 -0
- package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
- package/contracts/oracle/IOracle.sol +16 -0
- package/contracts/oracle/IOracleComponent.sol +2 -1
- package/contracts/oracle/Oracle.sol +73 -51
- package/contracts/oracle/OracleService.sol +4 -3
- package/contracts/oracle/OracleServiceManager.sol +2 -5
- package/contracts/pool/BasicPool.sol +166 -0
- package/contracts/pool/BasicPoolAuthorization.sol +58 -0
- package/contracts/pool/BundleService.sol +192 -50
- package/contracts/pool/BundleServiceManager.sol +2 -5
- package/contracts/pool/IBundleService.sol +33 -5
- package/contracts/pool/IPoolComponent.sol +6 -60
- package/contracts/pool/IPoolService.sol +36 -26
- package/contracts/pool/Pool.sol +165 -138
- package/contracts/pool/PoolService.sol +165 -108
- package/contracts/pool/PoolServiceManager.sol +2 -5
- package/contracts/product/ApplicationService.sol +53 -59
- package/contracts/product/ApplicationServiceManager.sol +2 -2
- package/contracts/product/BasicProduct.sol +53 -0
- package/contracts/product/BasicProductAuthorization.sol +43 -0
- package/contracts/product/ClaimService.sol +120 -75
- package/contracts/product/ClaimServiceManager.sol +2 -2
- package/contracts/product/IApplicationService.sol +1 -0
- package/contracts/product/IClaimService.sol +28 -5
- package/contracts/product/IPolicyService.sol +27 -32
- package/contracts/product/IPricingService.sol +7 -7
- package/contracts/product/IProductComponent.sol +7 -10
- package/contracts/product/{IProductService.sol → IRiskService.sol} +1 -1
- package/contracts/product/PolicyService.sol +280 -182
- package/contracts/product/PolicyServiceManager.sol +2 -5
- package/contracts/product/PricingService.sol +44 -43
- package/contracts/product/PricingServiceManager.sol +2 -5
- package/contracts/product/Product.sol +162 -114
- package/contracts/product/{ProductService.sol → RiskService.sol} +11 -38
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +65 -32
- package/contracts/registry/IRegistry.sol +63 -19
- package/contracts/registry/IRegistryService.sol +6 -6
- package/contracts/registry/Registry.sol +333 -213
- package/contracts/registry/RegistryAdmin.sol +260 -129
- package/contracts/registry/RegistryService.sol +6 -20
- package/contracts/registry/RegistryServiceManager.sol +2 -2
- package/contracts/registry/ReleaseLifecycle.sol +27 -0
- package/contracts/registry/ReleaseRegistry.sol +491 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +16 -17
- package/contracts/registry/TokenRegistry.sol +2 -2
- package/contracts/shared/Component.sol +30 -43
- package/contracts/shared/ComponentService.sol +99 -75
- package/contracts/shared/ComponentServiceManager.sol +2 -2
- package/contracts/shared/ComponentVerifyingService.sol +2 -2
- package/contracts/shared/IComponent.sol +4 -4
- package/contracts/shared/IComponentService.sol +15 -9
- package/contracts/shared/IInstanceLinkedComponent.sol +10 -7
- package/contracts/shared/IKeyValueStore.sol +1 -0
- package/contracts/shared/ILifecycle.sol +1 -2
- package/contracts/shared/IPolicyHolder.sol +0 -9
- package/contracts/shared/IService.sol +1 -1
- package/contracts/shared/{ERC165.sol → InitializableERC165.sol} +3 -3
- package/contracts/shared/InstanceLinkedComponent.sol +51 -23
- package/contracts/shared/KeyValueStore.sol +6 -2
- package/contracts/shared/Lifecycle.sol +16 -69
- package/contracts/shared/{NftIdSetManager.sol → NftIdSet.sol} +1 -1
- package/contracts/shared/NftOwnable.sol +7 -7
- package/contracts/shared/PolicyHolder.sol +7 -53
- package/contracts/shared/Registerable.sol +4 -4
- package/contracts/shared/RegistryLinked.sol +3 -2
- package/contracts/shared/Service.sol +8 -9
- package/contracts/shared/TokenHandler.sol +100 -19
- package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
- package/contracts/staking/IStaking.sol +3 -3
- package/contracts/staking/IStakingService.sol +12 -5
- package/contracts/staking/StakeManagerLib.sol +18 -25
- package/contracts/staking/Staking.sol +26 -41
- package/contracts/staking/StakingLifecycle.sol +23 -0
- package/contracts/staking/StakingManager.sol +2 -6
- package/contracts/staking/StakingReader.sol +12 -16
- package/contracts/staking/StakingService.sol +10 -14
- package/contracts/staking/StakingServiceManager.sol +2 -2
- package/contracts/staking/StakingStore.sol +15 -23
- package/contracts/staking/TargetManagerLib.sol +7 -3
- package/contracts/type/Amount.sol +12 -5
- package/contracts/type/Blocknumber.sol +7 -1
- package/contracts/type/ObjectType.sol +52 -18
- package/contracts/type/Referral.sol +1 -0
- package/contracts/type/RoleId.sol +55 -82
- package/contracts/type/Seconds.sol +21 -1
- package/contracts/type/StateId.sol +1 -0
- package/contracts/type/Timestamp.sol +11 -1
- package/contracts/type/UFixed.sol +34 -9
- package/contracts/type/Version.sol +3 -1
- package/contracts/{shared → upgradeability}/ProxyManager.sol +4 -5
- package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
- package/package.json +6 -3
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -709
- package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.json +0 -228
- package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.json +0 -187
- package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/product/ProductService.sol/ProductService.json +0 -708
- package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
- package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +0 -702
- package/artifacts/contracts/registry/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +0 -4
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +0 -4
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +0 -1218
- package/artifacts/contracts/registry/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +0 -4
- package/artifacts/contracts/registry/ServiceAuthorization.sol/ServiceAuthorization.json +0 -171
- package/artifacts/contracts/shared/AccessAdmin.sol/AccessAdmin.dbg.json +0 -4
- package/artifacts/contracts/shared/AccessAdmin.sol/AccessAdmin.json +0 -1559
- package/artifacts/contracts/shared/AccessManagerCustom.sol/AccessManagerCustom.dbg.json +0 -4
- package/artifacts/contracts/shared/AccessManagerCustom.sol/AccessManagerCustom.json +0 -1193
- package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.dbg.json +0 -4
- package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.json +0 -1747
- package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.dbg.json +0 -4
- package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.json +0 -1760
- package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.dbg.json +0 -4
- package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.json +0 -1838
- package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.dbg.json +0 -4
- package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.json +0 -1856
- package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
- package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -73
- package/artifacts/contracts/shared/IAccessAdmin.sol/IAccessAdmin.dbg.json +0 -4
- package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.dbg.json +0 -4
- package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.json +0 -1562
- package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.dbg.json +0 -4
- package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.json +0 -1600
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
- package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.dbg.json +0 -4
- package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.json +0 -306
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -617
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
- package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
- package/contracts/instance/InstanceAuthorizationsLib.sol +0 -377
- package/contracts/product/ProductServiceManager.sol +0 -42
- package/contracts/registry/ReleaseManager.sol +0 -527
- package/contracts/shared/AccessManagerCustom.sol +0 -741
- package/contracts/shared/AccessManagerExtended.sol +0 -481
- package/contracts/shared/AccessManagerExtendedInitializeable.sol +0 -13
- package/contracts/shared/AccessManagerExtendedWithDisable.sol +0 -137
- package/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol +0 -14
- package/contracts/shared/IAccessManagerExtended.sol +0 -74
- package/contracts/shared/IAccessManagerExtendedWithDisable.sol +0 -18
- /package/contracts/{shared → upgradeability}/IVersionable.sol +0 -0
- /package/contracts/{shared → upgradeability}/Versionable.sol +0 -0
@@ -1,527 +0,0 @@
|
|
1
|
-
// SPDX-License-Identifier: Apache-2.0
|
2
|
-
pragma solidity ^0.8.20;
|
3
|
-
|
4
|
-
import {Create2} from "@openzeppelin/contracts/utils/Create2.sol";
|
5
|
-
import {Clones} from "@openzeppelin/contracts/proxy/Clones.sol";
|
6
|
-
import {IAccessManager} from "@openzeppelin/contracts/access/manager/IAccessManager.sol";
|
7
|
-
import {Initializable} from "@openzeppelin/contracts/proxy/utils/Initializable.sol";
|
8
|
-
import {AccessManaged} from "@openzeppelin/contracts/access/manager/AccessManaged.sol";
|
9
|
-
import {Math} from "@openzeppelin/contracts/utils/math/Math.sol";
|
10
|
-
|
11
|
-
import {NftId} from "../type/NftId.sol";
|
12
|
-
import {RoleId, ADMIN_ROLE, PUBLIC_ROLE} from "../type/RoleId.sol";
|
13
|
-
import {ObjectType, ObjectTypeLib, POOL, RELEASE, REGISTRY, SERVICE, STAKING} from "../type/ObjectType.sol";
|
14
|
-
import {Version, VersionLib, VersionPart, VersionPartLib} from "../type/Version.sol";
|
15
|
-
import {Timestamp, TimestampLib, zeroTimestamp, ltTimestamp} from "../type/Timestamp.sol";
|
16
|
-
import {Seconds, SecondsLib} from "../type/Seconds.sol";
|
17
|
-
import {StateId, INITIAL, SCHEDULED, DEPLOYING, ACTIVE} from "../type/StateId.sol";
|
18
|
-
import {Version, VersionLib, VersionPart, VersionPartLib} from "../type/Version.sol";
|
19
|
-
|
20
|
-
import {IService} from "../shared/IService.sol";
|
21
|
-
import {AccessManagerExtendedWithDisableInitializeable} from "../shared/AccessManagerExtendedWithDisableInitializeable.sol";
|
22
|
-
import {ILifecycle} from "../shared/ILifecycle.sol";
|
23
|
-
import {INftOwnable} from "../shared/INftOwnable.sol";
|
24
|
-
import {IRegisterable} from "../shared/IRegisterable.sol";
|
25
|
-
|
26
|
-
import {IRegistry} from "./IRegistry.sol";
|
27
|
-
import {IRegistryLinked} from "../shared/IRegistryLinked.sol";
|
28
|
-
import {IRegistryService} from "./IRegistryService.sol";
|
29
|
-
import {IServiceAuthorization} from "./IServiceAuthorization.sol";
|
30
|
-
import {IAccessAdmin} from "../shared/IAccessAdmin.sol";
|
31
|
-
import {RegistryAdmin} from "./RegistryAdmin.sol";
|
32
|
-
import {Registry} from "./Registry.sol";
|
33
|
-
import {TokenRegistry} from "./TokenRegistry.sol";
|
34
|
-
|
35
|
-
|
36
|
-
contract ReleaseManager is
|
37
|
-
AccessManaged,
|
38
|
-
ILifecycle,
|
39
|
-
IRegistryLinked
|
40
|
-
{
|
41
|
-
using ObjectTypeLib for ObjectType;
|
42
|
-
|
43
|
-
uint256 public constant INITIAL_GIF_VERSION = 3;
|
44
|
-
|
45
|
-
event LogReleaseCreation(VersionPart version, bytes32 salt, address authority);
|
46
|
-
event LogReleaseActivation(VersionPart version);
|
47
|
-
|
48
|
-
// constructor
|
49
|
-
error ErrorReleaseManagerNotRegistry(Registry registry);
|
50
|
-
|
51
|
-
// createNextRelease
|
52
|
-
error ErrorReleaseManagerReleaseCreationDisallowed(StateId currentStateId);
|
53
|
-
|
54
|
-
// prepareRelease
|
55
|
-
error ErrorReleaseManagerReleasePreparationDisallowed(StateId currentStateId);
|
56
|
-
error ErrorReleaseManagerReleaseAlreadyPrepared(VersionPart version);
|
57
|
-
error ErrorReleaseManagerVersionMismatch(VersionPart expectedVersion, VersionPart providedVersion);
|
58
|
-
error ErrorReleaseManagerNoDomains(VersionPart version);
|
59
|
-
|
60
|
-
// register staking
|
61
|
-
//error ErrorReleaseManagerStakingAlreadySet(address stakingAddress);
|
62
|
-
|
63
|
-
// registerService
|
64
|
-
error ErrorReleaseManagerNoServiceRegistrationExpected();
|
65
|
-
error ErrorReleaseManagerServiceRegistrationDisallowed(StateId currentStateId);
|
66
|
-
error ErrorReleaseManagerServiceDomainMismatch(ObjectType expectedDomain, ObjectType actualDomain);
|
67
|
-
error ErrorReleaseManagerNotService(IService service);
|
68
|
-
error ErrorReleaseManagerServiceAddressInvalid(IService given, address expected);
|
69
|
-
|
70
|
-
// activateNextRelease
|
71
|
-
error ErrorReleaseManagerReleaseActivationDisallowed(StateId currentStateId);
|
72
|
-
error ErrorReleaseManagerReleaseNotCreated(VersionPart releaseVersion);
|
73
|
-
error ErrorReleaseManagerReleaseRegistrationNotFinished(VersionPart releaseVersion, uint awaitingRegistration);
|
74
|
-
error ErrorReleaseManagerReleaseAlreadyActivated(VersionPart releaseVersion);
|
75
|
-
|
76
|
-
// disableRelease
|
77
|
-
error ErrorReleaseManagerReleaseNotActivated(VersionPart releaseVersion);
|
78
|
-
error ErrorReleaseManagerReleaseAlreadyDisabled(VersionPart releaseVersion);
|
79
|
-
|
80
|
-
// _verifyService
|
81
|
-
error ErrorReleaseManagerServiceReleaseAuthorityMismatch(IService service, address serviceAuthority, address releaseAuthority);
|
82
|
-
error ErrorReleaseManagerServiceReleaseVersionMismatch(IService service, VersionPart serviceVersion, VersionPart releaseVersion);
|
83
|
-
|
84
|
-
// _verifyServiceInfo
|
85
|
-
error ErrorReleaseManagerServiceInfoAddressInvalid(IService service, address expected);
|
86
|
-
error ErrorReleaseManagerServiceInfoInterceptorInvalid(IService service, bool isInterceptor);
|
87
|
-
error ErrorReleaseManagerServiceInfoTypeInvalid(IService service, ObjectType expected, ObjectType found);
|
88
|
-
error ErrorReleaseManagerServiceInfoOwnerInvalid(IService service, address expected, address found);
|
89
|
-
error ErrorReleaseManagerServiceSelfRegistration(IService service);
|
90
|
-
error ErrorReleaseManagerServiceOwnerRegistered(IService service, address owner);
|
91
|
-
|
92
|
-
Seconds public constant MIN_DISABLE_DELAY = Seconds.wrap(60 * 24 * 365); // 1 year
|
93
|
-
|
94
|
-
RegistryAdmin public immutable _admin;
|
95
|
-
address public immutable _releaseAccessManagerCodeAddress;
|
96
|
-
Registry public immutable _registry;
|
97
|
-
IRegisterable private _staking;
|
98
|
-
address private _stakingOwner;
|
99
|
-
|
100
|
-
// TODO remove once it's clear that release authority will always be registry authority
|
101
|
-
mapping(VersionPart version => address authority) internal _releaseAccessManager;
|
102
|
-
mapping(VersionPart version => IRegistry.ReleaseInfo info) internal _releaseInfo;
|
103
|
-
mapping(address registryService => VersionPart version) _releaseVersionByAddress;
|
104
|
-
|
105
|
-
mapping(VersionPart version => IServiceAuthorization authz) internal _serviceAuthorization;
|
106
|
-
|
107
|
-
VersionPart immutable internal _initial;// first active version
|
108
|
-
VersionPart internal _latest; // latest active version
|
109
|
-
VersionPart internal _next; // version to create and activate
|
110
|
-
StateId internal _state; // current state of release manager
|
111
|
-
|
112
|
-
uint256 internal _registeredServices;
|
113
|
-
uint256 internal _servicesToRegister;
|
114
|
-
|
115
|
-
// deployer of this contract must be gif admin
|
116
|
-
constructor(Registry registry)
|
117
|
-
AccessManaged(msg.sender)
|
118
|
-
{
|
119
|
-
// TODO move this part to RegistryLinked constructor
|
120
|
-
if(!_isRegistry(address(registry))) {
|
121
|
-
revert ErrorReleaseManagerNotRegistry(registry);
|
122
|
-
}
|
123
|
-
|
124
|
-
_registry = registry;
|
125
|
-
setAuthority(_registry.getAuthority());
|
126
|
-
_admin = RegistryAdmin(_registry.getRegistryAdminAddress());
|
127
|
-
|
128
|
-
_initial = VersionPartLib.toVersionPart(INITIAL_GIF_VERSION);
|
129
|
-
_next = VersionPartLib.toVersionPart(INITIAL_GIF_VERSION - 1);
|
130
|
-
_state = getInitialState(RELEASE());
|
131
|
-
|
132
|
-
AccessManagerExtendedWithDisableInitializeable masterReleaseAccessManager = new AccessManagerExtendedWithDisableInitializeable();
|
133
|
-
masterReleaseAccessManager.initialize(_registry.NFT_LOCK_ADDRESS(), VersionLib.toVersionPart(0));
|
134
|
-
//masterReleaseAccessManager.disable();
|
135
|
-
_releaseAccessManagerCodeAddress = address(masterReleaseAccessManager);
|
136
|
-
}
|
137
|
-
|
138
|
-
/// @dev skips previous release if was not activated
|
139
|
-
/// sets release manager into state SCHEDULED
|
140
|
-
function createNextRelease()
|
141
|
-
external
|
142
|
-
restricted() // GIF_ADMIN_ROLE
|
143
|
-
returns(VersionPart)
|
144
|
-
{
|
145
|
-
if (!isValidTransition(RELEASE(), _state, SCHEDULED())) {
|
146
|
-
revert ErrorReleaseManagerReleaseCreationDisallowed(_state);
|
147
|
-
}
|
148
|
-
|
149
|
-
_next = VersionPartLib.toVersionPart(_next.toInt() + 1);
|
150
|
-
_servicesToRegister = 0;
|
151
|
-
_registeredServices = 0;
|
152
|
-
_state = SCHEDULED();
|
153
|
-
|
154
|
-
return _next;
|
155
|
-
}
|
156
|
-
|
157
|
-
function prepareNextRelease(
|
158
|
-
IServiceAuthorization serviceAuthorization,
|
159
|
-
bytes32 salt
|
160
|
-
)
|
161
|
-
external
|
162
|
-
restricted() // GIF_MANAGER_ROLE
|
163
|
-
returns(
|
164
|
-
address authority,
|
165
|
-
VersionPart version,
|
166
|
-
bytes32 releaseSalt
|
167
|
-
)
|
168
|
-
{
|
169
|
-
// TODO Any call to serviceAuthorization contract must be treated as a call to an external malicious contract
|
170
|
-
// How can wrong authorizations tamper the core, releases or instances?
|
171
|
-
(
|
172
|
-
VersionPart releaseVersion,
|
173
|
-
uint serviceDomainsCount
|
174
|
-
) = serviceAuthorization.getRelease();
|
175
|
-
|
176
|
-
// verify authorizaion contract release matches with expected version
|
177
|
-
if (releaseVersion != _next) {
|
178
|
-
revert ErrorReleaseManagerVersionMismatch(_next, releaseVersion);
|
179
|
-
}
|
180
|
-
|
181
|
-
// sanity check to ensure service domain list is not empty
|
182
|
-
if (serviceDomainsCount == 0) {
|
183
|
-
revert ErrorReleaseManagerNoDomains(_next);
|
184
|
-
}
|
185
|
-
|
186
|
-
// verify release manager is in proper state to start deploying a next release
|
187
|
-
if (!isValidTransition(RELEASE(), _state, DEPLOYING())) {
|
188
|
-
revert ErrorReleaseManagerReleasePreparationDisallowed(_state);
|
189
|
-
}
|
190
|
-
|
191
|
-
// verify prepareNextRelease is only called once per release
|
192
|
-
if(_servicesToRegister > 0) {
|
193
|
-
revert ErrorReleaseManagerReleaseAlreadyPrepared(version);
|
194
|
-
}
|
195
|
-
|
196
|
-
// store release specific service authorization
|
197
|
-
_serviceAuthorization[_next] = serviceAuthorization;
|
198
|
-
|
199
|
-
// ensures unique salt
|
200
|
-
releaseSalt = keccak256(
|
201
|
-
bytes.concat(
|
202
|
-
bytes32(version.toInt()),
|
203
|
-
salt));
|
204
|
-
|
205
|
-
authority = _admin.authority();
|
206
|
-
|
207
|
-
_releaseAccessManager[_next] = authority;
|
208
|
-
_servicesToRegister = serviceDomainsCount;
|
209
|
-
|
210
|
-
_state = DEPLOYING();
|
211
|
-
|
212
|
-
emit LogReleaseCreation(version, releaseSalt, authority);
|
213
|
-
}
|
214
|
-
|
215
|
-
|
216
|
-
function registerService(IService service)
|
217
|
-
external
|
218
|
-
restricted // GIF_MANAGER_ROLE
|
219
|
-
returns(NftId nftId)
|
220
|
-
{
|
221
|
-
// TODO is it usefull to check transition from A to A?
|
222
|
-
if (!isValidTransition(RELEASE(), _state, DEPLOYING())) {
|
223
|
-
revert ErrorReleaseManagerServiceRegistrationDisallowed(_state);
|
224
|
-
}
|
225
|
-
|
226
|
-
if (_servicesToRegister == _registeredServices) {
|
227
|
-
revert ErrorReleaseManagerNoServiceRegistrationExpected();
|
228
|
-
}
|
229
|
-
|
230
|
-
(
|
231
|
-
IRegistry.ObjectInfo memory info,
|
232
|
-
ObjectType domain,
|
233
|
-
VersionPart version
|
234
|
-
) = _verifyService(service);
|
235
|
-
|
236
|
-
ObjectType expectedDomain = _serviceAuthorization[version].getServiceDomains()[_registeredServices];
|
237
|
-
if (service.getDomain() != expectedDomain) {
|
238
|
-
revert ErrorReleaseManagerServiceDomainMismatch(expectedDomain, service.getDomain());
|
239
|
-
}
|
240
|
-
|
241
|
-
// checked in registry
|
242
|
-
_releaseInfo[version].domains.push(domain);
|
243
|
-
|
244
|
-
// register service with registry
|
245
|
-
nftId = _registry.registerService(info, version, domain);
|
246
|
-
_registeredServices++;
|
247
|
-
|
248
|
-
service.linkToRegisteredNftId();
|
249
|
-
|
250
|
-
// setup service authorization
|
251
|
-
_admin.authorizeService(
|
252
|
-
_serviceAuthorization[version],
|
253
|
-
service);
|
254
|
-
|
255
|
-
// TODO consider to extend this to REGISTRY
|
256
|
-
// special roles for registry/staking/pool service
|
257
|
-
if (domain == STAKING() || domain == POOL()) {
|
258
|
-
// TODO rename to grantServiceDomainRole()
|
259
|
-
_admin.grantServiceRoleForAllVersions(service, domain);
|
260
|
-
}
|
261
|
-
|
262
|
-
if (_registeredServices < _servicesToRegister) {
|
263
|
-
_state = DEPLOYING();
|
264
|
-
} else {
|
265
|
-
// TODO end state depends on (_awaitingRegistration == 0)
|
266
|
-
}
|
267
|
-
}
|
268
|
-
|
269
|
-
|
270
|
-
function activateNextRelease()
|
271
|
-
external
|
272
|
-
restricted // GIF_ADMIN_ROLE
|
273
|
-
{
|
274
|
-
if (!isValidTransition(RELEASE(), _state, ACTIVE())) {
|
275
|
-
revert ErrorReleaseManagerReleaseActivationDisallowed(_state);
|
276
|
-
}
|
277
|
-
|
278
|
-
// release fully deployed
|
279
|
-
VersionPart version = _next;
|
280
|
-
if(_registeredServices < _servicesToRegister) {
|
281
|
-
revert ErrorReleaseManagerReleaseRegistrationNotFinished(version, _servicesToRegister - _registeredServices);
|
282
|
-
}
|
283
|
-
|
284
|
-
// release exists, registry service MUST exist
|
285
|
-
address service = _registry.getServiceAddress(REGISTRY(), version);
|
286
|
-
if(service == address(0)) {
|
287
|
-
revert ErrorReleaseManagerReleaseNotCreated(version);
|
288
|
-
}
|
289
|
-
|
290
|
-
// release is not activated
|
291
|
-
if(_releaseInfo[version].activatedAt.gtz()) {
|
292
|
-
revert ErrorReleaseManagerReleaseAlreadyActivated(version);
|
293
|
-
}
|
294
|
-
|
295
|
-
_latest = version;
|
296
|
-
_state = ACTIVE();
|
297
|
-
|
298
|
-
_releaseVersionByAddress[service] = version;
|
299
|
-
_releaseInfo[version].activatedAt = TimestampLib.blockTimestamp();
|
300
|
-
|
301
|
-
emit LogReleaseActivation(version);
|
302
|
-
}
|
303
|
-
|
304
|
-
// release becomes disabled after delay expiration (can be reenabled before that)
|
305
|
-
function disableRelease(VersionPart version, Seconds disableDelay)
|
306
|
-
external
|
307
|
-
restricted // GIF_ADMIN_ROLE
|
308
|
-
{
|
309
|
-
// release was activated
|
310
|
-
if(_releaseInfo[version].activatedAt.eqz()) {
|
311
|
-
revert ErrorReleaseManagerReleaseNotActivated(version);
|
312
|
-
}
|
313
|
-
|
314
|
-
// release not disabled already
|
315
|
-
if(_releaseInfo[version].disabledAt.gtz()) {
|
316
|
-
revert ErrorReleaseManagerReleaseAlreadyDisabled(version);
|
317
|
-
}
|
318
|
-
|
319
|
-
disableDelay = SecondsLib.toSeconds(Math.max(disableDelay.toInt(), MIN_DISABLE_DELAY.toInt()));
|
320
|
-
|
321
|
-
// TODO come up with a substitute
|
322
|
-
// _releaseAccessManager[version].disable(disableDelay);
|
323
|
-
|
324
|
-
_releaseInfo[version].disabledAt = TimestampLib.blockTimestamp().addSeconds(disableDelay);
|
325
|
-
}
|
326
|
-
|
327
|
-
function enableRelease(VersionPart version)
|
328
|
-
external
|
329
|
-
restricted // GIF_ADMIN_ROLE
|
330
|
-
{
|
331
|
-
// release was disabled
|
332
|
-
//if(_releaseInfo[version].disabledAt.eqz()) {
|
333
|
-
// revert ErrorReleaseManagerReleaseAlreadyEnabled(version);
|
334
|
-
//}
|
335
|
-
|
336
|
-
// reverts if disable delay expired
|
337
|
-
// TODO come up with a substitute
|
338
|
-
// _releaseAccessManager[version].enable();
|
339
|
-
|
340
|
-
_releaseInfo[version].disabledAt = zeroTimestamp();
|
341
|
-
}
|
342
|
-
|
343
|
-
//--- view functions ----------------------------------------------------//
|
344
|
-
|
345
|
-
function predictDeterministicAddress(
|
346
|
-
address implementation,
|
347
|
-
bytes32 salt,
|
348
|
-
address deployer
|
349
|
-
) external pure returns (address predicted) {
|
350
|
-
return Clones.predictDeterministicAddress(implementation, salt, deployer);
|
351
|
-
}
|
352
|
-
|
353
|
-
function isActiveRegistryService(address service) external view returns(bool) {
|
354
|
-
VersionPart version = _releaseVersionByAddress[service];
|
355
|
-
return isActiveRelease(version);
|
356
|
-
}
|
357
|
-
|
358
|
-
function isActiveRelease(VersionPart version) public view returns(bool) {
|
359
|
-
return _releaseInfo[version].activatedAt.gtz();
|
360
|
-
}
|
361
|
-
|
362
|
-
function getReleaseInfo(VersionPart version) external view returns(IRegistry.ReleaseInfo memory) {
|
363
|
-
return _releaseInfo[version];
|
364
|
-
}
|
365
|
-
|
366
|
-
function getNextVersion() public view returns(VersionPart) {
|
367
|
-
return _next;
|
368
|
-
}
|
369
|
-
|
370
|
-
function getLatestVersion() external view returns(VersionPart) {
|
371
|
-
return _latest;
|
372
|
-
}
|
373
|
-
|
374
|
-
function getInitialVersion() external view returns(VersionPart) {
|
375
|
-
return _initial;
|
376
|
-
}
|
377
|
-
|
378
|
-
function getState() external view returns (StateId stateId) {
|
379
|
-
return _state;
|
380
|
-
}
|
381
|
-
|
382
|
-
function getRemainingServicesToRegister() external view returns (uint256 services) {
|
383
|
-
return _servicesToRegister - _registeredServices;
|
384
|
-
}
|
385
|
-
|
386
|
-
// TODO cleanup
|
387
|
-
function getReleaseAccessManager(VersionPart version) external view returns(AccessManagerExtendedWithDisableInitializeable) {
|
388
|
-
// return _releaseAccessManager[version];
|
389
|
-
}
|
390
|
-
|
391
|
-
// TODO token registry knows nothing about adfmin, only registry
|
392
|
-
function getRegistryAdmin() external view returns (address) {
|
393
|
-
return address(_admin);
|
394
|
-
}
|
395
|
-
|
396
|
-
//--- IRegistryLinked ------------------------------------------------------//
|
397
|
-
|
398
|
-
function getRegistry() external view returns (IRegistry) {
|
399
|
-
return _registry;
|
400
|
-
}
|
401
|
-
|
402
|
-
//--- ILifecycle -----------------------------------------------------------//
|
403
|
-
|
404
|
-
function hasLifecycle(ObjectType objectType) external pure returns (bool) { return objectType == RELEASE(); }
|
405
|
-
|
406
|
-
function getInitialState(ObjectType objectType) public pure returns (StateId stateId) {
|
407
|
-
if (objectType == RELEASE()) {
|
408
|
-
stateId = INITIAL();
|
409
|
-
}
|
410
|
-
}
|
411
|
-
|
412
|
-
function isValidTransition(
|
413
|
-
ObjectType objectType,
|
414
|
-
StateId fromId,
|
415
|
-
StateId toId
|
416
|
-
)
|
417
|
-
public
|
418
|
-
pure
|
419
|
-
returns (bool isValid)
|
420
|
-
{
|
421
|
-
if (objectType != RELEASE()) { return false; }
|
422
|
-
|
423
|
-
if (fromId == INITIAL() && toId == SCHEDULED()) { return true; }
|
424
|
-
if (fromId == SCHEDULED() && toId == DEPLOYING()) { return true; }
|
425
|
-
if (fromId == DEPLOYING() && toId == SCHEDULED()) { return true; }
|
426
|
-
if (fromId == DEPLOYING() && toId == DEPLOYING()) { return true; }
|
427
|
-
if (fromId == DEPLOYING() && toId == ACTIVE()) { return true; }
|
428
|
-
// TODO active -> scheduled missing, add tests to cover this and more scenarios (#358)
|
429
|
-
|
430
|
-
return false;
|
431
|
-
}
|
432
|
-
|
433
|
-
//--- private functions ----------------------------------------------------//
|
434
|
-
|
435
|
-
function _verifyService(IService service)
|
436
|
-
internal
|
437
|
-
view
|
438
|
-
returns(
|
439
|
-
IRegistry.ObjectInfo memory serviceInfo,
|
440
|
-
ObjectType serviceDomain,
|
441
|
-
VersionPart serviceVersion
|
442
|
-
)
|
443
|
-
{
|
444
|
-
if(!service.supportsInterface(type(IService).interfaceId)) {
|
445
|
-
revert ErrorReleaseManagerNotService(service);
|
446
|
-
}
|
447
|
-
|
448
|
-
address owner = msg.sender;
|
449
|
-
address serviceAuthority = service.authority();
|
450
|
-
serviceVersion = service.getVersion().toMajorPart();
|
451
|
-
serviceDomain = service.getDomain();// checked in registry
|
452
|
-
serviceInfo = service.getInitialInfo();
|
453
|
-
|
454
|
-
_verifyServiceInfo(service, serviceInfo, owner);
|
455
|
-
|
456
|
-
VersionPart releaseVersion = getNextVersion(); // never 0
|
457
|
-
address releaseAuthority = address(_releaseAccessManager[releaseVersion]); // can be zero if registering service when release is not created
|
458
|
-
|
459
|
-
// IMPORTANT: can not guarantee service access is actually controlled by authority
|
460
|
-
if(serviceAuthority != releaseAuthority) {
|
461
|
-
revert ErrorReleaseManagerServiceReleaseAuthorityMismatch(
|
462
|
-
service,
|
463
|
-
serviceAuthority,
|
464
|
-
releaseAuthority);
|
465
|
-
}
|
466
|
-
|
467
|
-
if(serviceVersion != releaseVersion) {
|
468
|
-
revert ErrorReleaseManagerServiceReleaseVersionMismatch(
|
469
|
-
service,
|
470
|
-
serviceVersion,
|
471
|
-
releaseVersion);
|
472
|
-
}
|
473
|
-
}
|
474
|
-
|
475
|
-
|
476
|
-
function _verifyServiceInfo(
|
477
|
-
IService service,
|
478
|
-
IRegistry.ObjectInfo memory info,
|
479
|
-
address expectedOwner // assume always valid, can not be 0
|
480
|
-
)
|
481
|
-
internal
|
482
|
-
view
|
483
|
-
{
|
484
|
-
if(info.objectAddress != address(service)) {
|
485
|
-
revert ErrorReleaseManagerServiceInfoAddressInvalid(service, address(service));
|
486
|
-
}
|
487
|
-
|
488
|
-
if(info.isInterceptor != false) { // service is never interceptor
|
489
|
-
revert ErrorReleaseManagerServiceInfoInterceptorInvalid(service, info.isInterceptor);
|
490
|
-
}
|
491
|
-
|
492
|
-
if(info.objectType != SERVICE()) {// type is checked in registry anyway...but service logic may depend on expected value
|
493
|
-
revert ErrorReleaseManagerServiceInfoTypeInvalid(service, SERVICE(), info.objectType);
|
494
|
-
}
|
495
|
-
|
496
|
-
address owner = info.initialOwner;
|
497
|
-
|
498
|
-
if(owner != expectedOwner) { // registerable owner protection
|
499
|
-
revert ErrorReleaseManagerServiceInfoOwnerInvalid(service, expectedOwner, owner);
|
500
|
-
}
|
501
|
-
|
502
|
-
if(owner == address(service)) {
|
503
|
-
revert ErrorReleaseManagerServiceSelfRegistration(service);
|
504
|
-
}
|
505
|
-
|
506
|
-
if(_registry.isRegistered(owner)) {
|
507
|
-
revert ErrorReleaseManagerServiceOwnerRegistered(service, owner);
|
508
|
-
}
|
509
|
-
}
|
510
|
-
|
511
|
-
/// @dev returns true iff a the address passes some simple proxy tests.
|
512
|
-
function _isRegistry(address registryAddress) internal view returns (bool) {
|
513
|
-
|
514
|
-
// zero address is certainly not registry
|
515
|
-
if (registryAddress == address(0)) {
|
516
|
-
return false;
|
517
|
-
}
|
518
|
-
// TODO try catch and return false in case of revert
|
519
|
-
// a just panic
|
520
|
-
// check if contract returns a zero nft id for its own address
|
521
|
-
if (IRegistry(registryAddress).getNftId(registryAddress).eqz()) {
|
522
|
-
return false;
|
523
|
-
}
|
524
|
-
|
525
|
-
return true;
|
526
|
-
}
|
527
|
-
}
|