@superfluid-finance/sdk-core 0.6.1-dev.f4cbef8.0 → 0.6.1

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 (81) hide show
  1. package/CHANGELOG.md +27 -4
  2. package/dist/index.umd.js +12569 -9632
  3. package/dist/main/BatchCall.d.ts.map +1 -1
  4. package/dist/main/BatchCall.js +8 -7
  5. package/dist/main/BatchCall.js.map +1 -1
  6. package/dist/main/ConstantFlowAgreementV1.js +6 -6
  7. package/dist/main/ConstantFlowAgreementV1.js.map +1 -1
  8. package/dist/main/Framework.d.ts +2 -2
  9. package/dist/main/Framework.d.ts.map +1 -1
  10. package/dist/main/Framework.js.map +1 -1
  11. package/dist/main/Operation.d.ts +3 -3
  12. package/dist/main/Operation.d.ts.map +1 -1
  13. package/dist/main/Operation.js.map +1 -1
  14. package/dist/main/SuperToken.d.ts +25 -3
  15. package/dist/main/SuperToken.d.ts.map +1 -1
  16. package/dist/main/SuperToken.js +27 -2
  17. package/dist/main/SuperToken.js.map +1 -1
  18. package/dist/main/defaultSubgraphReleaseTag.json +1 -1
  19. package/dist/main/events.d.ts +18 -1
  20. package/dist/main/events.d.ts.map +1 -1
  21. package/dist/main/events.js.map +1 -1
  22. package/dist/main/index.d.ts +2 -2
  23. package/dist/main/index.d.ts.map +1 -1
  24. package/dist/main/index.js.map +1 -1
  25. package/dist/main/interfaces.d.ts +39 -79
  26. package/dist/main/interfaces.d.ts.map +1 -1
  27. package/dist/main/mapGetAllEventsQueryEvents.d.ts.map +1 -1
  28. package/dist/main/mapGetAllEventsQueryEvents.js +41 -0
  29. package/dist/main/mapGetAllEventsQueryEvents.js.map +1 -1
  30. package/dist/main/subgraph/events/events.generated.d.ts +127 -0
  31. package/dist/main/subgraph/events/events.generated.d.ts.map +1 -1
  32. package/dist/main/subgraph/events/events.generated.js +5 -2
  33. package/dist/main/subgraph/events/events.generated.js.map +1 -1
  34. package/dist/main/subgraph/queries/getAllEvents.generated.d.ts +35 -0
  35. package/dist/main/subgraph/queries/getAllEvents.generated.d.ts.map +1 -1
  36. package/dist/main/subgraph/queries/getAllEvents.generated.js +1 -1
  37. package/dist/main/subgraph/queries/getAllEvents.generated.js.map +1 -1
  38. package/dist/main/subgraph/schema.generated.d.ts +708 -40
  39. package/dist/main/subgraph/schema.generated.d.ts.map +1 -1
  40. package/dist/main/utils.d.ts +1 -1
  41. package/dist/main/utils.js +1 -1
  42. package/dist/module/BatchCall.d.ts.map +1 -1
  43. package/dist/module/BatchCall.js +8 -7
  44. package/dist/module/BatchCall.js.map +1 -1
  45. package/dist/module/ConstantFlowAgreementV1.js +6 -6
  46. package/dist/module/ConstantFlowAgreementV1.js.map +1 -1
  47. package/dist/module/Framework.d.ts +2 -2
  48. package/dist/module/Framework.d.ts.map +1 -1
  49. package/dist/module/Framework.js.map +1 -1
  50. package/dist/module/Operation.d.ts +3 -3
  51. package/dist/module/Operation.d.ts.map +1 -1
  52. package/dist/module/Operation.js.map +1 -1
  53. package/dist/module/SuperToken.d.ts +25 -3
  54. package/dist/module/SuperToken.d.ts.map +1 -1
  55. package/dist/module/SuperToken.js +27 -2
  56. package/dist/module/SuperToken.js.map +1 -1
  57. package/dist/module/defaultSubgraphReleaseTag.json +1 -1
  58. package/dist/module/events.d.ts +18 -1
  59. package/dist/module/events.d.ts.map +1 -1
  60. package/dist/module/events.js.map +1 -1
  61. package/dist/module/index.d.ts +2 -2
  62. package/dist/module/index.d.ts.map +1 -1
  63. package/dist/module/index.js.map +1 -1
  64. package/dist/module/interfaces.d.ts +39 -79
  65. package/dist/module/interfaces.d.ts.map +1 -1
  66. package/dist/module/mapGetAllEventsQueryEvents.d.ts.map +1 -1
  67. package/dist/module/mapGetAllEventsQueryEvents.js +41 -0
  68. package/dist/module/mapGetAllEventsQueryEvents.js.map +1 -1
  69. package/dist/module/subgraph/events/events.generated.d.ts +127 -0
  70. package/dist/module/subgraph/events/events.generated.d.ts.map +1 -1
  71. package/dist/module/subgraph/events/events.generated.js +4 -1
  72. package/dist/module/subgraph/events/events.generated.js.map +1 -1
  73. package/dist/module/subgraph/queries/getAllEvents.generated.d.ts +35 -0
  74. package/dist/module/subgraph/queries/getAllEvents.generated.d.ts.map +1 -1
  75. package/dist/module/subgraph/queries/getAllEvents.generated.js +1 -1
  76. package/dist/module/subgraph/queries/getAllEvents.generated.js.map +1 -1
  77. package/dist/module/subgraph/schema.generated.d.ts +708 -40
  78. package/dist/module/subgraph/schema.generated.d.ts.map +1 -1
  79. package/dist/module/utils.d.ts +1 -1
  80. package/dist/module/utils.js +1 -1
  81. 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
- ## [Unreleased]
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
- ## [0.6.0] - 2022-11-02
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.0...HEAD
250
- [0.6.0]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.5.7...sdk-core%40v0.6.0
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