@superfluid-finance/ethereum-contracts 1.7.2-dev.2cebc84.0 → 1.7.2-dev.3a9b0e5.0

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.
Files changed (149) hide show
  1. package/README.md +2 -2
  2. package/artifacts/contracts/apps/SuperAppBaseFlow.sol/SuperAppBaseFlow.json +13 -13
  3. package/artifacts/contracts/apps/SuperfluidLoaderLibrary.sol/SuperfluidLoaderLibrary.json +2 -2
  4. package/artifacts/contracts/mocks/SuperAppBaseFlowTester.sol/SuperAppBaseFlowTester.json +15 -15
  5. package/build/contracts/AccessControl.json +1 -1
  6. package/build/contracts/AccessControlEnumerable.json +1 -1
  7. package/build/contracts/Address.json +1 -1
  8. package/build/contracts/AgreementBase.json +1 -1
  9. package/build/contracts/AgreementLibrary.json +1 -1
  10. package/build/contracts/BaseRelayRecipient.json +1 -1
  11. package/build/contracts/BatchLiquidator.json +1 -1
  12. package/build/contracts/BatchOperation.json +1 -1
  13. package/build/contracts/CFAv1Forwarder.json +1 -1
  14. package/build/contracts/CFAv1ForwarderDeployerLibrary.json +1 -1
  15. package/build/contracts/CFAv1Library.json +1 -1
  16. package/build/contracts/CallUtils.json +1 -1
  17. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1 -1
  18. package/build/contracts/ConstantFlowAgreementV1.json +1 -1
  19. package/build/contracts/ConstantInflowNFT.json +1 -1
  20. package/build/contracts/ConstantOutflowNFT.json +1 -1
  21. package/build/contracts/Context.json +1 -1
  22. package/build/contracts/ContextDefinitions.json +1 -1
  23. package/build/contracts/CustomSuperTokenBase.json +1 -1
  24. package/build/contracts/ERC165.json +1 -1
  25. package/build/contracts/ERC1820Implementer.json +1 -1
  26. package/build/contracts/ERC1820RegistryCompiled.json +1 -1
  27. package/build/contracts/ERC20.json +1 -1
  28. package/build/contracts/ERC20WithTokenInfo.json +1 -1
  29. package/build/contracts/ERC777Helper.json +1 -1
  30. package/build/contracts/ERC777RecipientDrainingGas.json +1 -1
  31. package/build/contracts/ERC777RecipientReverting.json +1 -1
  32. package/build/contracts/EnumerableSet.json +1 -1
  33. package/build/contracts/EventsEmitter.json +1 -1
  34. package/build/contracts/ExclusiveInflowTestApp.json +1 -1
  35. package/build/contracts/FixedSizeData.json +1 -1
  36. package/build/contracts/FlowExchangeTestApp.json +1 -1
  37. package/build/contracts/FlowNFTBase.json +1 -1
  38. package/build/contracts/FlowOperatorDefinitions.json +1 -1
  39. package/build/contracts/ForwarderBase.json +1 -1
  40. package/build/contracts/FullUpgradableSuperTokenProxy.json +1 -1
  41. package/build/contracts/IAccessControl.json +1 -1
  42. package/build/contracts/IAccessControlEnumerable.json +1 -1
  43. package/build/contracts/IConstantFlowAgreementV1.json +1 -1
  44. package/build/contracts/IConstantInflowNFT.json +1 -1
  45. package/build/contracts/IConstantOutflowNFT.json +1 -1
  46. package/build/contracts/IDAv1Forwarder.json +1 -1
  47. package/build/contracts/IDAv1ForwarderDeployerLibrary.json +1 -1
  48. package/build/contracts/IDAv1Library.json +1 -1
  49. package/build/contracts/IERC165.json +1 -1
  50. package/build/contracts/IERC1820Implementer.json +1 -1
  51. package/build/contracts/IERC1820Registry.json +1 -1
  52. package/build/contracts/IERC20.json +1 -1
  53. package/build/contracts/IERC20Metadata.json +1 -1
  54. package/build/contracts/IERC20Permit.json +1 -1
  55. package/build/contracts/IERC721.json +1 -1
  56. package/build/contracts/IERC721Metadata.json +1 -1
  57. package/build/contracts/IERC777.json +1 -1
  58. package/build/contracts/IERC777Recipient.json +1 -1
  59. package/build/contracts/IERC777Sender.json +1 -1
  60. package/build/contracts/IFlowNFTBase.json +1 -1
  61. package/build/contracts/IInstantDistributionAgreementV1.json +1 -1
  62. package/build/contracts/IMultiSigWallet.json +1 -1
  63. package/build/contracts/IPoolAdminNFT.json +1 -1
  64. package/build/contracts/IPoolMemberNFT.json +1 -1
  65. package/build/contracts/IPureSuperToken.json +1 -1
  66. package/build/contracts/IPureSuperTokenCustom.json +1 -1
  67. package/build/contracts/IRelayRecipient.json +1 -1
  68. package/build/contracts/IResolver.json +1 -1
  69. package/build/contracts/ISETH.json +1 -1
  70. package/build/contracts/ISETHCustom.json +1 -1
  71. package/build/contracts/ISuperAgreement.json +1 -1
  72. package/build/contracts/ISuperApp.json +1 -1
  73. package/build/contracts/ISuperToken.json +1 -1
  74. package/build/contracts/ISuperTokenFactory.json +1 -1
  75. package/build/contracts/ISuperfluid.json +1 -1
  76. package/build/contracts/ISuperfluidGovernance.json +1 -1
  77. package/build/contracts/ISuperfluidToken.json +1 -1
  78. package/build/contracts/ITOGAv1.json +1 -1
  79. package/build/contracts/ITOGAv2.json +1 -1
  80. package/build/contracts/ITOGAv3.json +1 -1
  81. package/build/contracts/Initializable.json +1 -1
  82. package/build/contracts/InstantDistributionAgreementV1.json +1 -1
  83. package/build/contracts/Math.json +1 -1
  84. package/build/contracts/NonClosableOutflowTestApp.json +1 -1
  85. package/build/contracts/Ownable.json +1 -1
  86. package/build/contracts/Proxy.json +1 -1
  87. package/build/contracts/ProxyDeployerLibrary.json +1 -1
  88. package/build/contracts/PureSuperToken.json +1 -1
  89. package/build/contracts/Resolver.json +1 -1
  90. package/build/contracts/SETHProxy.json +1 -1
  91. package/build/contracts/SafeCast.json +1 -1
  92. package/build/contracts/SafeERC20.json +1 -1
  93. package/build/contracts/SafeGasLibrary.json +1 -1
  94. package/build/contracts/SafeMath.json +1 -1
  95. package/build/contracts/SelfDeletingFlowTestApp.json +1 -1
  96. package/build/contracts/SlotsBitmapLibrary.json +1 -1
  97. package/build/contracts/StreamRedirector.json +1 -1
  98. package/build/contracts/Strings.json +1 -1
  99. package/build/contracts/SuperAppBase.json +1 -1
  100. package/build/contracts/SuperAppBaseFlow.json +663 -663
  101. package/build/contracts/SuperAppDefinitions.json +1 -1
  102. package/build/contracts/SuperToken.json +1 -1
  103. package/build/contracts/SuperTokenDeployerLibrary.json +1 -1
  104. package/build/contracts/SuperTokenFactory.json +1 -1
  105. package/build/contracts/SuperTokenFactoryBase.json +1 -1
  106. package/build/contracts/SuperTokenV1Library.json +1 -1
  107. package/build/contracts/SuperUpgrader.json +1 -1
  108. package/build/contracts/Superfluid.json +1 -1
  109. package/build/contracts/SuperfluidCFAv1DeployerLibrary.json +1 -1
  110. package/build/contracts/SuperfluidFrameworkDeployer.json +1 -1
  111. package/build/contracts/SuperfluidFrameworkDeploymentSteps.json +1 -1
  112. package/build/contracts/SuperfluidGovDeployerLibrary.json +1 -1
  113. package/build/contracts/SuperfluidGovernanceBase.json +1 -1
  114. package/build/contracts/SuperfluidGovernanceConfigs.json +1 -1
  115. package/build/contracts/SuperfluidGovernanceII.json +1 -1
  116. package/build/contracts/SuperfluidGovernanceIIProxy.json +1 -1
  117. package/build/contracts/SuperfluidHostDeployerLibrary.json +1 -1
  118. package/build/contracts/SuperfluidIDAv1DeployerLibrary.json +1 -1
  119. package/build/contracts/SuperfluidLoader.json +1 -1
  120. package/build/contracts/SuperfluidLoaderDeployerLibrary.json +1 -1
  121. package/build/contracts/SuperfluidLoaderLibrary.json +235 -234
  122. package/build/contracts/SuperfluidNFTLogicDeployerLibrary.json +1 -1
  123. package/build/contracts/SuperfluidPeripheryDeployerLibrary.json +1 -1
  124. package/build/contracts/SuperfluidToken.json +1 -1
  125. package/build/contracts/TOGA.json +1 -1
  126. package/build/contracts/TestGovernance.json +1 -1
  127. package/build/contracts/TestResolver.json +1 -1
  128. package/build/contracts/TestToken.json +1 -1
  129. package/build/contracts/TokenDeployerLibrary.json +1 -1
  130. package/build/contracts/TokenInfo.json +1 -1
  131. package/build/contracts/UUPSProxiable.json +1 -1
  132. package/build/contracts/UUPSProxy.json +1 -1
  133. package/build/contracts/UUPSUtils.json +1 -1
  134. package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts +9 -9
  135. package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts.map +1 -1
  136. package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts +9 -9
  137. package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts.map +1 -1
  138. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.d.ts +10 -10
  139. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js +13 -13
  140. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js.map +1 -1
  141. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts +1 -1
  142. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js +1 -1
  143. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts +11 -11
  144. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts.map +1 -1
  145. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js +14 -14
  146. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js.map +1 -1
  147. package/contracts/apps/SuperAppBaseFlow.sol +8 -8
  148. package/contracts/apps/SuperfluidLoaderLibrary.sol +1 -1
  149. package/package.json +4 -3
