@superfluid-finance/ethereum-contracts 1.3.2-dev.8696fa0.0 → 1.3.2-dev.9e41aae.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 +18 -18
  5. package/build/contracts/AgreementLibrary.json +165 -165
  6. package/build/contracts/BaseRelayRecipient.json +55 -55
  7. package/build/contracts/BatchLiquidator.json +208 -208
  8. package/build/contracts/BatchOperation.json +599 -599
  9. package/build/contracts/CFAv1Library.json +389 -389
  10. package/build/contracts/CallUtils.json +198 -198
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
  12. package/build/contracts/ConstantFlowAgreementV1.json +932 -932
  13. package/build/contracts/Context.json +1 -1
  14. package/build/contracts/ContextDefinitions.json +599 -599
  15. package/build/contracts/Create2.json +1 -1
  16. package/build/contracts/CustomSuperTokenBase.json +19 -19
  17. package/build/contracts/ERC165.json +1 -1
  18. package/build/contracts/ERC1820Implementer.json +1 -1
  19. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  20. package/build/contracts/ERC20.json +1 -1
  21. package/build/contracts/ERC20Burnable.json +1 -1
  22. package/build/contracts/ERC20Pausable.json +1 -1
  23. package/build/contracts/ERC20PresetMinterPauser.json +1 -1
  24. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  25. package/build/contracts/ERC777Helper.json +380 -380
  26. package/build/contracts/ERC777RecipientDrainingGas.json +855 -855
  27. package/build/contracts/ERC777RecipientReverting.json +855 -855
  28. package/build/contracts/EnumerableSet.json +1 -1
  29. package/build/contracts/EventsEmitter.json +43 -43
  30. package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
  31. package/build/contracts/FixedSizeData.json +200 -200
  32. package/build/contracts/FlowExchangeTestApp.json +1526 -1526
  33. package/build/contracts/FlowOperatorDefinitions.json +599 -599
  34. package/build/contracts/FullUpgradableSuperTokenProxy.json +112 -112
  35. package/build/contracts/IAccessControl.json +1 -1
  36. package/build/contracts/IAccessControlEnumerable.json +1 -1
  37. package/build/contracts/IConstantFlowAgreementV1.json +567 -567
  38. package/build/contracts/IDAv1Library.json +430 -430
  39. package/build/contracts/IERC165.json +1 -1
  40. package/build/contracts/IERC1820Implementer.json +1 -1
  41. package/build/contracts/IERC1820Registry.json +1 -1
  42. package/build/contracts/IERC20.json +1 -1
  43. package/build/contracts/IERC20Metadata.json +1 -1
  44. package/build/contracts/IERC20Permit.json +1 -1
  45. package/build/contracts/IERC777.json +1 -1
  46. package/build/contracts/IERC777Recipient.json +1 -1
  47. package/build/contracts/IERC777Sender.json +1 -1
  48. package/build/contracts/IInstantDistributionAgreementV1.json +640 -640
  49. package/build/contracts/IMaticBridgedNativeSuperToken.json +62 -62
  50. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +62 -62
  51. package/build/contracts/IMultiSigWallet.json +24 -24
  52. package/build/contracts/IPureSuperToken.json +42 -42
  53. package/build/contracts/IPureSuperTokenCustom.json +42 -42
  54. package/build/contracts/IRelayRecipient.json +27 -27
  55. package/build/contracts/IResolver.json +38 -38
  56. package/build/contracts/ISETH.json +47 -47
  57. package/build/contracts/ISETHCustom.json +47 -47
  58. package/build/contracts/ISuperAgreement.json +50 -50
  59. package/build/contracts/ISuperApp.json +191 -191
  60. package/build/contracts/ISuperToken.json +523 -523
  61. package/build/contracts/ISuperTokenFactory.json +160 -160
  62. package/build/contracts/ISuperfluid.json +826 -826
  63. package/build/contracts/ISuperfluidGovernance.json +242 -242
  64. package/build/contracts/ISuperfluidToken.json +389 -389
  65. package/build/contracts/ITOGAv1.json +1441 -1441
  66. package/build/contracts/ITOGAv2.json +1441 -1441
  67. package/build/contracts/Initializable.json +1 -1
  68. package/build/contracts/InstantDistributionAgreementV1.json +567 -567
  69. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +228 -228
  70. package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
  71. package/build/contracts/Ownable.json +1 -1
  72. package/build/contracts/Pausable.json +1 -1
  73. package/build/contracts/Proxy.json +1 -1
  74. package/build/contracts/PureSuperToken.json +106 -106
  75. package/build/contracts/Resolver.json +98 -98
  76. package/build/contracts/SETHProxy.json +224 -224
  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 +1525 -1525
  81. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  82. package/build/contracts/StreamRedirector.json +704 -704
  83. package/build/contracts/Strings.json +1 -1
  84. package/build/contracts/SuperAppBase.json +42 -42
  85. package/build/contracts/SuperAppDefinitions.json +599 -599
  86. package/build/contracts/SuperToken.json +2362 -2362
  87. package/build/contracts/SuperTokenFactory.json +747 -747
  88. package/build/contracts/SuperTokenFactoryBase.json +737 -737
  89. package/build/contracts/SuperTokenFactoryHelper.json +740 -740
  90. package/build/contracts/SuperUpgrader.json +437 -437
  91. package/build/contracts/Superfluid.json +4860 -4860
  92. package/build/contracts/SuperfluidFrameworkDeployer.json +690 -690
  93. package/build/contracts/SuperfluidGovernanceBase.json +3933 -2158
  94. package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
  95. package/build/contracts/SuperfluidGovernanceII.json +7488 -4364
  96. package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
  97. package/build/contracts/SuperfluidLoader.json +207 -207
  98. package/build/contracts/SuperfluidToken.json +1404 -1404
  99. package/build/contracts/TOGA.json +1458 -1458
  100. package/build/contracts/TestGovernance.json +8293 -5439
  101. package/build/contracts/TestToken.json +93 -93
  102. package/build/contracts/TokenCustodian.json +214 -214
  103. package/build/contracts/TokenInfo.json +32 -32
  104. package/build/contracts/UUPSProxiable.json +139 -139
  105. package/build/contracts/UUPSProxy.json +81 -81
  106. package/build/contracts/UUPSUtils.json +37 -37
  107. package/build/contracts-sizes.txt +1 -1
  108. package/contracts/gov/SuperfluidGovernanceBase.sol +98 -35
  109. package/package.json +2 -2
  110. package/scripts/gov-create-new-app-registration-key.js +9 -19
