@superfluid-finance/ethereum-contracts 1.0.1-dev.d7224df.0 → 1.0.1-dev.eb90870.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 (110) hide show
  1. package/build/contracts/AccessControl.json +1 -1
  2. package/build/contracts/AccessControlEnumerable.json +1 -1
  3. package/build/contracts/Address.json +1 -1
  4. package/build/contracts/AgreementBase.json +19 -19
  5. package/build/contracts/AgreementLibrary.json +1 -1
  6. package/build/contracts/BaseRelayRecipient.json +99 -99
  7. package/build/contracts/BatchLiquidator.json +323 -323
  8. package/build/contracts/BatchOperation.json +1 -1
  9. package/build/contracts/CFAv1Library.json +1 -1
  10. package/build/contracts/CallUtils.json +1 -1
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1 -1
  12. package/build/contracts/ConstantFlowAgreementV1.json +3 -3
  13. package/build/contracts/Context.json +1 -1
  14. package/build/contracts/ContextDefinitions.json +1 -1
  15. package/build/contracts/Create2.json +1 -1
  16. package/build/contracts/CustomSuperTokenBase.json +1 -1
  17. package/build/contracts/ERC165.json +1 -1
  18. package/build/contracts/ERC1820Implementer.json +1 -1
  19. package/build/contracts/ERC20.json +1 -1
  20. package/build/contracts/ERC20WithTokenInfo.json +1 -1
  21. package/build/contracts/ERC721.json +1 -1
  22. package/build/contracts/ERC777Helper.json +1 -1
  23. package/build/contracts/ERC777RecipientDrainingGas.json +1 -1
  24. package/build/contracts/ERC777RecipientReverting.json +1 -1
  25. package/build/contracts/EnumerableSet.json +1 -1
  26. package/build/contracts/ExclusiveInflowTestApp.json +1 -1
  27. package/build/contracts/FixedSizeData.json +1 -1
  28. package/build/contracts/FlowExchangeTestApp.json +1 -1
  29. package/build/contracts/FullUpgradableSuperTokenProxy.json +193 -193
  30. package/build/contracts/IAccessControl.json +1 -1
  31. package/build/contracts/IAccessControlEnumerable.json +1 -1
  32. package/build/contracts/IConstantFlowAgreementV1.json +1 -1
  33. package/build/contracts/IDAv1Library.json +1 -1
  34. package/build/contracts/IERC165.json +1 -1
  35. package/build/contracts/IERC1820Implementer.json +1 -1
  36. package/build/contracts/IERC1820Registry.json +1 -1
  37. package/build/contracts/IERC20.json +1 -1
  38. package/build/contracts/IERC20Metadata.json +1 -1
  39. package/build/contracts/IERC721.json +1 -1
  40. package/build/contracts/IERC721Metadata.json +1 -1
  41. package/build/contracts/IERC721Receiver.json +1 -1
  42. package/build/contracts/IERC777.json +1 -1
  43. package/build/contracts/IERC777Recipient.json +1 -1
  44. package/build/contracts/IERC777Sender.json +1 -1
  45. package/build/contracts/IInstantDistributionAgreementV1.json +1 -1
  46. package/build/contracts/IMaticBridgedNativeSuperToken.json +1 -1
  47. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +1 -1
  48. package/build/contracts/IMultiSigWallet.json +1 -1
  49. package/build/contracts/INativeSuperToken.json +1 -1
  50. package/build/contracts/INativeSuperTokenCustom.json +1 -1
  51. package/build/contracts/IRelayRecipient.json +1 -1
  52. package/build/contracts/IResolver.json +1 -1
  53. package/build/contracts/ISETH.json +1 -1
  54. package/build/contracts/ISETHCustom.json +1 -1
  55. package/build/contracts/ISuperAgreement.json +1 -1
  56. package/build/contracts/ISuperApp.json +1 -1
  57. package/build/contracts/ISuperToken.json +1 -1
  58. package/build/contracts/ISuperTokenFactory.json +1 -1
  59. package/build/contracts/ISuperfluid.json +1 -1
  60. package/build/contracts/ISuperfluidGovernance.json +1 -1
  61. package/build/contracts/ISuperfluidToken.json +1 -1
  62. package/build/contracts/ITOGAv1.json +2351 -2351
  63. package/build/contracts/ITOGAv2.json +2351 -2351
  64. package/build/contracts/IWETH.json +1091 -1091
  65. package/build/contracts/Initializable.json +1 -1
  66. package/build/contracts/InstantDistributionAgreementV1.json +3 -3
  67. package/build/contracts/Int96SafeMath.json +1 -1
  68. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +377 -377
  69. package/build/contracts/MultiFlowApp.json +3087 -3087
  70. package/build/contracts/NativeSuperTokenProxy.json +171 -171
  71. package/build/contracts/NonClosableOutflowTestApp.json +1 -1
  72. package/build/contracts/Ownable.json +1 -1
  73. package/build/contracts/Proxy.json +1 -1
  74. package/build/contracts/Resolver.json +179 -179
  75. package/build/contracts/SETHProxy.json +1095 -1095
  76. package/build/contracts/SETHReceiveLogic.json +1094 -1094
  77. package/build/contracts/SafeCast.json +1 -1
  78. package/build/contracts/SafeERC20.json +1 -1
  79. package/build/contracts/SafeMath.json +1 -1
  80. package/build/contracts/SelfDeletingFlowTestApp.json +1 -1
  81. package/build/contracts/SlotsBitmapLibrary.json +1 -1
  82. package/build/contracts/Strings.json +1 -1
  83. package/build/contracts/SuperAppBase.json +1 -1
  84. package/build/contracts/SuperAppDefinitions.json +1 -1
  85. package/build/contracts/SuperToken.json +85 -85
  86. package/build/contracts/SuperTokenFactory.json +105 -105
  87. package/build/contracts/SuperTokenFactoryBase.json +105 -105
  88. package/build/contracts/SuperTokenFactoryHelper.json +105 -105
  89. package/build/contracts/SuperUpgrader.json +837 -837
  90. package/build/contracts/Superfluid.json +11131 -9312
  91. package/build/contracts/SuperfluidGovernanceBase.json +17 -17
  92. package/build/contracts/SuperfluidGovernanceConfigs.json +1 -1
  93. package/build/contracts/SuperfluidGovernanceII.json +31 -31
  94. package/build/contracts/SuperfluidGovernanceIIProxy.json +31 -31
  95. package/build/contracts/SuperfluidLoader.json +294 -294
  96. package/build/contracts/SuperfluidToken.json +2411 -2411
  97. package/build/contracts/TOGA.json +2359 -2359
  98. package/build/contracts/TestGovernance.json +335 -335
  99. package/build/contracts/TestToken.json +187 -187
  100. package/build/contracts/TokenCustodian.json +427 -427
  101. package/build/contracts/TokenInfo.json +1 -1
  102. package/build/contracts/UInt128SafeMath.json +1 -1
  103. package/build/contracts/UUPSProxiable.json +265 -265
  104. package/build/contracts/UUPSProxy.json +163 -163
  105. package/build/contracts/UUPSUtils.json +73 -73
  106. package/build/contracts/strings.json +1 -1
  107. package/build/contracts-sizes.txt +1 -1
  108. package/contracts/superfluid/Superfluid.sol +15 -0
  109. package/package.json +2 -2
  110. package/scripts/libs/getConfig.js +53 -2
