@superfluid-finance/sdk-core 0.5.7-dev.eef6e1f.0 → 0.5.7

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 (317) hide show
  1. package/CHANGELOG.md +13 -3
  2. package/dist/index.umd.js +51700 -10272
  3. package/dist/main/BatchCall.d.ts.map +1 -1
  4. package/dist/main/BatchCall.js +3 -3
  5. package/dist/main/BatchCall.js.map +1 -1
  6. package/dist/main/ConstantFlowAgreementV1.d.ts +17 -6
  7. package/dist/main/ConstantFlowAgreementV1.d.ts.map +1 -1
  8. package/dist/main/ConstantFlowAgreementV1.js +51 -16
  9. package/dist/main/ConstantFlowAgreementV1.js.map +1 -1
  10. package/dist/main/ERC20Token.d.ts +1 -1
  11. package/dist/main/ERC20Token.d.ts.map +1 -1
  12. package/dist/main/ERC20Token.js +2 -2
  13. package/dist/main/ERC20Token.js.map +1 -1
  14. package/dist/main/Framework.d.ts.map +1 -1
  15. package/dist/main/Framework.js +12 -15
  16. package/dist/main/Framework.js.map +1 -1
  17. package/dist/main/Governance.d.ts +2 -2
  18. package/dist/main/Governance.d.ts.map +1 -1
  19. package/dist/main/Governance.js +3 -6
  20. package/dist/main/Governance.js.map +1 -1
  21. package/dist/main/Host.d.ts +1 -1
  22. package/dist/main/Host.d.ts.map +1 -1
  23. package/dist/main/Host.js +2 -2
  24. package/dist/main/Host.js.map +1 -1
  25. package/dist/main/InstantDistributionAgreementV1.d.ts +3 -4
  26. package/dist/main/InstantDistributionAgreementV1.d.ts.map +1 -1
  27. package/dist/main/InstantDistributionAgreementV1.js +13 -14
  28. package/dist/main/InstantDistributionAgreementV1.js.map +1 -1
  29. package/dist/main/Operation.d.ts +3 -1
  30. package/dist/main/Operation.d.ts.map +1 -1
  31. package/dist/main/Operation.js +7 -3
  32. package/dist/main/Operation.js.map +1 -1
  33. package/dist/main/Query.d.ts +2 -2
  34. package/dist/main/Query.d.ts.map +1 -1
  35. package/dist/main/Query.js.map +1 -1
  36. package/dist/main/SuperToken.d.ts +1 -5
  37. package/dist/main/SuperToken.d.ts.map +1 -1
  38. package/dist/main/SuperToken.js +7 -15
  39. package/dist/main/SuperToken.js.map +1 -1
  40. package/dist/main/defaultSubgraphReleaseTag.json +1 -1
  41. package/dist/main/index.d.ts +1 -0
  42. package/dist/main/index.d.ts.map +1 -1
  43. package/dist/main/index.js +1 -0
  44. package/dist/main/index.js.map +1 -1
  45. package/dist/main/interfaces.d.ts +18 -18
  46. package/dist/main/interfaces.d.ts.map +1 -1
  47. package/dist/main/utils.d.ts +14 -7
  48. package/dist/main/utils.d.ts.map +1 -1
  49. package/dist/main/utils.js +17 -1
  50. package/dist/main/utils.js.map +1 -1
  51. package/dist/module/BatchCall.d.ts.map +1 -1
  52. package/dist/module/BatchCall.js +3 -3
  53. package/dist/module/BatchCall.js.map +1 -1
  54. package/dist/module/ConstantFlowAgreementV1.d.ts +17 -6
  55. package/dist/module/ConstantFlowAgreementV1.d.ts.map +1 -1
  56. package/dist/module/ConstantFlowAgreementV1.js +51 -16
  57. package/dist/module/ConstantFlowAgreementV1.js.map +1 -1
  58. package/dist/module/ERC20Token.d.ts +1 -1
  59. package/dist/module/ERC20Token.d.ts.map +1 -1
  60. package/dist/module/ERC20Token.js +2 -2
  61. package/dist/module/ERC20Token.js.map +1 -1
  62. package/dist/module/Framework.d.ts.map +1 -1
  63. package/dist/module/Framework.js +12 -15
  64. package/dist/module/Framework.js.map +1 -1
  65. package/dist/module/Governance.d.ts +2 -2
  66. package/dist/module/Governance.d.ts.map +1 -1
  67. package/dist/module/Governance.js +3 -3
  68. package/dist/module/Governance.js.map +1 -1
  69. package/dist/module/Host.d.ts +1 -1
  70. package/dist/module/Host.d.ts.map +1 -1
  71. package/dist/module/Host.js +2 -2
  72. package/dist/module/Host.js.map +1 -1
  73. package/dist/module/InstantDistributionAgreementV1.d.ts +3 -4
  74. package/dist/module/InstantDistributionAgreementV1.d.ts.map +1 -1
  75. package/dist/module/InstantDistributionAgreementV1.js +13 -14
  76. package/dist/module/InstantDistributionAgreementV1.js.map +1 -1
  77. package/dist/module/Operation.d.ts +3 -1
  78. package/dist/module/Operation.d.ts.map +1 -1
  79. package/dist/module/Operation.js +7 -3
  80. package/dist/module/Operation.js.map +1 -1
  81. package/dist/module/Query.d.ts +2 -2
  82. package/dist/module/Query.d.ts.map +1 -1
  83. package/dist/module/Query.js.map +1 -1
  84. package/dist/module/SuperToken.d.ts +1 -5
  85. package/dist/module/SuperToken.d.ts.map +1 -1
  86. package/dist/module/SuperToken.js +7 -15
  87. package/dist/module/SuperToken.js.map +1 -1
  88. package/dist/module/defaultSubgraphReleaseTag.json +1 -1
  89. package/dist/module/index.d.ts +1 -0
  90. package/dist/module/index.d.ts.map +1 -1
  91. package/dist/module/index.js +1 -0
  92. package/dist/module/index.js.map +1 -1
  93. package/dist/module/interfaces.d.ts +18 -18
  94. package/dist/module/interfaces.d.ts.map +1 -1
  95. package/dist/module/utils.d.ts +14 -7
  96. package/dist/module/utils.d.ts.map +1 -1
  97. package/dist/module/utils.js +15 -0
  98. package/dist/module/utils.js.map +1 -1
  99. package/package.json +4 -6
  100. package/dist/main/abi/ERC20WithTokenInfo.json +0 -224
  101. package/dist/main/abi/IConstantFlowAgreementV1.json +0 -860
  102. package/dist/main/abi/IInstantDistributionAgreementV1.json +0 -950
  103. package/dist/main/abi/IResolver.json +0 -58
  104. package/dist/main/abi/ISETH.json +0 -1629
  105. package/dist/main/abi/SuperToken.json +0 -1751
  106. package/dist/main/abi/Superfluid.json +0 -1324
  107. package/dist/main/abi/SuperfluidGovernanceII.json +0 -1085
  108. package/dist/main/abi/SuperfluidLoader.json +0 -54
  109. package/dist/main/typechain/ERC20WithTokenInfo.d.ts +0 -167
  110. package/dist/main/typechain/ERC20WithTokenInfo.d.ts.map +0 -1
  111. package/dist/main/typechain/ERC20WithTokenInfo.js +0 -3
  112. package/dist/main/typechain/ERC20WithTokenInfo.js.map +0 -1
  113. package/dist/main/typechain/IConstantFlowAgreementV1.d.ts +0 -574
  114. package/dist/main/typechain/IConstantFlowAgreementV1.d.ts.map +0 -1
  115. package/dist/main/typechain/IConstantFlowAgreementV1.js +0 -3
  116. package/dist/main/typechain/IConstantFlowAgreementV1.js.map +0 -1
  117. package/dist/main/typechain/IInstantDistributionAgreementV1.d.ts +0 -641
  118. package/dist/main/typechain/IInstantDistributionAgreementV1.d.ts.map +0 -1
  119. package/dist/main/typechain/IInstantDistributionAgreementV1.js +0 -3
  120. package/dist/main/typechain/IInstantDistributionAgreementV1.js.map +0 -1
  121. package/dist/main/typechain/IResolver.d.ts +0 -71
  122. package/dist/main/typechain/IResolver.d.ts.map +0 -1
  123. package/dist/main/typechain/IResolver.js +0 -3
  124. package/dist/main/typechain/IResolver.js.map +0 -1
  125. package/dist/main/typechain/ISETH.d.ts +0 -1150
  126. package/dist/main/typechain/ISETH.d.ts.map +0 -1
  127. package/dist/main/typechain/ISETH.js +0 -3
  128. package/dist/main/typechain/ISETH.js.map +0 -1
  129. package/dist/main/typechain/SuperToken.d.ts +0 -1170
  130. package/dist/main/typechain/SuperToken.d.ts.map +0 -1
  131. package/dist/main/typechain/SuperToken.js +0 -3
  132. package/dist/main/typechain/SuperToken.js.map +0 -1
  133. package/dist/main/typechain/Superfluid.d.ts +0 -849
  134. package/dist/main/typechain/Superfluid.d.ts.map +0 -1
  135. package/dist/main/typechain/Superfluid.js +0 -3
  136. package/dist/main/typechain/Superfluid.js.map +0 -1
  137. package/dist/main/typechain/SuperfluidFrameworkDeployer.d.ts +0 -180
  138. package/dist/main/typechain/SuperfluidFrameworkDeployer.d.ts.map +0 -1
  139. package/dist/main/typechain/SuperfluidFrameworkDeployer.js +0 -3
  140. package/dist/main/typechain/SuperfluidFrameworkDeployer.js.map +0 -1
  141. package/dist/main/typechain/SuperfluidGovernanceII.d.ts +0 -797
  142. package/dist/main/typechain/SuperfluidGovernanceII.d.ts.map +0 -1
  143. package/dist/main/typechain/SuperfluidGovernanceII.js +0 -3
  144. package/dist/main/typechain/SuperfluidGovernanceII.js.map +0 -1
  145. package/dist/main/typechain/SuperfluidLoader.d.ts +0 -61
  146. package/dist/main/typechain/SuperfluidLoader.d.ts.map +0 -1
  147. package/dist/main/typechain/SuperfluidLoader.js +0 -3
  148. package/dist/main/typechain/SuperfluidLoader.js.map +0 -1
  149. package/dist/main/typechain/TestToken.d.ts +0 -215
  150. package/dist/main/typechain/TestToken.d.ts.map +0 -1
  151. package/dist/main/typechain/TestToken.js +0 -3
  152. package/dist/main/typechain/TestToken.js.map +0 -1
  153. package/dist/main/typechain/common.d.ts +0 -23
  154. package/dist/main/typechain/common.d.ts.map +0 -1
  155. package/dist/main/typechain/common.js +0 -3
  156. package/dist/main/typechain/common.js.map +0 -1
  157. package/dist/main/typechain/factories/ERC20WithTokenInfo__factory.d.ts +0 -36
  158. package/dist/main/typechain/factories/ERC20WithTokenInfo__factory.d.ts.map +0 -1
  159. package/dist/main/typechain/factories/ERC20WithTokenInfo__factory.js +0 -242
  160. package/dist/main/typechain/factories/ERC20WithTokenInfo__factory.js.map +0 -1
  161. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.d.ts +0 -43
  162. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +0 -1
  163. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.js +0 -878
  164. package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.js.map +0 -1
  165. package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts +0 -43
  166. package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts.map +0 -1
  167. package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.js +0 -968
  168. package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.js.map +0 -1
  169. package/dist/main/typechain/factories/IResolver__factory.d.ts +0 -36
  170. package/dist/main/typechain/factories/IResolver__factory.d.ts.map +0 -1
  171. package/dist/main/typechain/factories/IResolver__factory.js +0 -76
  172. package/dist/main/typechain/factories/IResolver__factory.js.map +0 -1
  173. package/dist/main/typechain/factories/ISETH__factory.d.ts +0 -43
  174. package/dist/main/typechain/factories/ISETH__factory.d.ts.map +0 -1
  175. package/dist/main/typechain/factories/ISETH__factory.js +0 -1647
  176. package/dist/main/typechain/factories/ISETH__factory.js.map +0 -1
  177. package/dist/main/typechain/factories/SuperToken__factory.d.ts +0 -58
  178. package/dist/main/typechain/factories/SuperToken__factory.d.ts.map +0 -1
  179. package/dist/main/typechain/factories/SuperToken__factory.js +0 -1769
  180. package/dist/main/typechain/factories/SuperToken__factory.js.map +0 -1
  181. package/dist/main/typechain/factories/SuperfluidFrameworkDeployer__factory.d.ts +0 -54
  182. package/dist/main/typechain/factories/SuperfluidFrameworkDeployer__factory.d.ts.map +0 -1
  183. package/dist/main/typechain/factories/SuperfluidFrameworkDeployer__factory.js +0 -227
  184. package/dist/main/typechain/factories/SuperfluidFrameworkDeployer__factory.js.map +0 -1
  185. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts +0 -47
  186. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +0 -1
  187. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js +0 -1103
  188. package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js.map +0 -1
  189. package/dist/main/typechain/factories/SuperfluidLoader__factory.d.ts +0 -38
  190. package/dist/main/typechain/factories/SuperfluidLoader__factory.d.ts.map +0 -1
  191. package/dist/main/typechain/factories/SuperfluidLoader__factory.js +0 -72
  192. package/dist/main/typechain/factories/SuperfluidLoader__factory.js.map +0 -1
  193. package/dist/main/typechain/factories/Superfluid__factory.d.ts +0 -94
  194. package/dist/main/typechain/factories/Superfluid__factory.d.ts.map +0 -1
  195. package/dist/main/typechain/factories/Superfluid__factory.js +0 -1342
  196. package/dist/main/typechain/factories/Superfluid__factory.js.map +0 -1
  197. package/dist/main/typechain/factories/TestToken__factory.d.ts +0 -47
  198. package/dist/main/typechain/factories/TestToken__factory.d.ts.map +0 -1
  199. package/dist/main/typechain/factories/TestToken__factory.js +0 -340
  200. package/dist/main/typechain/factories/TestToken__factory.js.map +0 -1
  201. package/dist/main/typechain/factories/index.d.ts +0 -12
  202. package/dist/main/typechain/factories/index.d.ts.map +0 -1
  203. package/dist/main/typechain/factories/index.js +0 -29
  204. package/dist/main/typechain/factories/index.js.map +0 -1
  205. package/dist/main/typechain/index.d.ts +0 -24
  206. package/dist/main/typechain/index.d.ts.map +0 -1
  207. package/dist/main/typechain/index.js +0 -50
  208. package/dist/main/typechain/index.js.map +0 -1
  209. package/dist/module/abi/ERC20WithTokenInfo.json +0 -224
  210. package/dist/module/abi/IConstantFlowAgreementV1.json +0 -860
  211. package/dist/module/abi/IInstantDistributionAgreementV1.json +0 -950
  212. package/dist/module/abi/IResolver.json +0 -58
  213. package/dist/module/abi/ISETH.json +0 -1629
  214. package/dist/module/abi/SuperToken.json +0 -1751
  215. package/dist/module/abi/Superfluid.json +0 -1324
  216. package/dist/module/abi/SuperfluidGovernanceII.json +0 -1085
  217. package/dist/module/abi/SuperfluidLoader.json +0 -54
  218. package/dist/module/typechain/ERC20WithTokenInfo.d.ts +0 -167
  219. package/dist/module/typechain/ERC20WithTokenInfo.d.ts.map +0 -1
  220. package/dist/module/typechain/ERC20WithTokenInfo.js +0 -2
  221. package/dist/module/typechain/ERC20WithTokenInfo.js.map +0 -1
  222. package/dist/module/typechain/IConstantFlowAgreementV1.d.ts +0 -574
  223. package/dist/module/typechain/IConstantFlowAgreementV1.d.ts.map +0 -1
  224. package/dist/module/typechain/IConstantFlowAgreementV1.js +0 -2
  225. package/dist/module/typechain/IConstantFlowAgreementV1.js.map +0 -1
  226. package/dist/module/typechain/IInstantDistributionAgreementV1.d.ts +0 -641
  227. package/dist/module/typechain/IInstantDistributionAgreementV1.d.ts.map +0 -1
  228. package/dist/module/typechain/IInstantDistributionAgreementV1.js +0 -2
  229. package/dist/module/typechain/IInstantDistributionAgreementV1.js.map +0 -1
  230. package/dist/module/typechain/IResolver.d.ts +0 -71
  231. package/dist/module/typechain/IResolver.d.ts.map +0 -1
  232. package/dist/module/typechain/IResolver.js +0 -2
  233. package/dist/module/typechain/IResolver.js.map +0 -1
  234. package/dist/module/typechain/ISETH.d.ts +0 -1150
  235. package/dist/module/typechain/ISETH.d.ts.map +0 -1
  236. package/dist/module/typechain/ISETH.js +0 -2
  237. package/dist/module/typechain/ISETH.js.map +0 -1
  238. package/dist/module/typechain/SuperToken.d.ts +0 -1170
  239. package/dist/module/typechain/SuperToken.d.ts.map +0 -1
  240. package/dist/module/typechain/SuperToken.js +0 -2
  241. package/dist/module/typechain/SuperToken.js.map +0 -1
  242. package/dist/module/typechain/Superfluid.d.ts +0 -849
  243. package/dist/module/typechain/Superfluid.d.ts.map +0 -1
  244. package/dist/module/typechain/Superfluid.js +0 -2
  245. package/dist/module/typechain/Superfluid.js.map +0 -1
  246. package/dist/module/typechain/SuperfluidFrameworkDeployer.d.ts +0 -180
  247. package/dist/module/typechain/SuperfluidFrameworkDeployer.d.ts.map +0 -1
  248. package/dist/module/typechain/SuperfluidFrameworkDeployer.js +0 -2
  249. package/dist/module/typechain/SuperfluidFrameworkDeployer.js.map +0 -1
  250. package/dist/module/typechain/SuperfluidGovernanceII.d.ts +0 -797
  251. package/dist/module/typechain/SuperfluidGovernanceII.d.ts.map +0 -1
  252. package/dist/module/typechain/SuperfluidGovernanceII.js +0 -2
  253. package/dist/module/typechain/SuperfluidGovernanceII.js.map +0 -1
  254. package/dist/module/typechain/SuperfluidLoader.d.ts +0 -61
  255. package/dist/module/typechain/SuperfluidLoader.d.ts.map +0 -1
  256. package/dist/module/typechain/SuperfluidLoader.js +0 -2
  257. package/dist/module/typechain/SuperfluidLoader.js.map +0 -1
  258. package/dist/module/typechain/TestToken.d.ts +0 -215
  259. package/dist/module/typechain/TestToken.d.ts.map +0 -1
  260. package/dist/module/typechain/TestToken.js +0 -2
  261. package/dist/module/typechain/TestToken.js.map +0 -1
  262. package/dist/module/typechain/common.d.ts +0 -23
  263. package/dist/module/typechain/common.d.ts.map +0 -1
  264. package/dist/module/typechain/common.js +0 -2
  265. package/dist/module/typechain/common.js.map +0 -1
  266. package/dist/module/typechain/factories/ERC20WithTokenInfo__factory.d.ts +0 -36
  267. package/dist/module/typechain/factories/ERC20WithTokenInfo__factory.d.ts.map +0 -1
  268. package/dist/module/typechain/factories/ERC20WithTokenInfo__factory.js +0 -238
  269. package/dist/module/typechain/factories/ERC20WithTokenInfo__factory.js.map +0 -1
  270. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.d.ts +0 -43
  271. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +0 -1
  272. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.js +0 -874
  273. package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.js.map +0 -1
  274. package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts +0 -43
  275. package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts.map +0 -1
  276. package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.js +0 -964
  277. package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.js.map +0 -1
  278. package/dist/module/typechain/factories/IResolver__factory.d.ts +0 -36
  279. package/dist/module/typechain/factories/IResolver__factory.d.ts.map +0 -1
  280. package/dist/module/typechain/factories/IResolver__factory.js +0 -72
  281. package/dist/module/typechain/factories/IResolver__factory.js.map +0 -1
  282. package/dist/module/typechain/factories/ISETH__factory.d.ts +0 -43
  283. package/dist/module/typechain/factories/ISETH__factory.d.ts.map +0 -1
  284. package/dist/module/typechain/factories/ISETH__factory.js +0 -1643
  285. package/dist/module/typechain/factories/ISETH__factory.js.map +0 -1
  286. package/dist/module/typechain/factories/SuperToken__factory.d.ts +0 -58
  287. package/dist/module/typechain/factories/SuperToken__factory.d.ts.map +0 -1
  288. package/dist/module/typechain/factories/SuperToken__factory.js +0 -1765
  289. package/dist/module/typechain/factories/SuperToken__factory.js.map +0 -1
  290. package/dist/module/typechain/factories/SuperfluidFrameworkDeployer__factory.d.ts +0 -54
  291. package/dist/module/typechain/factories/SuperfluidFrameworkDeployer__factory.d.ts.map +0 -1
  292. package/dist/module/typechain/factories/SuperfluidFrameworkDeployer__factory.js +0 -223
  293. package/dist/module/typechain/factories/SuperfluidFrameworkDeployer__factory.js.map +0 -1
  294. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts +0 -47
  295. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +0 -1
  296. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js +0 -1099
  297. package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js.map +0 -1
  298. package/dist/module/typechain/factories/SuperfluidLoader__factory.d.ts +0 -38
  299. package/dist/module/typechain/factories/SuperfluidLoader__factory.d.ts.map +0 -1
  300. package/dist/module/typechain/factories/SuperfluidLoader__factory.js +0 -68
  301. package/dist/module/typechain/factories/SuperfluidLoader__factory.js.map +0 -1
  302. package/dist/module/typechain/factories/Superfluid__factory.d.ts +0 -94
  303. package/dist/module/typechain/factories/Superfluid__factory.d.ts.map +0 -1
  304. package/dist/module/typechain/factories/Superfluid__factory.js +0 -1338
  305. package/dist/module/typechain/factories/Superfluid__factory.js.map +0 -1
  306. package/dist/module/typechain/factories/TestToken__factory.d.ts +0 -47
  307. package/dist/module/typechain/factories/TestToken__factory.d.ts.map +0 -1
  308. package/dist/module/typechain/factories/TestToken__factory.js +0 -336
  309. package/dist/module/typechain/factories/TestToken__factory.js.map +0 -1
  310. package/dist/module/typechain/factories/index.d.ts +0 -12
  311. package/dist/module/typechain/factories/index.d.ts.map +0 -1
  312. package/dist/module/typechain/factories/index.js +0 -15
  313. package/dist/module/typechain/factories/index.js.map +0 -1
  314. package/dist/module/typechain/index.d.ts +0 -24
  315. package/dist/module/typechain/index.d.ts.map +0 -1
  316. package/dist/module/typechain/index.js +0 -13
  317. package/dist/module/typechain/index.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,17 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [0.5.7] - 2022-10-13
