@superfluid-finance/ethereum-contracts 1.0.0-dev.ec101d5.0 → 1.0.0-dev.f475683.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.
- package/README.md +2 -2
- package/build/contracts/AccessControl.json +1 -1
- package/build/contracts/Address.json +1 -1
- package/build/contracts/AgreementBase.json +1 -1
- package/build/contracts/AgreementLibrary.json +1 -1
- package/build/contracts/BaseRelayRecipient.json +1 -1
- package/build/contracts/BatchLiquidator.json +1 -1
- package/build/contracts/BatchOperation.json +1 -1
- package/build/contracts/CallUtils.json +1 -1
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +1 -1
- package/build/contracts/ConstantFlowAgreementV1.json +1 -1
- package/build/contracts/Context.json +1 -1
- package/build/contracts/ContextDefinitions.json +1 -1
- package/build/contracts/Create2.json +1 -1
- package/build/contracts/CustomSuperTokenBase.json +1 -1
- package/build/contracts/ERC1820Implementer.json +1 -1
- package/build/contracts/ERC20.json +1 -1
- package/build/contracts/ERC20WithTokenInfo.json +1 -1
- package/build/contracts/ERC777Helper.json +1 -1
- package/build/contracts/ERC777RecipientDrainingGas.json +1 -1
- package/build/contracts/ERC777RecipientReverting.json +1 -1
- package/build/contracts/EnumerableSet.json +1 -1
- package/build/contracts/ExclusiveInflowTestApp.json +1 -1
- package/build/contracts/FixedSizeData.json +1 -1
- package/build/contracts/FlowExchangeTestApp.json +1 -1
- package/build/contracts/FullUpgradableSuperTokenProxy.json +1 -1
- package/build/contracts/IConstantFlowAgreementV1.json +1 -1
- package/build/contracts/IERC1820Implementer.json +1 -1
- package/build/contracts/IERC1820Registry.json +1 -1
- package/build/contracts/IERC20.json +1 -1
- package/build/contracts/IERC777.json +1 -1
- package/build/contracts/IERC777Recipient.json +1 -1
- package/build/contracts/IERC777Sender.json +1 -1
- package/build/contracts/IInstantDistributionAgreementV1.json +1 -1
- package/build/contracts/IMaticBridgedNativeSuperToken.json +1 -1
- package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +1 -1
- package/build/contracts/IMultiSigWallet.json +1 -1
- package/build/contracts/INativeSuperToken.json +1 -1
- package/build/contracts/INativeSuperTokenCustom.json +1 -1
- package/build/contracts/IRelayRecipient.json +1 -1
- package/build/contracts/IResolver.json +1 -1
- package/build/contracts/ISETH.json +1 -1
- package/build/contracts/ISETHCustom.json +1 -1
- package/build/contracts/ISuperAgreement.json +1 -1
- package/build/contracts/ISuperApp.json +1 -1
- package/build/contracts/ISuperToken.json +1 -1
- package/build/contracts/ISuperTokenFactory.json +1 -1
- package/build/contracts/ISuperfluid.json +1 -1
- package/build/contracts/ISuperfluidGovernance.json +1 -1
- package/build/contracts/ISuperfluidToken.json +1 -1
- package/build/contracts/ITOGAv1.json +1 -1
- package/build/contracts/IWETH.json +1 -1
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +1 -1
- package/build/contracts/Int96SafeMath.json +1 -1
- package/build/contracts/Math.json +1 -1
- package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +1 -1
- package/build/contracts/MultiFlowApp.json +1 -1
- package/build/contracts/NativeSuperTokenProxy.json +1 -1
- package/build/contracts/NonClosableOutflowTestApp.json +1 -1
- package/build/contracts/Ownable.json +1 -1
- package/build/contracts/Proxy.json +1 -1
- package/build/contracts/SETHProxy.json +1 -1
- package/build/contracts/SETHReceiveLogic.json +1 -1
- package/build/contracts/SafeCast.json +1 -1
- package/build/contracts/SafeERC20.json +1 -1
- package/build/contracts/SafeMath.json +1 -1
- package/build/contracts/SelfDeletingFlowTestApp.json +1 -1
- package/build/contracts/SignedSafeMath.json +1 -1
- package/build/contracts/SlotsBitmapLibrary.json +1 -1
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +1 -1
- package/build/contracts/SuperAppDefinitions.json +1 -1
- package/build/contracts/SuperToken.json +1 -1
- package/build/contracts/SuperTokenFactory.json +1 -1
- package/build/contracts/SuperTokenFactoryBase.json +1 -1
- package/build/contracts/SuperTokenFactoryHelper.json +1 -1
- package/build/contracts/SuperUpgrader.json +1 -1
- package/build/contracts/Superfluid.json +1 -1
- package/build/contracts/SuperfluidGovernanceBase.json +1317 -1317
- package/build/contracts/SuperfluidGovernanceConfigs.json +1 -1
- package/build/contracts/SuperfluidGovernanceII.json +9 -9
- package/build/contracts/SuperfluidGovernanceIIProxy.json +4 -4
- package/build/contracts/SuperfluidLoader.json +1 -1
- package/build/contracts/SuperfluidOwnableGovernance.json +9 -9
- package/build/contracts/SuperfluidToken.json +1 -1
- package/build/contracts/TOGA.json +1 -1
- package/build/contracts/TestGovernance.json +9 -9
- package/build/contracts/TestResolver.json +1 -1
- package/build/contracts/TestToken.json +1 -1
- package/build/contracts/TokenInfo.json +1 -1
- package/build/contracts/UInt128SafeMath.json +1 -1
- package/build/contracts/UUPSProxiable.json +1 -1
- package/build/contracts/UUPSProxy.json +1 -1
- package/build/contracts/UUPSUtils.json +1 -1
- package/contracts/gov/SuperfluidGovernanceBase.sol +4 -4
- package/package.json +2 -2
- package/scripts/gov-create-new-app-registration-key.js +3 -4
- package/scripts/info-show-protocol.js +1 -1
- package/scripts/libs/truffleScriptRunnerFactory.js +2 -1
|
@@ -1794,7 +1794,7 @@
|
|
|
1794
1794
|
},
|
|
1795
1795
|
"networks": {},
|
|
1796
1796
|
"schemaVersion": "3.4.3",
|
|
1797
|
-
"updatedAt": "2021-11-
|
|
1797
|
+
"updatedAt": "2021-11-26T13:42:34.734Z",
|
|
1798
1798
|
"devdoc": {
|
|
1799
1799
|
"author": "Superfluid",
|
|
1800
1800
|
"details": "Native SuperToken custom super token implementation NOTE: - This is a simple implementation where the supply is pre-minted.",
|
|
@@ -29692,7 +29692,7 @@
|
|
|
29692
29692
|
},
|
|
29693
29693
|
"networks": {},
|
|
29694
29694
|
"schemaVersion": "3.4.3",
|
|
29695
|
-
"updatedAt": "2021-11-
|
|
29695
|
+
"updatedAt": "2021-11-26T13:42:34.413Z",
|
|
29696
29696
|
"devdoc": {
|
|
29697
29697
|
"details": "This is CFA SuperApp that refuses to close its outflow by its receiver. This test the logic that the app re-opens the same stream in the termination callback. In reality, the app would have to fund the app with enough tokens to not to be jailed due to low balance.",
|
|
29698
29698
|
"kind": "dev",
|
|
@@ -2893,7 +2893,7 @@
|
|
|
2893
2893
|
},
|
|
2894
2894
|
"networks": {},
|
|
2895
2895
|
"schemaVersion": "3.4.3",
|
|
2896
|
-
"updatedAt": "2021-11-
|
|
2896
|
+
"updatedAt": "2021-11-26T13:42:34.182Z",
|
|
2897
2897
|
"devdoc": {
|
|
2898
2898
|
"details": "Contract module which provides a basic access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. By default, the owner account will be the one that deploys the contract. This can later be changed with {transferOwnership}. This module is used through inheritance. It will make available the modifier `onlyOwner`, which can be applied to your functions to restrict their use to the owner.",
|
|
2899
2899
|
"kind": "dev",
|
|
@@ -1490,7 +1490,7 @@
|
|
|
1490
1490
|
},
|
|
1491
1491
|
"networks": {},
|
|
1492
1492
|
"schemaVersion": "3.4.3",
|
|
1493
|
-
"updatedAt": "2021-11-
|
|
1493
|
+
"updatedAt": "2021-11-26T13:42:34.194Z",
|
|
1494
1494
|
"devdoc": {
|
|
1495
1495
|
"details": "This abstract contract provides a fallback function that delegates all calls to another contract using the EVM instruction `delegatecall`. We refer to the second contract as the _implementation_ behind the proxy, and it has to be specified by overriding the virtual {_implementation} function. Additionally, delegation to the implementation can be triggered manually through the {_fallback} function, or to a different contract through the {_delegate} function. The success and return data of the delegated call will be returned back to the caller of the proxy.",
|
|
1496
1496
|
"kind": "dev",
|
|
@@ -10339,7 +10339,7 @@
|
|
|
10339
10339
|
},
|
|
10340
10340
|
"networks": {},
|
|
10341
10341
|
"schemaVersion": "3.4.3",
|
|
10342
|
-
"updatedAt": "2021-11-
|
|
10342
|
+
"updatedAt": "2021-11-26T13:42:34.740Z",
|
|
10343
10343
|
"devdoc": {
|
|
10344
10344
|
"author": "Superfluid",
|
|
10345
10345
|
"details": "Super ETH (SETH) custom super totken implementation",
|
|
@@ -10165,7 +10165,7 @@
|
|
|
10165
10165
|
},
|
|
10166
10166
|
"networks": {},
|
|
10167
10167
|
"schemaVersion": "3.4.3",
|
|
10168
|
-
"updatedAt": "2021-11-
|
|
10168
|
+
"updatedAt": "2021-11-26T13:42:34.743Z",
|
|
10169
10169
|
"devdoc": {
|
|
10170
10170
|
"kind": "dev",
|
|
10171
10171
|
"methods": {},
|
|
@@ -8612,7 +8612,7 @@
|
|
|
8612
8612
|
},
|
|
8613
8613
|
"networks": {},
|
|
8614
8614
|
"schemaVersion": "3.4.3",
|
|
8615
|
-
"updatedAt": "2021-11-
|
|
8615
|
+
"updatedAt": "2021-11-26T13:42:34.216Z",
|
|
8616
8616
|
"devdoc": {
|
|
8617
8617
|
"details": "Wrappers over Solidity's uintXX/intXX casting operators with added overflow checks. Downcasting from uint256/int256 in Solidity does not revert on overflow. This can easily result in undesired exploitation or bugs, since developers usually assume that overflows raise errors. `SafeCast` restores this intuition by reverting the transaction when such an operation overflows. Using this library instead of the unchecked operations eliminates an entire class of bugs, so it's recommended to use it always. Can be combined with {SafeMath} and {SignedSafeMath} to extend it to smaller types, by performing all math on `uint256` and `int256` and then downcasting.",
|
|
8618
8618
|
"kind": "dev",
|
|
@@ -6079,7 +6079,7 @@
|
|
|
6079
6079
|
},
|
|
6080
6080
|
"networks": {},
|
|
6081
6081
|
"schemaVersion": "3.4.3",
|
|
6082
|
-
"updatedAt": "2021-11-
|
|
6082
|
+
"updatedAt": "2021-11-26T13:42:34.200Z",
|
|
6083
6083
|
"devdoc": {
|
|
6084
6084
|
"details": "Wrappers around ERC20 operations that throw on failure (when the token contract returns false). Tokens that return no value (and instead revert or throw on failure) are also supported, non-reverting calls are assumed to be successful. To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract, which allows you to call the safe operations as `token.safeTransfer(...)`, etc.",
|
|
6085
6085
|
"kind": "dev",
|
|
@@ -9068,7 +9068,7 @@
|
|
|
9068
9068
|
},
|
|
9069
9069
|
"networks": {},
|
|
9070
9070
|
"schemaVersion": "3.4.3",
|
|
9071
|
-
"updatedAt": "2021-11-
|
|
9071
|
+
"updatedAt": "2021-11-26T13:42:34.187Z",
|
|
9072
9072
|
"devdoc": {
|
|
9073
9073
|
"details": "Wrappers over Solidity's arithmetic operations with added overflow checks. Arithmetic operations in Solidity wrap on overflow. This can easily result in bugs, because programmers usually assume that an overflow raises an error, which is the standard behavior in high level programming languages. `SafeMath` restores this intuition by reverting the transaction when an operation overflows. Using this library instead of the unchecked operations eliminates an entire class of bugs, so it's recommended to use it always.",
|
|
9074
9074
|
"kind": "dev",
|
|
@@ -30185,7 +30185,7 @@
|
|
|
30185
30185
|
},
|
|
30186
30186
|
"networks": {},
|
|
30187
30187
|
"schemaVersion": "3.4.3",
|
|
30188
|
-
"updatedAt": "2021-11-
|
|
30188
|
+
"updatedAt": "2021-11-26T13:42:34.423Z",
|
|
30189
30189
|
"devdoc": {
|
|
30190
30190
|
"details": "This is CFA SuperApp that refuses to accept any opening flow without reverting them.",
|
|
30191
30191
|
"kind": "dev",
|
|
@@ -4976,7 +4976,7 @@
|
|
|
4976
4976
|
},
|
|
4977
4977
|
"networks": {},
|
|
4978
4978
|
"schemaVersion": "3.4.3",
|
|
4979
|
-
"updatedAt": "2021-11-
|
|
4979
|
+
"updatedAt": "2021-11-26T13:42:34.190Z",
|
|
4980
4980
|
"devdoc": {
|
|
4981
4981
|
"details": "Signed math operations with safety checks that revert on error.",
|
|
4982
4982
|
"kind": "dev",
|
|
@@ -8119,7 +8119,7 @@
|
|
|
8119
8119
|
},
|
|
8120
8120
|
"networks": {},
|
|
8121
8121
|
"schemaVersion": "3.4.3",
|
|
8122
|
-
"updatedAt": "2021-11-
|
|
8122
|
+
"updatedAt": "2021-11-26T13:42:34.292Z",
|
|
8123
8123
|
"devdoc": {
|
|
8124
8124
|
"details": "A library implements slots bitmap on Superfluid Token storage NOTE: - A slots bitmap allows you to iterate through a list of data efficiently. - A data slot can be enabled or disabled with the help of bitmap. - MAX_NUM_SLOTS is 256 in this implementation (using one uint256) - Superfluid token storage usage: - getAgreementStateSlot(bitmapStateSlotId) stores the bitmap of enabled data slots - getAgreementStateSlot(dataStateSlotIDStart + stotId) stores the data of the slot",
|
|
8125
8125
|
"kind": "dev",
|
|
@@ -39964,7 +39964,7 @@
|
|
|
39964
39964
|
},
|
|
39965
39965
|
"networks": {},
|
|
39966
39966
|
"schemaVersion": "3.4.3",
|
|
39967
|
-
"updatedAt": "2021-11-
|
|
39967
|
+
"updatedAt": "2021-11-26T13:42:34.355Z",
|
|
39968
39968
|
"devdoc": {
|
|
39969
39969
|
"kind": "dev",
|
|
39970
39970
|
"methods": {},
|
|
@@ -43946,7 +43946,7 @@
|
|
|
43946
43946
|
},
|
|
43947
43947
|
"networks": {},
|
|
43948
43948
|
"schemaVersion": "3.4.3",
|
|
43949
|
-
"updatedAt": "2021-11-
|
|
43949
|
+
"updatedAt": "2021-11-26T13:42:34.637Z",
|
|
43950
43950
|
"devdoc": {
|
|
43951
43951
|
"author": "Superfluid",
|
|
43952
43952
|
"kind": "dev",
|
|
@@ -9004,7 +9004,7 @@
|
|
|
9004
9004
|
},
|
|
9005
9005
|
"networks": {},
|
|
9006
9006
|
"schemaVersion": "3.4.3",
|
|
9007
|
-
"updatedAt": "2021-11-
|
|
9007
|
+
"updatedAt": "2021-11-26T13:42:34.765Z",
|
|
9008
9008
|
"devdoc": {
|
|
9009
9009
|
"details": "Upgrader contract for super tokens. 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.",
|
|
9010
9010
|
"kind": "dev",
|
|
@@ -104584,7 +104584,7 @@
|
|
|
104584
104584
|
},
|
|
104585
104585
|
"networks": {},
|
|
104586
104586
|
"schemaVersion": "3.4.3",
|
|
104587
|
-
"updatedAt": "2021-11-
|
|
104587
|
+
"updatedAt": "2021-11-26T13:42:34.662Z",
|
|
104588
104588
|
"devdoc": {
|
|
104589
104589
|
"kind": "dev",
|
|
104590
104590
|
"methods": {
|