@@ -7906,7 +7906,7 @@
7906
7906
  },
7907
7907
  "networks": {},
7908
7908
  "schemaVersion": "3.4.4",
7909
- "updatedAt": "2022-03-14T21:09:12.808Z",
7909
+ "updatedAt": "2022-03-16T15:10:22.651Z",
7910
7910
  "devdoc": {
7911
7911
  "details": "Contract module that allows children to implement role-based access control mechanisms. This is a lightweight version that doesn't allow enumerating role members except through off-chain means by accessing the contract event logs. Some applications may benefit from on-chain enumerability, for those cases see {AccessControlEnumerable}. Roles are referred to by their `bytes32` identifier. These should be exposed in the external API and be unique. The best way to achieve this is by using `public constant` hash digests: ``` bytes32 public constant MY_ROLE = keccak256(\"MY_ROLE\"); ``` Roles can be used to represent a set of permissions. To restrict access to a function call, use {hasRole}: ``` function foo() public { require(hasRole(MY_ROLE, msg.sender)); ... } ``` Roles can be granted and revoked dynamically via the {grantRole} and {revokeRole} functions. Each role has an associated admin role, and only accounts that have a role's admin role can call {grantRole} and {revokeRole}. By default, the admin role for all roles is `DEFAULT_ADMIN_ROLE`, which means that only accounts with this role will be able to grant or revoke other roles. More complex role relationships can be created by using {_setRoleAdmin}. WARNING: The `DEFAULT_ADMIN_ROLE` is also its own admin: it has permission to grant and revoke this role. Extra precautions should be taken to secure accounts that have been granted it.",
7912
7912
  "kind": "dev",
@@ -3221,7 +3221,7 @@
3221
3221
  },