9
+ ### Breaking
10
+
11
+ - `CFAv1Forwarder` integrated into SDK-Core and will be the default way of calling CFA agreements and `sender` is now a required property.
12
+ - Migration: pass sender into the affected CFAv1 callAgreement functions - `create/update/deleteFlow`.
13
+ > NOTE: You must pass `shouldUseCallAgreement` explicitly as a property if you want to execute these calls via the Host.
14
+
15
+ ### Added
16
+
17
+ - typechain files consumed from `@superfluid-finance/ethereum-contracts` and exported from SDK-Core
18
+
8
19
  ## [0.5.6] - 2022-09-07
9
20
  ### Fixes
10
21
  - Correct `subgraphAPIEndpoint` in `getResolverData`
@@ -15,7 +26,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
15
26
  ## [0.5.5] - 2022-08-31
16
27
  ### Added
17
28
  - Support for: `optimism-goerli` and `arbitrum-goerli` added
18
-
19
29
  ### Breaking
20
30
  - Support for: `rinkeby`, `ropsten`, `kovan`, `optimism-kovan` and `arbitrum-rinkeby` removed
21
31
  - Don't throw `SFError` when executing `Operation` or `BatchCall`; let the original error bubble up
@@ -23,7 +33,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
23
33
  ### Fixes
24
34
  - Serialize a much smaller version of the cause in `SFError` (only `name`, `message`, `code`)
25
35
  - Change `SFError.name` from "Error" to "SFError"
26
-
27
36
  # [0.5.4] - 2022-08-19
28
37
 
29
38
  ### Fixes
@@ -224,7 +233,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
224
233
  - New `SuperToken` class with `SuperToken` CRUD functionality and an underlying `Token` class with basic `ERC20` functionality
225
234
  - New `BatchCall` class for creating and executing batch calls with supported `Operation's`
226
235
 
227
- [Unreleased]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.5.6...HEAD
236
+ [Unreleased]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.5.7...HEAD
237
+ [0.5.7]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.5.6...sdk-core%40v0.5.7
228
238
  [0.5.6]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.5.5...sdk-core%40v0.5.6
229
239
  [0.5.5]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.5.4...sdk-core%40v0.5.5
230
240
  [0.5.4]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.5.3...sdk-core%40v0.5.4