@superfluid-finance/sdk-core 0.4.4-dev.ff4f866.0 → 0.4.5-dev.53e1b83.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/CHANGELOG.md +10 -1
- package/dist/index.umd.js +44451 -37460
- package/dist/main/Framework.d.ts +1 -1
- package/dist/main/Framework.d.ts.map +1 -1
- package/dist/main/Host.d.ts +4 -4
- package/dist/main/Host.d.ts.map +1 -1
- package/dist/main/abi/SuperToken.json +13 -0
- package/dist/main/abi/Superfluid.json +13 -0
- package/dist/main/abi/SuperfluidGovernanceII.json +13 -0
- package/dist/main/subgraph/subgraphQueryHandler.js +3 -3
- package/dist/main/subgraph/subgraphQueryHandler.js.map +1 -1
- package/dist/main/typechain/ERC20WithTokenInfo.d.ts +67 -60
- package/dist/main/typechain/ERC20WithTokenInfo.d.ts.map +1 -1
- package/dist/main/typechain/IConstantFlowAgreementV1.d.ts +251 -185
- package/dist/main/typechain/IConstantFlowAgreementV1.d.ts.map +1 -1
- package/dist/main/typechain/IInstantDistributionAgreementV1.d.ts +256 -185
- package/dist/main/typechain/IInstantDistributionAgreementV1.d.ts.map +1 -1
- package/dist/main/typechain/IResolver.d.ts +26 -27
- package/dist/main/typechain/IResolver.d.ts.map +1 -1
- package/dist/main/typechain/ISETH.d.ts +609 -527
- package/dist/main/typechain/ISETH.d.ts.map +1 -1
- package/dist/main/typechain/SuperToken.d.ts +612 -520
- package/dist/main/typechain/SuperToken.d.ts.map +1 -1
- package/dist/main/typechain/Superfluid.d.ts +458 -402
- package/dist/main/typechain/Superfluid.d.ts.map +1 -1
- package/dist/main/typechain/SuperfluidGovernanceII.d.ts +396 -315
- package/dist/main/typechain/SuperfluidGovernanceII.d.ts.map +1 -1
- package/dist/main/typechain/SuperfluidLoader.d.ts +28 -23
- package/dist/main/typechain/SuperfluidLoader.d.ts.map +1 -1
- package/dist/main/typechain/TestToken.d.ts +97 -90
- package/dist/main/typechain/TestToken.d.ts.map +1 -1
- package/dist/main/typechain/common.d.ts +1 -0
- package/dist/main/typechain/common.d.ts.map +1 -1
- package/dist/main/typechain/factories/ERC20WithTokenInfo__factory.d.ts +1 -1
- package/dist/main/typechain/factories/ERC20WithTokenInfo__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.d.ts +1 -1
- package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts +1 -1
- package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/IResolver__factory.d.ts +1 -1
- package/dist/main/typechain/factories/IResolver__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/ISETH__factory.d.ts +1 -1
- package/dist/main/typechain/factories/ISETH__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/SuperToken__factory.d.ts +1 -1
- package/dist/main/typechain/factories/SuperToken__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/SuperToken__factory.js +13 -0
- package/dist/main/typechain/factories/SuperToken__factory.js.map +1 -1
- package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts +1 -1
- package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js +13 -0
- package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js.map +1 -1
- package/dist/main/typechain/factories/SuperfluidLoader__factory.d.ts +1 -1
- package/dist/main/typechain/factories/SuperfluidLoader__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/Superfluid__factory.d.ts +1 -1
- package/dist/main/typechain/factories/Superfluid__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/Superfluid__factory.js +13 -0
- package/dist/main/typechain/factories/Superfluid__factory.js.map +1 -1
- package/dist/main/typechain/factories/TestToken__factory.d.ts +1 -1
- package/dist/main/typechain/factories/TestToken__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/index.d.ts +11 -0
- package/dist/main/typechain/factories/index.d.ts.map +1 -0
- package/dist/main/typechain/factories/index.js +27 -0
- package/dist/main/typechain/factories/index.js.map +1 -0
- package/dist/main/typechain/index.d.ts +2 -1
- package/dist/main/typechain/index.d.ts.map +1 -1
- package/dist/main/typechain/index.js +25 -1
- package/dist/main/typechain/index.js.map +1 -1
- package/dist/main/utils.d.ts +9 -8
- package/dist/main/utils.d.ts.map +1 -1
- package/dist/main/utils.js +24 -21
- package/dist/main/utils.js.map +1 -1
- package/dist/module/Framework.d.ts +1 -1
- package/dist/module/Framework.d.ts.map +1 -1
- package/dist/module/Host.d.ts +4 -4
- package/dist/module/Host.d.ts.map +1 -1
- package/dist/module/abi/SuperToken.json +13 -0
- package/dist/module/abi/Superfluid.json +13 -0
- package/dist/module/abi/SuperfluidGovernanceII.json +13 -0
- package/dist/module/subgraph/subgraphQueryHandler.js +3 -3
- package/dist/module/subgraph/subgraphQueryHandler.js.map +1 -1
- package/dist/module/typechain/ERC20WithTokenInfo.d.ts +67 -60
- package/dist/module/typechain/ERC20WithTokenInfo.d.ts.map +1 -1
- package/dist/module/typechain/IConstantFlowAgreementV1.d.ts +251 -185
- package/dist/module/typechain/IConstantFlowAgreementV1.d.ts.map +1 -1
- package/dist/module/typechain/IInstantDistributionAgreementV1.d.ts +256 -185
- package/dist/module/typechain/IInstantDistributionAgreementV1.d.ts.map +1 -1
- package/dist/module/typechain/IResolver.d.ts +26 -27
- package/dist/module/typechain/IResolver.d.ts.map +1 -1
- package/dist/module/typechain/ISETH.d.ts +609 -527
- package/dist/module/typechain/ISETH.d.ts.map +1 -1
- package/dist/module/typechain/SuperToken.d.ts +612 -520
- package/dist/module/typechain/SuperToken.d.ts.map +1 -1
- package/dist/module/typechain/Superfluid.d.ts +458 -402
- package/dist/module/typechain/Superfluid.d.ts.map +1 -1
- package/dist/module/typechain/SuperfluidGovernanceII.d.ts +396 -315
- package/dist/module/typechain/SuperfluidGovernanceII.d.ts.map +1 -1
- package/dist/module/typechain/SuperfluidLoader.d.ts +28 -23
- package/dist/module/typechain/SuperfluidLoader.d.ts.map +1 -1
- package/dist/module/typechain/TestToken.d.ts +97 -90
- package/dist/module/typechain/TestToken.d.ts.map +1 -1
- package/dist/module/typechain/common.d.ts +1 -0
- package/dist/module/typechain/common.d.ts.map +1 -1
- package/dist/module/typechain/factories/ERC20WithTokenInfo__factory.d.ts +1 -1
- package/dist/module/typechain/factories/ERC20WithTokenInfo__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.d.ts +1 -1
- package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts +1 -1
- package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/IResolver__factory.d.ts +1 -1
- package/dist/module/typechain/factories/IResolver__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/ISETH__factory.d.ts +1 -1
- package/dist/module/typechain/factories/ISETH__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/SuperToken__factory.d.ts +1 -1
- package/dist/module/typechain/factories/SuperToken__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/SuperToken__factory.js +13 -0
- package/dist/module/typechain/factories/SuperToken__factory.js.map +1 -1
- package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts +1 -1
- package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js +13 -0
- package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js.map +1 -1
- package/dist/module/typechain/factories/SuperfluidLoader__factory.d.ts +1 -1
- package/dist/module/typechain/factories/SuperfluidLoader__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/Superfluid__factory.d.ts +1 -1
- package/dist/module/typechain/factories/Superfluid__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/Superfluid__factory.js +13 -0
- package/dist/module/typechain/factories/Superfluid__factory.js.map +1 -1
- package/dist/module/typechain/factories/TestToken__factory.d.ts +1 -1
- package/dist/module/typechain/factories/TestToken__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/index.d.ts +11 -0
- package/dist/module/typechain/factories/index.d.ts.map +1 -0
- package/dist/module/typechain/factories/index.js +14 -0
- package/dist/module/typechain/factories/index.js.map +1 -0
- package/dist/module/typechain/index.d.ts +2 -1
- package/dist/module/typechain/index.d.ts.map +1 -1
- package/dist/module/typechain/index.js +1 -0
- package/dist/module/typechain/index.js.map +1 -1
- package/dist/module/utils.d.ts +9 -8
- package/dist/module/utils.d.ts.map +1 -1
- package/dist/module/utils.js +21 -19
- package/dist/module/utils.js.map +1 -1
- package/package.json +13 -9
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [0.4.4] - 2022-06-30
|
|
9
|
+
|
|
10
|
+
## Added
|
|
11
|
+
- Support for new event properties for Subgraph v1.4.1
|
|
12
|
+
|
|
8
13
|
### Breaking
|
|
9
14
|
- Subgraph Query: `rewardAccount` renamed to `rewardAmountReceiver` on `AgreementLiquidatedV2Event` entity
|
|
10
15
|
- `chainId` is a required property for framework initialization
|
|
@@ -15,6 +20,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
|
15
20
|
### Added
|
|
16
21
|
- BNB Chain support added
|
|
17
22
|
|
|
23
|
+
### Changed
|
|
24
|
+
- `maybeCriticalAtTimestamp` is a nullable property now
|
|
25
|
+
|
|
18
26
|
## [0.4.2] - 2022-05-17
|
|
19
27
|
|
|
20
28
|
### Added
|
|
@@ -144,7 +152,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
|
144
152
|
- New `SuperToken` class with `SuperToken` CRUD functionality and an underlying `Token` class with basic `ERC20` functionality
|
|
145
153
|
- New `BatchCall` class for creating and executing batch calls with supported `Operation's`
|
|
146
154
|
|
|
147
|
-
[Unreleased]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.4.
|
|
155
|
+
[Unreleased]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.4.4...HEAD
|
|
156
|
+
[0.4.4]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.4.3...sdk-core%40v0.4.4
|
|
148
157
|
[0.4.3]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.4.2...sdk-core%40v0.4.3
|
|
149
158
|
[0.4.2]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.4.1...sdk-core%40v0.4.2
|
|
150
159
|
[0.4.1]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.4.0...sdk-core%40v0.4.1
|