@superfluid-finance/sdk-core 0.6.1-dev.f4cbef8.0 → 0.6.2-dev.1576083.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 +27 -4
- package/dist/index.umd.js +12568 -9631
- package/dist/main/BatchCall.d.ts.map +1 -1
- package/dist/main/BatchCall.js +8 -7
- package/dist/main/BatchCall.js.map +1 -1
- package/dist/main/ConstantFlowAgreementV1.js +6 -6
- package/dist/main/ConstantFlowAgreementV1.js.map +1 -1
- package/dist/main/Framework.d.ts +2 -2
- package/dist/main/Framework.d.ts.map +1 -1
- package/dist/main/Framework.js.map +1 -1
- package/dist/main/Operation.d.ts +3 -3
- package/dist/main/Operation.d.ts.map +1 -1
- package/dist/main/Operation.js.map +1 -1
- package/dist/main/SuperToken.d.ts +25 -3
- package/dist/main/SuperToken.d.ts.map +1 -1
- package/dist/main/SuperToken.js +27 -2
- package/dist/main/SuperToken.js.map +1 -1
- package/dist/main/events.d.ts +18 -1
- package/dist/main/events.d.ts.map +1 -1
- package/dist/main/events.js.map +1 -1
- package/dist/main/index.d.ts +2 -2
- package/dist/main/index.d.ts.map +1 -1
- package/dist/main/index.js.map +1 -1
- package/dist/main/interfaces.d.ts +39 -79
- package/dist/main/interfaces.d.ts.map +1 -1
- package/dist/main/mapGetAllEventsQueryEvents.d.ts.map +1 -1
- package/dist/main/mapGetAllEventsQueryEvents.js +41 -0
- package/dist/main/mapGetAllEventsQueryEvents.js.map +1 -1
- package/dist/main/subgraph/events/events.generated.d.ts +127 -0
- package/dist/main/subgraph/events/events.generated.d.ts.map +1 -1
- package/dist/main/subgraph/events/events.generated.js +5 -2
- package/dist/main/subgraph/events/events.generated.js.map +1 -1
- package/dist/main/subgraph/queries/getAllEvents.generated.d.ts +35 -0
- package/dist/main/subgraph/queries/getAllEvents.generated.d.ts.map +1 -1
- package/dist/main/subgraph/queries/getAllEvents.generated.js +1 -1
- package/dist/main/subgraph/queries/getAllEvents.generated.js.map +1 -1
- package/dist/main/subgraph/schema.generated.d.ts +708 -40
- package/dist/main/subgraph/schema.generated.d.ts.map +1 -1
- package/dist/main/utils.d.ts +1 -1
- package/dist/main/utils.js +1 -1
- package/dist/module/BatchCall.d.ts.map +1 -1
- package/dist/module/BatchCall.js +8 -7
- package/dist/module/BatchCall.js.map +1 -1
- package/dist/module/ConstantFlowAgreementV1.js +6 -6
- package/dist/module/ConstantFlowAgreementV1.js.map +1 -1
- package/dist/module/Framework.d.ts +2 -2
- package/dist/module/Framework.d.ts.map +1 -1
- package/dist/module/Framework.js.map +1 -1
- package/dist/module/Operation.d.ts +3 -3
- package/dist/module/Operation.d.ts.map +1 -1
- package/dist/module/Operation.js.map +1 -1
- package/dist/module/SuperToken.d.ts +25 -3
- package/dist/module/SuperToken.d.ts.map +1 -1
- package/dist/module/SuperToken.js +27 -2
- package/dist/module/SuperToken.js.map +1 -1
- package/dist/module/events.d.ts +18 -1
- package/dist/module/events.d.ts.map +1 -1
- package/dist/module/events.js.map +1 -1
- package/dist/module/index.d.ts +2 -2
- package/dist/module/index.d.ts.map +1 -1
- package/dist/module/index.js.map +1 -1
- package/dist/module/interfaces.d.ts +39 -79
- package/dist/module/interfaces.d.ts.map +1 -1
- package/dist/module/mapGetAllEventsQueryEvents.d.ts.map +1 -1
- package/dist/module/mapGetAllEventsQueryEvents.js +41 -0
- package/dist/module/mapGetAllEventsQueryEvents.js.map +1 -1
- package/dist/module/subgraph/events/events.generated.d.ts +127 -0
- package/dist/module/subgraph/events/events.generated.d.ts.map +1 -1
- package/dist/module/subgraph/events/events.generated.js +4 -1
- package/dist/module/subgraph/events/events.generated.js.map +1 -1
- package/dist/module/subgraph/queries/getAllEvents.generated.d.ts +35 -0
- package/dist/module/subgraph/queries/getAllEvents.generated.d.ts.map +1 -1
- package/dist/module/subgraph/queries/getAllEvents.generated.js +1 -1
- package/dist/module/subgraph/queries/getAllEvents.generated.js.map +1 -1
- package/dist/module/subgraph/schema.generated.d.ts +708 -40
- package/dist/module/subgraph/schema.generated.d.ts.map +1 -1
- package/dist/module/utils.d.ts +1 -1
- package/dist/module/utils.js +1 -1
- package/package.json +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,11 +3,31 @@ All notable changes to the SDK-core will be documented in this file.
|
|
|
3
3
|
|
|
4
4
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
5
5
|
|
|
6
|
-
## [
|
|
6
|
+
## [0.6.1] - 2022-12-20
|
|
7
|
+
|
|
8
|
+
### Changed
|
|
9
|
+
- Subgraph endpoints all use hosted service endpoints by default
|
|
10
|
+
|
|
11
|
+
## [0.6.0] - 2022-12-19
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
- `SuperToken` class has `send` function
|
|
15
|
+
- `batchCall` supports new `send` batch operation
|
|
16
|
+
- Added `downgradeTo` function on `SuperToken` class
|
|
17
|
+
- Added toga events to be part of query
|
|
18
|
+
|
|
19
|
+
### Changed
|
|
20
|
+
- Make `sender` field optional in CFAv1 write functions
|
|
21
|
+
|
|
22
|
+
## [0.5.9] - 2022-12-05
|
|
23
|
+
|
|
7
24
|
### Added
|
|
8
25
|
- Map `deposit` to Stream when querying from Subgraph
|
|
9
26
|
|
|
10
|
-
|
|
27
|
+
### Fixes
|
|
28
|
+
- Fix `@nomiclabs/hardhat-ethers/types` dependency error
|
|
29
|
+
|
|
30
|
+
## [0.5.8] - 2022-11-02
|
|
11
31
|
|
|
12
32
|
### Added
|
|
13
33
|
- Support for mainnet
|
|
@@ -246,8 +266,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
|
246
266
|
- New `SuperToken` class with `SuperToken` CRUD functionality and an underlying `Token` class with basic `ERC20` functionality
|
|
247
267
|
- New `BatchCall` class for creating and executing batch calls with supported `Operation's`
|
|
248
268
|
|
|
249
|
-
[Unreleased]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.6.
|
|
250
|
-
[0.6.
|
|
269
|
+
[Unreleased]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.6.1...HEAD
|
|
270
|
+
[0.6.1]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.6.0...sdk-core%40v0.6.1
|
|
271
|
+
[0.6.0]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.5.9...sdk-core%40v0.6.0
|
|
272
|
+
[0.5.9]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.5.8...sdk-core%40v0.5.9
|
|
273
|
+
[0.5.8]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.5.7...sdk-core%40v0.5.8
|
|
251
274
|
[0.5.7]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.5.6...sdk-core%40v0.5.7
|
|
252
275
|
[0.5.6]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.5.5...sdk-core%40v0.5.6
|
|
253
276
|
[0.5.5]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.5.4...sdk-core%40v0.5.5
|