3222
3222
  "networks": {},
3223
3223
  "schemaVersion": "3.4.4",
3224
- "updatedAt": "2022-03-14T21:09:12.811Z",
3224
+ "updatedAt": "2022-03-16T15:10:22.655Z",
3225
3225
  "devdoc": {
3226
3226
  "details": "Extension of {AccessControl} that allows enumerating the members of each role.",
3227
3227
  "kind": "dev",
@@ -7923,7 +7923,7 @@
7923
7923
  },
7924
7924
  "networks": {},
7925
7925
  "schemaVersion": "3.4.4",
7926
- "updatedAt": "2022-03-14T21:09:12.853Z",
7926
+ "updatedAt": "2022-03-16T15:10:22.701Z",
7927
7927
  "devdoc": {
7928
7928
  "details": "Collection of functions related to the address type",
7929
7929
  "kind": "dev",
@@ -132,7 +132,7 @@
132
132
  18335
133
133
  ],
134
134
  "UUPSProxiable": [
135
- 36875
135
+ 36935
136
136
  ]
137
137
  },
138
138
  "id": 6925,
@@ -156,7 +156,7 @@
156
156
  "nameLocation": "-1:-1:-1",
157
157
  "nodeType": "ImportDirective",
158
158
  "scope": 6925,
159
- "sourceUnit": 36876,
159
+ "sourceUnit": 36936,
160
160
  "src": "60:67:31",
161
161
  "symbolAliases": [
162
162
  {
@@ -165,10 +165,10 @@
165
165
  "name": "UUPSProxiable",
166
166
  "nodeType": "Identifier",
167
167
  "overloadedDeclarations": [],
168
- "referencedDeclaration": 36875,
168
+ "referencedDeclaration": 36935,
169
169
  "src": "69:13:31",
170
170
  "typeDescriptions": {
171
- "typeIdentifier": "t_type$_t_contract$_UUPSProxiable_$36875_$",
171
+ "typeIdentifier": "t_type$_t_contract$_UUPSProxiable_$36935_$",
172
172
  "typeString": "type(contract UUPSProxiable)"
173
173
  }
174
174
  },
@@ -213,7 +213,7 @@
213
213
  "id": 6876,
214
214
  "name": "UUPSProxiable",
215
215
  "nodeType": "IdentifierPath",
216
- "referencedDeclaration": 36875,
216
+ "referencedDeclaration": 36935,
217
217
  "src": "336:13:31"
218
218
  },
219
219
  "id": 6877,
@@ -247,7 +247,7 @@
247
247
  "linearizedBaseContracts": [
248
248
  6924,
249
249
  18335,
250
- 36875,
250
+ 36935,
251
251
  2593
252
252
  ],
253
253
  "name": "AgreementBase",
@@ -389,7 +389,7 @@
389
389
  },