@@ -7061,7 +7061,7 @@
7061
7061
  },
7062
7062
  "networks": {},
7063
7063
  "schemaVersion": "3.4.8",
7064
- "updatedAt": "2022-08-29T16:08:02.296Z",
7064
+ "updatedAt": "2022-08-30T13:03:13.218Z",
7065
7065
  "devdoc": {
7066
7066
  "details": "Library for managing https://en.wikipedia.org/wiki/Set_(abstract_data_type)[sets] of primitive types. Sets have the following properties: - Elements are added, removed, and checked for existence in constant time (O(1)). - Elements are enumerated in O(n). No guarantees are made on the ordering. ``` contract Example { // Add the library methods using EnumerableSet for EnumerableSet.AddressSet; // Declare a set state variable EnumerableSet.AddressSet private mySet; } ``` As of v3.3.0, sets of type `bytes32` (`Bytes32Set`), `address` (`AddressSet`) and `uint256` (`UintSet`) are supported. [WARNING] ==== Trying to delete such a structure from storage will likely result in data corruption, rendering the structure unusable. See https://github.com/ethereum/solidity/pull/11843[ethereum/solidity#11843] for more info. In order to clean an EnumerableSet, you can either remove all elements one by one or create a fresh instance using an array of EnumerableSet. ====",
7067
7067
  "kind": "dev",
@@ -41,15 +41,15 @@
41
41
  "absolutePath": "project:/contracts/libs/EventsEmitter.sol",
42
42
  "exportedSymbols": {
43
43
  "EventsEmitter": [
44
- 21102
44
+ 21224
45
45
  ]
46
46
  },
47
- "id": 21103,
47
+ "id": 21225,
48
48
  "license": "AGPLv3",
49
49
  "nodeType": "SourceUnit",
50
50
  "nodes": [
51
51
  {
52
- "id": 21076,
52
+ "id": 21198,
53
53
  "literals": [
54
54
  "solidity",
55
55
  "0.8",
@@ -65,15 +65,15 @@
65
65
  "contractDependencies": [],
66
66
  "contractKind": "library",
67
67
  "documentation": {
68
- "id": 21077,
68
+ "id": 21199,
69
69
  "nodeType": "StructuredDocumentation",
70
70
  "src": "60:134:63",
71
71
  "text": " @title Events Emitter Library\n @author Superfluid\n @dev A library used for emitting missing and unaccessable events."
72
72
  },
73
73
  "fullyImplemented": true,
74
- "id": 21102,
74
+ "id": 21224,
75
75
  "linearizedBaseContracts": [
76
- 21102
76
+ 21224
77
77
  ],
78
78
  "name": "EventsEmitter",
79
79
  "nameLocation": "203:13:63",
@@ -82,23 +82,23 @@
82
82
  {
83
83
  "anonymous": false,
84
84
  "eventSelector": "ddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
85
- "id": 21085,
85
+ "id": 21207,
86
86
  "name": "Transfer",
87
87
  "nameLocation": "229:8:63",
88
88
  "nodeType": "EventDefinition",
89
89
  "parameters": {
90
- "id": 21084,
90
+ "id": 21206,
91
91
  "nodeType": "ParameterList",
92
92
  "parameters": [
93
93
  {
94
94
  "constant": false,
95
- "id": 21079,
95
+ "id": 21201,
96
96
  "indexed": true,
97
97
  "mutability": "mutable",
98
98
  "name": "from",
99
99
  "nameLocation": "254:4:63",
100
100
  "nodeType": "VariableDeclaration",
101
- "scope": 21085,
101
+ "scope": 21207,
102
102
  "src": "238:20:63",
103
103
  "stateVariable": false,
104
104
  "storageLocation": "default",
@@ -107,7 +107,7 @@
107
107
  "typeString": "address"
108
108
  },
109
109
  "typeName": {
110
- "id": 21078,
110
+ "id": 21200,
111
111
  "name": "address",
112
112
  "nodeType": "ElementaryTypeName",
113
113
  "src": "238:7:63",
@@ -121,13 +121,13 @@
121
121
  },
122
122
  {
123
123
  "constant": false,
124
- "id": 21081,
124
+ "id": 21203,
125
125
  "indexed": true,
126
126
  "mutability": "mutable",
127
127
  "name": "to",
128
128
  "nameLocation": "276:2:63",
129
129
  "nodeType": "VariableDeclaration",
130
- "scope": 21085,
130
+ "scope": 21207,
131
131
  "src": "260:18:63",
132
132
  "stateVariable": false,
133
133
  "storageLocation": "default",
@@ -136,7 +136,7 @@
136
136
  "typeString": "address"
137
137
  },
138
138
  "typeName": {
139
- "id": 21080,
139
+ "id": 21202,
140
140
  "name": "address",
141
141
  "nodeType": "ElementaryTypeName",
142
142
  "src": "260:7:63",
@@ -150,13 +150,13 @@
150
150
  },
151
151
  {
152
152
  "constant": false,
153
- "id": 21083,
153
+ "id": 21205,
154
154
  "indexed": false,
155
155
  "mutability": "mutable",
156
156
  "name": "value",
157
157
  "nameLocation": "288:5:63",
158
158
  "nodeType": "VariableDeclaration",
159
- "scope": 21085,
159
+ "scope": 21207,
160
160
  "src": "280:13:63",
161
161
  "stateVariable": false,
162
162
  "storageLocation": "default",
@@ -165,7 +165,7 @@
165
165
  "typeString": "uint256"
166
166
  },
167
167
  "typeName": {
168
- "id": 21082,
168
+ "id": 21204,
169
169
  "name": "uint256",
170
170
  "nodeType": "ElementaryTypeName",
171
171
  "src": "280:7:63",
@@ -183,7 +183,7 @@
183
183
  },
184
184
  {
185
185
  "body": {
186
- "id": 21100,
186
+ "id": 21222,
187
187
  "nodeType": "Block",
188
188
  "src": "373:47:63",
189
189
  "statements": [
@@ -191,11 +191,11 @@
191
191
  "eventCall": {
192
192
  "arguments": [
193
193
  {
194
- "id": 21095,
194
+ "id": 21217,
195
195
  "name": "from",
196
196
  "nodeType": "Identifier",
197
197
  "overloadedDeclarations": [],
198
- "referencedDeclaration": 21087,
198
+ "referencedDeclaration": 21209,
199
199
  "src": "397:4:63",
200
200
  "typeDescriptions": {
201
201
  "typeIdentifier": "t_address",
@@ -203,11 +203,11 @@
203
203
  }
204
204
  },
205
205
  {
206
- "id": 21096,
206
+ "id": 21218,
207
207
  "name": "to",
208
208
  "nodeType": "Identifier",
209
209
  "overloadedDeclarations": [],
210
- "referencedDeclaration": 21089,
210
+ "referencedDeclaration": 21211,
211
211
  "src": "403:2:63",
212
212
  "typeDescriptions": {
213
213
  "typeIdentifier": "t_address",
@@ -215,11 +215,11 @@
215
215
  }
216
216
  },
217
217
  {
218
- "id": 21097,
218
+ "id": 21219,
219
219
  "name": "value",
220
220
  "nodeType": "Identifier",
221
221
  "overloadedDeclarations": [],
222
- "referencedDeclaration": 21091,
222
+ "referencedDeclaration": 21213,
223
223
  "src": "407:5:63",
224
224
  "typeDescriptions": {
225
225
  "typeIdentifier": "t_uint256",
@@ -242,18 +242,18 @@
242
242
  "typeString": "uint256"
243
243
  }
244
244
  ],
245
- "id": 21094,
245
+ "id": 21216,
246
246
  "name": "Transfer",
247
247
  "nodeType": "Identifier",
248
248
  "overloadedDeclarations": [],
249
- "referencedDeclaration": 21085,
249
+ "referencedDeclaration": 21207,
250
250
  "src": "388:8:63",
251
251
  "typeDescriptions": {
252
252
  "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$",
253
253
  "typeString": "function (address,address,uint256)"
254
254
  }
255
255
  },
256
- "id": 21098,
256
+ "id": 21220,
257
257
  "isConstant": false,
258
258
  "isLValue": false,
259
259
  "isPure": false,
@@ -268,13 +268,13 @@
268
268
  "typeString": "tuple()"
269
269
  }
270
270
  },
271
- "id": 21099,
271
+ "id": 21221,
272
272
  "nodeType": "EmitStatement",
273
273
  "src": "383:30:63"
274
274
  }
275
275
  ]
276
276
  },
277
- "id": 21101,
277
+ "id": 21223,
278
278
  "implemented": true,
279
279
  "kind": "function",
280
280
  "modifiers": [],
@@ -282,17 +282,17 @@
282
282
  "nameLocation": "310:12:63",
283
283
  "nodeType": "FunctionDefinition",
284
284
  "parameters": {
285
- "id": 21092,
285
+ "id": 21214,
286
286
  "nodeType": "ParameterList",
287
287
  "parameters": [
288
288
  {
289
289
  "constant": false,
290
- "id": 21087,
290
+ "id": 21209,
291
291
  "mutability": "mutable",
292
292
  "name": "from",
293
293
  "nameLocation": "331:4:63",
294
294
  "nodeType": "VariableDeclaration",
295
- "scope": 21101,
295
+ "scope": 21223,
296
296
  "src": "323:12:63",
297
297
  "stateVariable": false,
298
298
  "storageLocation": "default",
@@ -301,7 +301,7 @@
301
301
  "typeString": "address"
302
302
  },
303
303
  "typeName": {
304
- "id": 21086,
304
+ "id": 21208,
305
305
  "name": "address",
306
306
  "nodeType": "ElementaryTypeName",
307
307
  "src": "323:7:63",
@@ -315,12 +315,12 @@
315
315
  },
316
316
  {
317
317
  "constant": false,
318
- "id": 21089,
318
+ "id": 21211,
319
319
  "mutability": "mutable",
320
320
  "name": "to",
321
321
  "nameLocation": "345:2:63",
322
322
  "nodeType": "VariableDeclaration",
323
- "scope": 21101,
323
+ "scope": 21223,
324
324
  "src": "337:10:63",
325
325
  "stateVariable": false,
326
326
  "storageLocation": "default",
@@ -329,7 +329,7 @@
329
329
  "typeString": "address"
330
330
  },
331
331
  "typeName": {
332
- "id": 21088,
332
+ "id": 21210,
333
333
  "name": "address",
334
334
  "nodeType": "ElementaryTypeName",
335
335
  "src": "337:7:63",
@@ -343,12 +343,12 @@
343
343
  },
344
344
  {
345
345
  "constant": false,
346
- "id": 21091,
346
+ "id": 21213,
347
347
  "mutability": "mutable",
348
348
  "name": "value",
349
349
  "nameLocation": "357:5:63",
350
350
  "nodeType": "VariableDeclaration",
351
- "scope": 21101,
351
+ "scope": 21223,
352
352
  "src": "349:13:63",
353
353
  "stateVariable": false,
354
354
  "storageLocation": "default",
@@ -357,7 +357,7 @@
357
357
  "typeString": "uint256"
358
358
  },
359
359
  "typeName": {
360
- "id": 21090,
360
+ "id": 21212,
361
361
  "name": "uint256",
362
362
  "nodeType": "ElementaryTypeName",
363
363
  "src": "349:7:63",
@@ -372,19 +372,19 @@
372
372
  "src": "322:41:63"
373
373
  },
374
374
  "returnParameters": {
375
- "id": 21093,
375
+ "id": 21215,
376
376
  "nodeType": "ParameterList",
377
377
  "parameters": [],
378
378
  "src": "373:0:63"
379
379
  },
380
- "scope": 21102,
380
+ "scope": 21224,
381
381
  "src": "301:119:63",
382
382
  "stateMutability": "nonpayable",
383
383
  "virtual": false,
384
384
  "visibility": "internal"
385
385
  }
386
386
  ],
387
- "scope": 21103,
387
+ "scope": 21225,
388
388
  "src": "195:227:63",
389
389
  "usedErrors": []
390
390
  }
@@ -397,7 +397,7 @@
397
397
  },
398
398
  "networks": {},
399
399
  "schemaVersion": "3.4.8",
400
- "updatedAt": "2022-08-29T16:08:02.429Z",
400
+ "updatedAt": "2022-08-30T13:03:13.375Z",
401
401
  "devdoc": {
402
402
  "author": "Superfluid",
403
403
  "details": "A library used for emitting missing and unaccessable events.",