@etherisc/gif-next 0.0.2-ec436bf-674 → 0.0.2-ecbd488-936

Sign up to get free protection for your applications and to get access to all the features.
Files changed (163) hide show
  1. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +1 -1
  2. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +1 -1
  3. package/artifacts/contracts/components/Distribution.sol/Distribution.json +9 -9
  4. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +1 -1
  5. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
  6. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
  7. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +1 -1
  8. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +1 -1
  9. package/artifacts/contracts/components/Pool.sol/Pool.json +7 -7
  10. package/artifacts/contracts/components/Product.sol/Product.dbg.json +1 -1
  11. package/artifacts/contracts/components/Product.sol/Product.json +8 -64
  12. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +1 -1
  13. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +1 -1
  14. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +1 -1
  15. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +1 -1
  16. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +1 -1
  17. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +1 -1
  18. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +1 -1
  19. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +1 -1
  20. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +1 -1
  21. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +1 -1
  22. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +1 -1
  23. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +1 -1
  24. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +1 -1
  25. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +1 -1
  26. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +1 -1
  27. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +1 -1
  28. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +1 -1
  29. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +1 -1
  30. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +1 -1
  31. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +1 -1
  32. package/artifacts/contracts/instance/AccessManagedSimple.sol/AccessManagedSimple.dbg.json +1 -1
  33. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.dbg.json +1 -1
  34. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +1 -1
  35. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  36. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +261 -0
  37. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  38. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  39. package/artifacts/contracts/instance/Instance.sol/Instance.json +94 -81
  40. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +1 -1
  41. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +2 -2
  42. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  43. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2 -2
  44. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  45. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +48 -8
  46. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  47. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +48 -32
  48. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +1 -1
  49. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +1 -1
  50. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
  51. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +1 -1
  52. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
  53. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +1 -1
  54. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  55. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  56. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  57. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  58. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  59. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +1 -1
  60. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +1 -1
  61. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +1 -1
  62. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +16 -16
  63. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +1 -1
  64. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +22 -22
  65. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
  66. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +17 -21
  67. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +1 -1
  68. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +1 -1
  69. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +1 -1
  70. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +1 -1
  71. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.json +19 -31
  72. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +1 -1
  73. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +24 -40
  74. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
  75. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +18 -30
  76. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +4 -0
  77. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +1046 -0
  78. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
  79. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +448 -0
  80. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  81. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  82. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +0 -127
  83. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  84. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +94 -0
  85. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  86. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  87. package/artifacts/contracts/registry/Registry.sol/Registry.json +31 -169
  88. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  89. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +76 -20
  90. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  91. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +25 -37
  92. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  93. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +12 -12
  94. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +1 -1
  95. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
  96. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  97. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  98. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  99. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +1 -1
  100. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  101. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +2 -2
  102. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +1 -1
  103. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +2 -2
  104. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  105. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +2 -2
  106. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +1 -1
  107. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  108. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  109. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
  110. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +1 -1
  111. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +1 -1
  112. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +1 -1
  113. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +4 -4
  114. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +1 -1
  115. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +2 -2
  116. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +1 -1
  117. package/artifacts/contracts/test/TestService.sol/TestService.json +9 -9
  118. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +1 -1
  119. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +1 -1
  120. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +1 -1
  121. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +1 -1
  122. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +1 -1
  123. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
  124. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +1 -1
  125. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
  126. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +1 -1
  127. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +1 -1
  128. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +1 -1
  129. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
  130. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +1 -1
  131. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
  132. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +1 -1
  133. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +1 -1
  134. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +1 -1
  135. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +2 -2
  136. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +1 -1
  137. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +1 -1
  138. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +1 -1
  139. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +1 -1
  140. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +1 -1
  141. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +1 -1
  142. package/contracts/components/Distribution.sol +1 -2
  143. package/contracts/components/Pool.sol +1 -2
  144. package/contracts/components/Product.sol +28 -41
  145. package/contracts/instance/IInstance.sol +12 -3
  146. package/contracts/instance/Instance.sol +4 -4
  147. package/contracts/instance/InstanceService.sol +16 -3
  148. package/contracts/instance/InstanceServiceManager.sol +6 -5
  149. package/contracts/instance/base/ComponentServiceBase.sol +7 -1
  150. package/contracts/instance/service/DistributionService.sol +3 -2
  151. package/contracts/instance/service/DistributionServiceManager.sol +6 -5
  152. package/contracts/instance/service/IProductService.sol +3 -3
  153. package/contracts/instance/service/PoolService.sol +4 -3
  154. package/contracts/instance/service/PoolServiceManager.sol +6 -5
  155. package/contracts/instance/service/ProductService.sol +543 -0
  156. package/contracts/instance/service/ProductServiceManager.sol +54 -0
  157. package/contracts/registry/IRegistry.sol +4 -19
  158. package/contracts/registry/IRegistryService.sol +28 -11
  159. package/contracts/registry/Registry.sol +2 -47
  160. package/contracts/registry/RegistryService.sol +30 -71
  161. package/contracts/shared/NftOwnable.sol +2 -4
  162. package/contracts/types/RoleId.sol +1 -0
  163. package/package.json +1 -1