390
390
  {
391
391
  "baseFunctions": [
392
- 36815
392
+ 36875
393
393
  ],
394
394
  "body": {
395
395
  "id": 6903,
@@ -547,7 +547,7 @@
547
547
  },
548
548
  {
549
549
  "baseFunctions": [
550
- 36809
550
+ 36869
551
551
  ],
552
552
  "body": {
553
553
  "id": 6922,
@@ -701,7 +701,7 @@
701
701
  "name": "_updateCodeAddress",
702
702
  "nodeType": "Identifier",
703
703
  "overloadedDeclarations": [],
704
- "referencedDeclaration": 36868,
704
+ "referencedDeclaration": 36928,
705
705
  "src": "786:18:31",
706
706
  "typeDescriptions": {
707
707
  "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$",
@@ -809,7 +809,7 @@
809
809
  18335
810
810
  ],
811
811
  "UUPSProxiable": [
812
- 36875
812
+ 36935
813
813
  ]
814
814
  },
815
815
  "id": 6925,
@@ -833,7 +833,7 @@
833
833
  "nameLocation": "-1:-1:-1",
834
834
  "nodeType": "ImportDirective",
835
835
  "scope": 6925,
836
- "sourceUnit": 36876,
836
+ "sourceUnit": 36936,
837
837
  "src": "60:67:31",
838
838
  "symbolAliases": [
839
839
  {
@@ -842,10 +842,10 @@
842
842
  "name": "UUPSProxiable",
843
843
  "nodeType": "Identifier",
844
844
  "overloadedDeclarations": [],
845
- "referencedDeclaration": 36875,
845
+ "referencedDeclaration": 36935,
846
846
  "src": "69:13:31",
847
847
  "typeDescriptions": {
848
- "typeIdentifier": "t_type$_t_contract$_UUPSProxiable_$36875_$",
848
+ "typeIdentifier": "t_type$_t_contract$_UUPSProxiable_$36935_$",
849
849
  "typeString": "type(contract UUPSProxiable)"
850
850
  }
851
851
  },
@@ -890,7 +890,7 @@
890
890
  "id": 6876,
891
891
  "name": "UUPSProxiable",
892
892
  "nodeType": "IdentifierPath",
893
- "referencedDeclaration": 36875,
893
+ "referencedDeclaration": 36935,
894
894
  "src": "336:13:31"
895
895
  },
896
896
  "id": 6877,
@@ -924,7 +924,7 @@
924
924
  "linearizedBaseContracts": [
925
925
  6924,
926
926
  18335,
927
- 36875,
927
+ 36935,
928
928
  2593
929
929
  ],
930
930
  "name": "AgreementBase",
@@ -1066,7 +1066,7 @@
1066
1066
  },
1067
1067
  {
1068
1068
  "baseFunctions": [
1069
- 36815
1069
+ 36875
1070
1070
  ],
1071
1071
  "body": {
1072
1072
  "id": 6903,
@@ -1224,7 +1224,7 @@
1224
1224
  },
1225
1225
  {
1226
1226
  "baseFunctions": [
1227
- 36809
1227
+ 36869
1228
1228
  ],
1229
1229
  "body": {
1230
1230
  "id": 6922,
@@ -1378,7 +1378,7 @@
1378
1378
  "name": "_updateCodeAddress",
1379
1379
  "nodeType": "Identifier",
1380
1380
  "overloadedDeclarations": [],
1381
- "referencedDeclaration": 36868,
1381
+ "referencedDeclaration": 36928,
1382
1382
  "src": "786:18:31",
1383
1383
  "typeDescriptions": {
1384
1384
  "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$",
@@ -1482,7 +1482,7 @@
1482
1482
  },
1483
1483
  "networks": {},
1484
1484
  "schemaVersion": "3.4.4",
1485
- "updatedAt": "2022-03-14T21:09:12.877Z",
1485
+ "updatedAt": "2022-03-16T15:10:22.726Z",
1486
1486
  "devdoc": {
1487
1487
  "author": "Superfluid",
1488
1488
  "kind": "dev",
@@ -13771,7 +13771,7 @@
13771
13771
  },
13772
13772
  "networks": {},
13773
13773
  "schemaVersion": "3.4.4",
13774
- "updatedAt": "2022-03-14T21:09:12.878Z",
13774
+ "updatedAt": "2022-03-16T15:10:22.727Z",
13775
13775
  "devdoc": {
13776
13776
  "author": "Superfluid",
13777
13777
  "details": "Helper library for building super agreement",