@superfluid-finance/sdk-core 0.3.1-dev.da50fa8.0 → 0.3.2-dev.177d945.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 +19 -1
- package/dist/index.umd.js +471 -313
- package/dist/main/SFError.js +1 -1
- package/dist/main/SFError.js.map +1 -1
- package/dist/main/abi/IConstantFlowAgreementV1.json +0 -7
- package/dist/main/abi/IInstantDistributionAgreementV1.json +0 -7
- package/dist/main/abi/SuperToken.json +51 -0
- package/dist/main/constants.d.ts +10 -0
- package/dist/main/constants.d.ts.map +1 -1
- package/dist/main/constants.js +41 -31
- package/dist/main/constants.js.map +1 -1
- package/dist/main/subgraph/entities/indexSubscription/indexSubscription.d.ts +2 -0
- package/dist/main/subgraph/entities/indexSubscription/indexSubscription.d.ts.map +1 -1
- package/dist/main/subgraph/entities/indexSubscription/indexSubscription.js +2 -0
- package/dist/main/subgraph/entities/indexSubscription/indexSubscription.js.map +1 -1
- package/dist/main/subgraph/entities/indexSubscription/indexSubscriptions.generated.d.ts +2 -0
- package/dist/main/subgraph/entities/indexSubscription/indexSubscriptions.generated.d.ts.map +1 -1
- package/dist/main/subgraph/entities/indexSubscription/indexSubscriptions.generated.js +1 -1
- package/dist/main/subgraph/entities/indexSubscription/indexSubscriptions.generated.js.map +1 -1
- package/dist/main/typechain/IConstantFlowAgreementV1.d.ts +0 -16
- package/dist/main/typechain/IConstantFlowAgreementV1.d.ts.map +1 -1
- package/dist/main/typechain/IInstantDistributionAgreementV1.d.ts +0 -16
- package/dist/main/typechain/IInstantDistributionAgreementV1.d.ts.map +1 -1
- package/dist/main/typechain/SuperToken.d.ts +32 -0
- package/dist/main/typechain/SuperToken.d.ts.map +1 -1
- package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.js +0 -7
- package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.js.map +1 -1
- package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.js +0 -7
- package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.js.map +1 -1
- package/dist/main/typechain/factories/SuperToken__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/SuperToken__factory.js +51 -0
- package/dist/main/typechain/factories/SuperToken__factory.js.map +1 -1
- package/dist/module/SFError.js +1 -1
- package/dist/module/SFError.js.map +1 -1
- package/dist/module/abi/IConstantFlowAgreementV1.json +0 -7
- package/dist/module/abi/IInstantDistributionAgreementV1.json +0 -7
- package/dist/module/abi/SuperToken.json +51 -0
- package/dist/module/constants.d.ts +10 -0
- package/dist/module/constants.d.ts.map +1 -1
- package/dist/module/constants.js +40 -30
- package/dist/module/constants.js.map +1 -1
- package/dist/module/subgraph/entities/indexSubscription/indexSubscription.d.ts +2 -0
- package/dist/module/subgraph/entities/indexSubscription/indexSubscription.d.ts.map +1 -1
- package/dist/module/subgraph/entities/indexSubscription/indexSubscription.js +2 -0
- package/dist/module/subgraph/entities/indexSubscription/indexSubscription.js.map +1 -1
- package/dist/module/subgraph/entities/indexSubscription/indexSubscriptions.generated.d.ts +2 -0
- package/dist/module/subgraph/entities/indexSubscription/indexSubscriptions.generated.d.ts.map +1 -1
- package/dist/module/subgraph/entities/indexSubscription/indexSubscriptions.generated.js +1 -1
- package/dist/module/subgraph/entities/indexSubscription/indexSubscriptions.generated.js.map +1 -1
- package/dist/module/typechain/IConstantFlowAgreementV1.d.ts +0 -16
- package/dist/module/typechain/IConstantFlowAgreementV1.d.ts.map +1 -1
- package/dist/module/typechain/IInstantDistributionAgreementV1.d.ts +0 -16
- package/dist/module/typechain/IInstantDistributionAgreementV1.d.ts.map +1 -1
- package/dist/module/typechain/SuperToken.d.ts +32 -0
- package/dist/module/typechain/SuperToken.d.ts.map +1 -1
- package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.js +0 -7
- package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.js.map +1 -1
- package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.js +0 -7
- package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.js.map +1 -1
- package/dist/module/typechain/factories/SuperToken__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/SuperToken__factory.js +51 -0
- package/dist/module/typechain/factories/SuperToken__factory.js.map +1 -1
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,19 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [0.3.1] - 2022-02-16
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
- Added `indexValueCurrent` to `IndexSubscription` query to optimize calculating "total amount distributed" in consuming applications ([#629])
|
|
12
|
+
- Added `indexTotalUnits` to `IndexSubscription` query to optimize calculating "pool percentage" in consuming applications ([#630])
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
- Typo for `networkName: "arbitrum-rinkeby"` fixed (was expecting `"arbitrium-rinkeby"`) in `Framework.create` ([#637])
|
|
16
|
+
|
|
17
|
+
### Breaking
|
|
18
|
+
- Using `"xdai"` as the `networkName` will no longer work. Updated to `"gnosis"`
|
|
19
|
+
- Migration: change `networkName` from `"xdai"` to `"gnosis"`
|
|
20
|
+
|
|
8
21
|
## [0.3.0] - 2022-02-02
|
|
9
22
|
### Added
|
|
10
23
|
- New query handlers to cover full spectrum of Subgraph querying capabilities
|
|
@@ -60,7 +73,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
|
60
73
|
- New `SuperToken` class with `SuperToken` CRUD functionality and an underlying `Token` class with basic `ERC20` functionality
|
|
61
74
|
- New `BatchCall` class for creating and executing batch calls with supported `Operation's`
|
|
62
75
|
|
|
63
|
-
[Unreleased]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.3.
|
|
76
|
+
[Unreleased]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.3.1...HEAD
|
|
77
|
+
[0.3.1]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.3.0...sdk-core%40v0.3.1
|
|
64
78
|
[0.3.0]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.2.1...sdk-core%40v0.3.0
|
|
65
79
|
[0.2.1]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.2.0...sdk-core%40v0.2.1
|
|
66
80
|
[0.2.0]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.1.0...sdk-core%40v0.2.0
|
|
@@ -82,3 +96,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
|
82
96
|
[#550]: https://github.com/superfluid-finance/protocol-monorepo/pull/550
|
|
83
97
|
[#556]: https://github.com/superfluid-finance/protocol-monorepo/pull/556
|
|
84
98
|
[#588]: https://github.com/superfluid-finance/protocol-monorepo/pull/588
|
|
99
|
+
[#629]: https://github.com/superfluid-finance/protocol-monorepo/pull/629
|
|
100
|
+
[#630]: https://github.com/superfluid-finance/protocol-monorepo/pull/630
|
|
101
|
+
[#630]: https://github.com/superfluid-finance/protocol-monorepo/pull/630
|
|
102
|
+
[#637]: https://github.com/superfluid-finance/protocol-monorepo/pull/637
|