@@ -375,6 +375,36 @@
375
375
  "stateMutability": "nonpayable",
376
376
  "type": "function"
377
377
  },
378
+ {
379
+ "inputs": [
380
+ {
381
+ "internalType": "RiskId",
382
+ "name": "riskId",
383
+ "type": "bytes8"
384
+ },
385
+ {
386
+ "components": [
387
+ {
388
+ "internalType": "NftId",
389
+ "name": "productNftId",
390
+ "type": "uint96"
391
+ },
392
+ {
393
+ "internalType": "bytes",
394
+ "name": "data",
395
+ "type": "bytes"
396
+ }
397
+ ],
398
+ "internalType": "struct IRisk.RiskInfo",
399
+ "name": "risk",
400
+ "type": "tuple"
401
+ }
402
+ ],
403
+ "name": "createRisk",
404
+ "outputs": [],
405
+ "stateMutability": "nonpayable",
406
+ "type": "function"
407
+ },
378
408
  {
379
409
  "inputs": [],
380
410
  "name": "getComponentOwnerService",
@@ -427,6 +457,19 @@
427
457
  "stateMutability": "view",
428
458
  "type": "function"
429
459
  },
460
+ {
461
+ "inputs": [],
462
+ "name": "getProductService",
463
+ "outputs": [
464
+ {
465
+ "internalType": "contract IProductService",
466
+ "name": "",
467
+ "type": "address"
468
+ }
469
+ ],
470
+ "stateMutability": "view",
471
+ "type": "function"
472
+ },
430
473
  {
431
474
  "inputs": [
432
475
  {
@@ -744,6 +787,224 @@
744
787
  "outputs": [],
745
788
  "stateMutability": "nonpayable",
746
789
  "type": "function"
790
+ },
791
+ {
792
+ "inputs": [
793
+ {
794
+ "internalType": "NftId",
795
+ "name": "productNftId",
796
+ "type": "uint96"
797
+ },
798
+ {
799
+ "components": [
800
+ {
801
+ "internalType": "contract IERC20Metadata",
802
+ "name": "token",
803
+ "type": "address"
804
+ },
805
+ {
806
+ "internalType": "contract TokenHandler",
807
+ "name": "tokenHandler",
808
+ "type": "address"
809
+ },
810
+ {
811
+ "internalType": "NftId",
812
+ "name": "distributionNftId",
813
+ "type": "uint96"
814
+ },
815
+ {
816
+ "internalType": "NftId",
817
+ "name": "poolNftId",
818
+ "type": "uint96"
819
+ },
820
+ {
821
+ "components": [
822
+ {
823
+ "internalType": "UFixed",
824
+ "name": "fractionalFee",
825
+ "type": "uint256"
826
+ },
827
+ {
828
+ "internalType": "uint256",
829
+ "name": "fixedFee",
830
+ "type": "uint256"
831
+ }
832
+ ],
833
+ "internalType": "struct Fee",
834
+ "name": "distributionFee",
835
+ "type": "tuple"
836
+ },
837
+ {
838
+ "components": [
839
+ {
840
+ "internalType": "UFixed",
841
+ "name": "fractionalFee",
842
+ "type": "uint256"
843
+ },
844
+ {
845
+ "internalType": "uint256",
846
+ "name": "fixedFee",
847
+ "type": "uint256"
848
+ }
849
+ ],
850
+ "internalType": "struct Fee",
851
+ "name": "productFee",
852
+ "type": "tuple"
853
+ },
854
+ {
855
+ "components": [
856
+ {
857
+ "internalType": "UFixed",
858
+ "name": "fractionalFee",
859
+ "type": "uint256"
860
+ },
861
+ {
862
+ "internalType": "uint256",
863
+ "name": "fixedFee",
864
+ "type": "uint256"
865
+ }
866
+ ],
867
+ "internalType": "struct Fee",
868
+ "name": "processingFee",
869
+ "type": "tuple"
870
+ },
871
+ {
872
+ "components": [
873
+ {
874
+ "internalType": "UFixed",
875
+ "name": "fractionalFee",
876
+ "type": "uint256"
877
+ },
878
+ {
879
+ "internalType": "uint256",
880
+ "name": "fixedFee",
881
+ "type": "uint256"
882
+ }
883
+ ],
884
+ "internalType": "struct Fee",
885
+ "name": "poolFee",
886
+ "type": "tuple"
887
+ },
888
+ {
889
+ "components": [
890
+ {
891
+ "internalType": "UFixed",
892
+ "name": "fractionalFee",
893
+ "type": "uint256"
894
+ },
895
+ {
896
+ "internalType": "uint256",
897
+ "name": "fixedFee",
898
+ "type": "uint256"
899
+ }
900
+ ],
901
+ "internalType": "struct Fee",
902
+ "name": "stakingFee",
903
+ "type": "tuple"
904
+ },
905
+ {
906
+ "components": [
907
+ {
908
+ "internalType": "UFixed",
909
+ "name": "fractionalFee",
910
+ "type": "uint256"
911
+ },
912
+ {
913
+ "internalType": "uint256",
914
+ "name": "fixedFee",
915
+ "type": "uint256"
916
+ }
917
+ ],
918
+ "internalType": "struct Fee",
919
+ "name": "performanceFee",
920
+ "type": "tuple"
921
+ }
922
+ ],
923
+ "internalType": "struct ISetup.ProductSetupInfo",
924
+ "name": "setup",
925
+ "type": "tuple"
926
+ },
927
+ {
928
+ "internalType": "StateId",
929
+ "name": "newState",
930
+ "type": "uint8"
931
+ }
932
+ ],
933
+ "name": "updateProductSetup",
934
+ "outputs": [],
935
+ "stateMutability": "nonpayable",
936
+ "type": "function"
937
+ },
938
+ {
939
+ "inputs": [
940
+ {
941
+ "internalType": "NftId",
942
+ "name": "productNftId",
943
+ "type": "uint96"
944
+ },
945
+ {
946
+ "internalType": "StateId",
947
+ "name": "newState",
948
+ "type": "uint8"
949
+ }
950
+ ],
951
+ "name": "updateProductSetupState",
952
+ "outputs": [],
953
+ "stateMutability": "nonpayable",
954
+ "type": "function"
955
+ },
956
+ {
957
+ "inputs": [
958
+ {
959
+ "internalType": "RiskId",
960
+ "name": "riskId",
961
+ "type": "bytes8"
962
+ },
963
+ {
964
+ "components": [
965
+ {
966
+ "internalType": "NftId",
967
+ "name": "productNftId",
968
+ "type": "uint96"
969
+ },
970
+ {
971
+ "internalType": "bytes",
972
+ "name": "data",
973
+ "type": "bytes"
974
+ }
975
+ ],
976
+ "internalType": "struct IRisk.RiskInfo",
977
+ "name": "risk",
978
+ "type": "tuple"
979
+ },
980
+ {
981
+ "internalType": "StateId",
982
+ "name": "newState",
983
+ "type": "uint8"
984
+ }
985
+ ],
986
+ "name": "updateRisk",
987
+ "outputs": [],
988
+ "stateMutability": "nonpayable",
989
+ "type": "function"
990
+ },
991
+ {
992
+ "inputs": [
993
+ {
994
+ "internalType": "RiskId",
995
+ "name": "riskId",
996
+ "type": "bytes8"
997
+ },
998
+ {
999
+ "internalType": "StateId",
1000
+ "name": "newState",
1001
+ "type": "uint8"
1002
+ }
1003
+ ],
1004
+ "name": "updateRiskState",
1005
+ "outputs": [],
1006
+ "stateMutability": "nonpayable",
1007
+ "type": "function"
747
1008
  }
748
1009
  ],
749
1010
  "bytecode": "0x",
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/c27b27bd5efa2769b918607b39615b4f.json"
3
+ "buildInfo": "../../../build-info/1265f5a1a16de0b59aa3278e4f67a7c4.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/c27b27bd5efa2769b918607b39615b4f.json"
3
+ "buildInfo": "../../../build-info/1265f5a1a16de0b59aa3278e4f67a7c4.json"
4
4
  }