@@ -6654,7 +6654,7 @@
6654
6654
  },
6655
6655
  "networks": {},
6656
6656
  "schemaVersion": "3.4.13",
6657
- "updatedAt": "2023-07-13T10:28:31.716Z",
6657
+ "updatedAt": "2023-07-25T13:37:27.830Z",
6658
6658
  "devdoc": {
6659
6659
  "author": "Superfluid",
6660
6660
  "kind": "dev",
@@ -52064,7 +52064,7 @@
52064
52064
  },
52065
52065
  "networks": {},
52066
52066
  "schemaVersion": "3.4.13",
52067
- "updatedAt": "2023-07-13T10:28:32.297Z",
52067
+ "updatedAt": "2023-07-25T13:37:28.419Z",
52068
52068
  "devdoc": {
52069
52069
  "author": "Superfluid",
52070
52070
  "events": {
@@ -16923,7 +16923,7 @@
16923
16923
  },
16924
16924
  "networks": {},
16925
16925
  "schemaVersion": "3.4.13",
16926
- "updatedAt": "2023-07-13T10:28:32.453Z",
16926
+ "updatedAt": "2023-07-25T13:37:28.577Z",
16927
16927
  "devdoc": {
16928
16928
  "author": "Superfluid",
16929
16929
  "kind": "dev",
@@ -20491,7 +20491,7 @@
20491
20491
  },
20492
20492
  "networks": {},
20493
20493
  "schemaVersion": "3.4.13",
20494
- "updatedAt": "2023-07-13T10:28:32.319Z",
20494
+ "updatedAt": "2023-07-25T13:37:28.440Z",
20495
20495
  "devdoc": {
20496
20496
  "events": {
20497
20497
  "CustomSuperTokenCreated(address)": {
@@ -9992,7 +9992,7 @@
9992
9992
  },
9993
9993
  "networks": {},
9994
9994
  "schemaVersion": "3.4.13",
9995
- "updatedAt": "2023-07-13T10:28:32.328Z",
9995
+ "updatedAt": "2023-07-25T13:37:28.450Z",
9996
9996
  "devdoc": {
9997
9997
  "events": {
9998
9998
  "CustomSuperTokenCreated(address)": {
@@ -40505,7 +40505,7 @@
40505
40505
  },
40506
40506
  "networks": {},
40507
40507
  "schemaVersion": "3.4.13",
40508
- "updatedAt": "2023-07-13T10:28:31.662Z",
40508
+ "updatedAt": "2023-07-25T13:37:27.775Z",
40509
40509
  "devdoc": {
40510
40510
  "author": "Superfluid",
40511
40511
  "details": "Set `using for ISuperToken` in including file, and call any of these functions on an instance of ISuperToken. Note that it is important to \"warm up\" the cache and cache the host, cfa, ida before calling, this is only applicable to Foundry tests where the vm.expectRevert() will not work as expected.",
@@ -14354,7 +14354,7 @@
14354
14354
  },
14355
14355
  "networks": {},
14356
14356
  "schemaVersion": "3.4.13",
14357
- "updatedAt": "2023-07-13T10:28:32.408Z",
14357
+ "updatedAt": "2023-07-25T13:37:28.531Z",
14358
14358
  "devdoc": {
14359
14359
  "author": "Superfluid NOTE: - User would need to first SuperToken.approve the `SuperUpgrader` for the job. - Using access control to allow multiple backend agent to upgrade tokens for the users - Risk taken by the user is that the underlying tokens are converted to the Super Tokens by the upgrader agents.",
14360
14360
  "events": {
@@ -66787,7 +66787,7 @@
66787
66787
  },
66788
66788
  "networks": {},
66789
66789
  "schemaVersion": "3.4.13",
66790
- "updatedAt": "2023-07-13T10:28:32.333Z",
66790
+ "updatedAt": "2023-07-25T13:37:28.455Z",
66791
66791
  "devdoc": {
66792
66792
  "author": "Superfluid",
66793
66793
  "details": "The Superfluid host implementation. NOTE: - Please read ISuperfluid for implementation notes. - For some deeper technical notes, please visit protocol-monorepo wiki area.",
@@ -16561,7 +16561,7 @@
16561
16561
  },
16562
16562
  "networks": {},
16563
16563
  "schemaVersion": "3.4.13",
16564
- "updatedAt": "2023-07-13T10:28:32.461Z",
16564
+ "updatedAt": "2023-07-25T13:37:28.585Z",
16565
16565
  "devdoc": {
16566
16566
  "author": "Superfluid",
16567
16567
  "details": "This library is used for testing purposes only, not deployments to test OR production networks",
@@ -32624,7 +32624,7 @@
32624
32624
  },
32625
32625
  "networks": {},
32626
32626
  "schemaVersion": "3.4.13",
32627
- "updatedAt": "2023-07-13T10:28:32.415Z",
32627
+ "updatedAt": "2023-07-25T13:37:28.538Z",
32628
32628
  "devdoc": {
32629
32629
  "details": "This deployer should only be used for local testing environments. NOTE: ERC1820 must be deployed as a prerequisite to using this contract.",
32630
32630
  "kind": "dev",
@@ -18985,7 +18985,7 @@
18985
18985
  },
18986
18986
  "networks": {},
18987
18987
  "schemaVersion": "3.4.13",
18988
- "updatedAt": "2023-07-13T10:28:32.470Z",
18988
+ "updatedAt": "2023-07-25T13:37:28.594Z",
18989
18989
  "devdoc": {
18990
18990
  "author": "Superfluid",
18991
18991
  "details": "This was necessary because of the contract size limit of the deployed contract which is an issue when deploying the original framework with Hardhat. https://github.com/NomicFoundation/hardhat/issues/3404#issuecomment-1346849400",
@@ -16688,7 +16688,7 @@
16688
16688
  },
16689
16689
  "networks": {},
16690
16690
  "schemaVersion": "3.4.13",
16691
- "updatedAt": "2023-07-13T10:28:32.480Z",
16691
+ "updatedAt": "2023-07-25T13:37:28.604Z",
16692
16692
  "devdoc": {
16693
16693
  "author": "Superfluid",
16694
16694
  "details": "This library is used for testing purposes only, not deployments to test OR production networks",
@@ -17711,7 +17711,7 @@
17711
17711
  },
17712
17712
  "networks": {},
17713
17713
  "schemaVersion": "3.4.13",
17714
- "updatedAt": "2023-07-13T10:28:31.684Z",
17714
+ "updatedAt": "2023-07-25T13:37:27.797Z",
17715
17715
  "devdoc": {
17716
17716
  "author": "Superfluid",
17717
17717
  "kind": "dev",
@@ -6654,7 +6654,7 @@
6654
6654
  },
6655
6655
  "networks": {},
6656
6656
  "schemaVersion": "3.4.13",
6657
- "updatedAt": "2023-07-13T10:28:31.719Z",
6657
+ "updatedAt": "2023-07-25T13:37:27.833Z",
6658
6658
  "devdoc": {
6659
6659
  "author": "Superfluid",
6660
6660
  "kind": "dev",
@@ -15760,7 +15760,7 @@
15760
15760
  },
15761
15761
  "networks": {},
15762
15762
  "schemaVersion": "3.4.13",
15763
- "updatedAt": "2023-07-13T10:28:31.692Z",
15763
+ "updatedAt": "2023-07-25T13:37:27.806Z",
15764
15764
  "devdoc": {
15765
15765
  "events": {
15766
15766
  "Initialized(uint8)": {
@@ -2183,7 +2183,7 @@
2183
2183
  },
2184
2184
  "networks": {},
2185
2185
  "schemaVersion": "3.4.13",
2186
- "updatedAt": "2023-07-13T10:28:31.699Z",
2186
+ "updatedAt": "2023-07-25T13:37:27.813Z",
2187
2187
  "devdoc": {
2188
2188
  "author": "Superfluid IMPORTANT! Make sure the inheritance order remains in sync with the logic contract (Ownable first)!",
2189
2189
  "kind": "dev",
@@ -16656,7 +16656,7 @@
16656
16656
  },
16657
16657
  "networks": {},
16658
16658
  "schemaVersion": "3.4.13",
16659
- "updatedAt": "2023-07-13T10:28:32.488Z",
16659
+ "updatedAt": "2023-07-25T13:37:28.613Z",
16660
16660
  "devdoc": {
16661
16661
  "author": "Superfluid",
16662
16662
  "details": "This library is used for testing purposes only, not deployments to test OR production networks",
@@ -16561,7 +16561,7 @@
16561
16561
  },
16562
16562
  "networks": {},
16563
16563
  "schemaVersion": "3.4.13",
16564
- "updatedAt": "2023-07-13T10:28:32.496Z",
16564
+ "updatedAt": "2023-07-25T13:37:28.621Z",
16565
16565
  "devdoc": {
16566
16566
  "author": "Superfluid",
16567
16567
  "details": "This library is used for testing purposes only, not deployments to test OR production networks",
@@ -4109,7 +4109,7 @@
4109
4109
  },
4110
4110
  "networks": {},
4111
4111
  "schemaVersion": "3.4.13",
4112
- "updatedAt": "2023-07-13T10:28:32.538Z",
4112
+ "updatedAt": "2023-07-25T13:37:28.664Z",
4113
4113
  "devdoc": {
4114
4114
  "author": "Superfluid",
4115
4115
  "details": "A on-chain utility contract for loading framework objects in one view function. NOTE: Q: Why don't we just use https://www.npmjs.com/package/ethereum-multicall? A: Well, no strong reason other than also allowing on-chain one view function loading.",
@@ -16561,7 +16561,7 @@
16561
16561
  },
16562
16562
  "networks": {},
16563
16563
  "schemaVersion": "3.4.13",
16564
- "updatedAt": "2023-07-13T10:28:32.505Z",
16564
+ "updatedAt": "2023-07-25T13:37:28.630Z",
16565
16565
  "devdoc": {
16566
16566
  "kind": "dev",
16567
16567
  "methods": {