@superfluid-finance/sdk-core 0.5.5 → 0.5.6-dev.47b0a5e.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.
Files changed (143) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/dist/index.umd.js +1802 -1330
  3. package/dist/main/ConstantFlowAgreementV1.d.ts +1 -1
  4. package/dist/main/ConstantFlowAgreementV1.js +1 -1
  5. package/dist/main/Governance.js +2 -2
  6. package/dist/main/InstantDistributionAgreementV1.d.ts +3 -3
  7. package/dist/main/InstantDistributionAgreementV1.js +3 -3
  8. package/dist/main/Operation.d.ts +3 -3
  9. package/dist/main/Operation.js +3 -3
  10. package/dist/main/SFError.js +1 -1
  11. package/dist/main/SFError.js.map +1 -1
  12. package/dist/main/abi/IConstantFlowAgreementV1.json +70 -0
  13. package/dist/main/abi/IInstantDistributionAgreementV1.json +10 -0
  14. package/dist/main/abi/ISETH.json +25 -0
  15. package/dist/main/abi/SuperToken.json +91 -0
  16. package/dist/main/abi/Superfluid.json +162 -30
  17. package/dist/main/abi/SuperfluidGovernanceII.json +161 -17
  18. package/dist/main/defaultSubgraphReleaseTag.json +1 -1
  19. package/dist/main/interfaces.d.ts +1 -0
  20. package/dist/main/interfaces.d.ts.map +1 -1
  21. package/dist/main/subgraph/entities/token/tokens.generated.d.ts +1 -0
  22. package/dist/main/subgraph/entities/token/tokens.generated.d.ts.map +1 -1
  23. package/dist/main/subgraph/entities/token/tokens.generated.js +1 -1
  24. package/dist/main/subgraph/entities/token/tokens.generated.js.map +1 -1
  25. package/dist/main/subgraph/queries/getAccountTokenSnapshots.generated.d.ts +1 -0
  26. package/dist/main/subgraph/queries/getAccountTokenSnapshots.generated.d.ts.map +1 -1
  27. package/dist/main/subgraph/queries/getAccountTokenSnapshots.generated.js +1 -1
  28. package/dist/main/subgraph/queries/getAccountTokenSnapshots.generated.js.map +1 -1
  29. package/dist/main/subgraph/queries/getIndexSubscriptions.generated.d.ts +1 -0
  30. package/dist/main/subgraph/queries/getIndexSubscriptions.generated.d.ts.map +1 -1
  31. package/dist/main/subgraph/queries/getIndexSubscriptions.generated.js +1 -1
  32. package/dist/main/subgraph/queries/getIndexSubscriptions.generated.js.map +1 -1
  33. package/dist/main/subgraph/queries/getIndexes.generated.d.ts +1 -0
  34. package/dist/main/subgraph/queries/getIndexes.generated.d.ts.map +1 -1
  35. package/dist/main/subgraph/queries/getIndexes.generated.js +1 -1
  36. package/dist/main/subgraph/queries/getIndexes.generated.js.map +1 -1
  37. package/dist/main/subgraph/queries/getStreams.generated.d.ts +1 -0
  38. package/dist/main/subgraph/queries/getStreams.generated.d.ts.map +1 -1
  39. package/dist/main/subgraph/queries/getStreams.generated.js +1 -1
  40. package/dist/main/subgraph/queries/getStreams.generated.js.map +1 -1
  41. package/dist/main/subgraph/queries/getTokens.generated.d.ts +1 -0
  42. package/dist/main/subgraph/queries/getTokens.generated.d.ts.map +1 -1
  43. package/dist/main/subgraph/queries/getTokens.generated.js +1 -1
  44. package/dist/main/subgraph/queries/getTokens.generated.js.map +1 -1
  45. package/dist/main/typechain/Superfluid.d.ts +37 -49
  46. package/dist/main/typechain/Superfluid.d.ts.map +1 -1
  47. package/dist/main/typechain/SuperfluidGovernanceII.d.ts +104 -21
  48. package/dist/main/typechain/SuperfluidGovernanceII.d.ts.map +1 -1
  49. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.d.ts +7 -0
  50. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +1 -1
  51. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.js +70 -0
  52. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.js.map +1 -1
  53. package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts +7 -0
  54. package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts.map +1 -1
  55. package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.js +10 -0
  56. package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.js.map +1 -1
  57. package/dist/main/typechain/factories/ISETH__factory.d.ts +7 -0
  58. package/dist/main/typechain/factories/ISETH__factory.d.ts.map +1 -1
  59. package/dist/main/typechain/factories/ISETH__factory.js +25 -0
  60. package/dist/main/typechain/factories/ISETH__factory.js.map +1 -1
  61. package/dist/main/typechain/factories/SuperToken__factory.d.ts +12 -1
  62. package/dist/main/typechain/factories/SuperToken__factory.d.ts.map +1 -1
  63. package/dist/main/typechain/factories/SuperToken__factory.js +91 -0
  64. package/dist/main/typechain/factories/SuperToken__factory.js.map +1 -1
  65. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts +11 -0
  66. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +1 -1
  67. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js +161 -17
  68. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js.map +1 -1
  69. package/dist/main/typechain/factories/Superfluid__factory.d.ts +12 -1
  70. package/dist/main/typechain/factories/Superfluid__factory.d.ts.map +1 -1
  71. package/dist/main/typechain/factories/Superfluid__factory.js +162 -30
  72. package/dist/main/typechain/factories/Superfluid__factory.js.map +1 -1
  73. package/dist/module/ConstantFlowAgreementV1.d.ts +1 -1
  74. package/dist/module/ConstantFlowAgreementV1.js +1 -1
  75. package/dist/module/Governance.js +2 -2
  76. package/dist/module/InstantDistributionAgreementV1.d.ts +3 -3
  77. package/dist/module/InstantDistributionAgreementV1.js +3 -3
  78. package/dist/module/Operation.d.ts +3 -3
  79. package/dist/module/Operation.js +3 -3
  80. package/dist/module/SFError.js +1 -1
  81. package/dist/module/SFError.js.map +1 -1
  82. package/dist/module/abi/IConstantFlowAgreementV1.json +70 -0
  83. package/dist/module/abi/IInstantDistributionAgreementV1.json +10 -0
  84. package/dist/module/abi/ISETH.json +25 -0
  85. package/dist/module/abi/SuperToken.json +91 -0
  86. package/dist/module/abi/Superfluid.json +162 -30
  87. package/dist/module/abi/SuperfluidGovernanceII.json +161 -17
  88. package/dist/module/defaultSubgraphReleaseTag.json +1 -1
  89. package/dist/module/interfaces.d.ts +1 -0
  90. package/dist/module/interfaces.d.ts.map +1 -1
  91. package/dist/module/subgraph/entities/token/tokens.generated.d.ts +1 -0
  92. package/dist/module/subgraph/entities/token/tokens.generated.d.ts.map +1 -1
  93. package/dist/module/subgraph/entities/token/tokens.generated.js +1 -1
  94. package/dist/module/subgraph/entities/token/tokens.generated.js.map +1 -1
  95. package/dist/module/subgraph/queries/getAccountTokenSnapshots.generated.d.ts +1 -0
  96. package/dist/module/subgraph/queries/getAccountTokenSnapshots.generated.d.ts.map +1 -1
  97. package/dist/module/subgraph/queries/getAccountTokenSnapshots.generated.js +1 -1
  98. package/dist/module/subgraph/queries/getAccountTokenSnapshots.generated.js.map +1 -1
  99. package/dist/module/subgraph/queries/getIndexSubscriptions.generated.d.ts +1 -0
  100. package/dist/module/subgraph/queries/getIndexSubscriptions.generated.d.ts.map +1 -1
  101. package/dist/module/subgraph/queries/getIndexSubscriptions.generated.js +1 -1
  102. package/dist/module/subgraph/queries/getIndexSubscriptions.generated.js.map +1 -1
  103. package/dist/module/subgraph/queries/getIndexes.generated.d.ts +1 -0
  104. package/dist/module/subgraph/queries/getIndexes.generated.d.ts.map +1 -1
  105. package/dist/module/subgraph/queries/getIndexes.generated.js +1 -1
  106. package/dist/module/subgraph/queries/getIndexes.generated.js.map +1 -1
  107. package/dist/module/subgraph/queries/getStreams.generated.d.ts +1 -0
  108. package/dist/module/subgraph/queries/getStreams.generated.d.ts.map +1 -1
  109. package/dist/module/subgraph/queries/getStreams.generated.js +1 -1
  110. package/dist/module/subgraph/queries/getStreams.generated.js.map +1 -1
  111. package/dist/module/subgraph/queries/getTokens.generated.d.ts +1 -0
  112. package/dist/module/subgraph/queries/getTokens.generated.d.ts.map +1 -1
  113. package/dist/module/subgraph/queries/getTokens.generated.js +1 -1
  114. package/dist/module/subgraph/queries/getTokens.generated.js.map +1 -1
  115. package/dist/module/typechain/Superfluid.d.ts +37 -49
  116. package/dist/module/typechain/Superfluid.d.ts.map +1 -1
  117. package/dist/module/typechain/SuperfluidGovernanceII.d.ts +104 -21
  118. package/dist/module/typechain/SuperfluidGovernanceII.d.ts.map +1 -1
  119. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.d.ts +7 -0
  120. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +1 -1
  121. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.js +70 -0
  122. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.js.map +1 -1
  123. package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts +7 -0
  124. package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts.map +1 -1
  125. package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.js +10 -0
  126. package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.js.map +1 -1
  127. package/dist/module/typechain/factories/ISETH__factory.d.ts +7 -0
  128. package/dist/module/typechain/factories/ISETH__factory.d.ts.map +1 -1
  129. package/dist/module/typechain/factories/ISETH__factory.js +25 -0
  130. package/dist/module/typechain/factories/ISETH__factory.js.map +1 -1
  131. package/dist/module/typechain/factories/SuperToken__factory.d.ts +12 -1
  132. package/dist/module/typechain/factories/SuperToken__factory.d.ts.map +1 -1
  133. package/dist/module/typechain/factories/SuperToken__factory.js +91 -0
  134. package/dist/module/typechain/factories/SuperToken__factory.js.map +1 -1
  135. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts +11 -0
  136. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +1 -1
  137. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js +161 -17
  138. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js.map +1 -1
  139. package/dist/module/typechain/factories/Superfluid__factory.d.ts +12 -1
  140. package/dist/module/typechain/factories/Superfluid__factory.d.ts.map +1 -1
  141. package/dist/module/typechain/factories/Superfluid__factory.js +162 -30
  142. package/dist/module/typechain/factories/Superfluid__factory.js.map +1 -1
  143. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
8
8
  ## [0.5.5] - 2022-08-31
9
9
  ### Added
10
10
  - Support for: `optimism-goerli` and `arbitrum-goerli` added
11
+
11
12
  ### Breaking
12
13
  - Support for: `rinkeby`, `ropsten`, `kovan`, `optimism-kovan` and `arbitrum-rinkeby` removed
13
14
  - Don't throw `SFError` when executing `Operation` or `BatchCall`; let the original error bubble up
@@ -15,6 +16,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
15
16
  ### Fixes
16
17
  - Serialize a much smaller version of the cause in `SFError` (only `name`, `message`, `code`)
17
18
  - Change `SFError.name` from "Error" to "SFError"
19
+
18
20
  # [0.5.4] - 2022-08-19
19
21
 
20
22
  ### Fixes