@superfluid-finance/sdk-core 0.5.8-dev.b1dcd9c.0 → 0.5.8-dev.bb1ba68.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 +2 -3
- package/dist/index.umd.js +1701 -1086
- package/dist/main/subgraph/entities/stream/stream.d.ts +1 -0
- package/dist/main/subgraph/entities/stream/stream.d.ts.map +1 -1
- package/dist/main/subgraph/entities/stream/stream.js +1 -0
- package/dist/main/subgraph/entities/stream/stream.js.map +1 -1
- package/dist/main/subgraph/entities/stream/streams.generated.d.ts +1 -0
- package/dist/main/subgraph/entities/stream/streams.generated.d.ts.map +1 -1
- package/dist/main/subgraph/entities/stream/streams.generated.js +1 -1
- package/dist/main/subgraph/entities/stream/streams.generated.js.map +1 -1
- package/dist/module/subgraph/entities/stream/stream.d.ts +1 -0
- package/dist/module/subgraph/entities/stream/stream.d.ts.map +1 -1
- package/dist/module/subgraph/entities/stream/stream.js +1 -0
- package/dist/module/subgraph/entities/stream/stream.js.map +1 -1
- package/dist/module/subgraph/entities/stream/streams.generated.d.ts +1 -0
- package/dist/module/subgraph/entities/stream/streams.generated.d.ts.map +1 -1
- package/dist/module/subgraph/entities/stream/streams.generated.js +1 -1
- package/dist/module/subgraph/entities/stream/streams.generated.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,9 +4,10 @@ All notable changes to the SDK-core will be documented in this file.
|
|
|
4
4
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
|
+
### Added
|
|
8
|
+
- Map `deposit` to Stream when querying from Subgraph
|
|
7
9
|
|
|
8
10
|
### Changed
|
|
9
|
-
|
|
10
11
|
- Framework initialization for supported networks utilizes `@superfluid-finance/metadata`, but still uses the resolver for unsupported/local testing environments
|
|
11
12
|
- > NOTE: This will not create any changes when doing `Framework.create` and is just a minor optimization.
|
|
12
13
|
- All transactions executed via SDK-Core have a default multiplier (1.2x) applied to the provider estimated gas limit **unless** an ethers `Overrides` object is passed during creation of the `Operation`.
|
|
@@ -14,13 +15,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
|
14
15
|
|
|
15
16
|
## [0.5.7] - 2022-10-13
|
|
16
17
|
### Breaking
|
|
17
|
-
|
|
18
18
|
- `CFAv1Forwarder` integrated into SDK-Core and will be the default way of calling CFA agreements and `sender` is now a required property.
|
|
19
19
|
- Migration: pass sender into the affected CFAv1 callAgreement functions - `create/update/deleteFlow`.
|
|
20
20
|
> NOTE: You must pass `shouldUseCallAgreement` explicitly as a property if you want to execute these calls via the Host.
|
|
21
21
|
|
|
22
22
|
### Added
|
|
23
|
-
|
|
24
23
|
- typechain files consumed from `@superfluid-finance/ethereum-contracts` and exported from SDK-Core
|
|
25
24
|
|
|
26
25
|
## [0.5.6] - 2022-09-07
|