@superfluid-finance/sdk-core 0.5.6-dev.e55bf9f.0 → 0.5.6-dev.e675dbc.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 +7 -4
- package/dist/index.umd.js +20523 -19064
- package/dist/main/Framework.d.ts +1 -2
- package/dist/main/Framework.d.ts.map +1 -1
- package/dist/main/Framework.js.map +1 -1
- package/dist/main/SFError.d.ts.map +1 -1
- package/dist/main/SFError.js +1 -0
- package/dist/main/SFError.js.map +1 -1
- package/dist/main/abi/IConstantFlowAgreementV1.json +70 -0
- package/dist/main/abi/IInstantDistributionAgreementV1.json +10 -0
- package/dist/main/abi/ISETH.json +25 -0
- package/dist/main/abi/SuperToken.json +91 -0
- package/dist/main/abi/Superfluid.json +150 -13
- package/dist/main/abi/SuperfluidGovernanceII.json +161 -17
- package/dist/main/typechain/Superfluid.d.ts +1 -9
- package/dist/main/typechain/Superfluid.d.ts.map +1 -1
- package/dist/main/typechain/SuperfluidGovernanceII.d.ts +104 -21
- package/dist/main/typechain/SuperfluidGovernanceII.d.ts.map +1 -1
- package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.d.ts +7 -0
- package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.js +70 -0
- package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.js.map +1 -1
- package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts +7 -0
- package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.js +10 -0
- package/dist/main/typechain/factories/IInstantDistributionAgreementV1__factory.js.map +1 -1
- package/dist/main/typechain/factories/ISETH__factory.d.ts +7 -0
- package/dist/main/typechain/factories/ISETH__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/ISETH__factory.js +25 -0
- package/dist/main/typechain/factories/ISETH__factory.js.map +1 -1
- package/dist/main/typechain/factories/SuperToken__factory.d.ts +12 -1
- package/dist/main/typechain/factories/SuperToken__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/SuperToken__factory.js +91 -0
- package/dist/main/typechain/factories/SuperToken__factory.js.map +1 -1
- package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts +11 -0
- package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js +161 -17
- package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js.map +1 -1
- package/dist/main/typechain/factories/Superfluid__factory.d.ts +12 -1
- package/dist/main/typechain/factories/Superfluid__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/Superfluid__factory.js +150 -13
- package/dist/main/typechain/factories/Superfluid__factory.js.map +1 -1
- package/dist/module/Framework.d.ts +1 -2
- package/dist/module/Framework.d.ts.map +1 -1
- package/dist/module/Framework.js.map +1 -1
- package/dist/module/SFError.d.ts.map +1 -1
- package/dist/module/SFError.js +1 -0
- package/dist/module/SFError.js.map +1 -1
- package/dist/module/abi/IConstantFlowAgreementV1.json +70 -0
- package/dist/module/abi/IInstantDistributionAgreementV1.json +10 -0
- package/dist/module/abi/ISETH.json +25 -0
- package/dist/module/abi/SuperToken.json +91 -0
- package/dist/module/abi/Superfluid.json +150 -13
- package/dist/module/abi/SuperfluidGovernanceII.json +161 -17
- package/dist/module/typechain/Superfluid.d.ts +1 -9
- package/dist/module/typechain/Superfluid.d.ts.map +1 -1
- package/dist/module/typechain/SuperfluidGovernanceII.d.ts +104 -21
- package/dist/module/typechain/SuperfluidGovernanceII.d.ts.map +1 -1
- package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.d.ts +7 -0
- package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.js +70 -0
- package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.js.map +1 -1
- package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts +7 -0
- package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.js +10 -0
- package/dist/module/typechain/factories/IInstantDistributionAgreementV1__factory.js.map +1 -1
- package/dist/module/typechain/factories/ISETH__factory.d.ts +7 -0
- package/dist/module/typechain/factories/ISETH__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/ISETH__factory.js +25 -0
- package/dist/module/typechain/factories/ISETH__factory.js.map +1 -1
- package/dist/module/typechain/factories/SuperToken__factory.d.ts +12 -1
- package/dist/module/typechain/factories/SuperToken__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/SuperToken__factory.js +91 -0
- package/dist/module/typechain/factories/SuperToken__factory.js.map +1 -1
- package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts +11 -0
- package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js +161 -17
- package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js.map +1 -1
- package/dist/module/typechain/factories/Superfluid__factory.d.ts +12 -1
- package/dist/module/typechain/factories/Superfluid__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/Superfluid__factory.js +150 -13
- package/dist/module/typechain/factories/Superfluid__factory.js.map +1 -1
- package/package.json +8 -9
package/CHANGELOG.md
CHANGED
|
@@ -5,15 +5,18 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
-
### Breaking
|
|
9
|
-
- Don't throw `SFError` when executing `Operation` or `BatchCall`; let the original error bubble up
|
|
10
|
-
- Serialize a much smaller version of the cause in `SFError` (only `name`, `message`, `code`)
|
|
11
|
-
|
|
12
8
|
## [0.5.5] - 2022-08-31
|
|
13
9
|
### Added
|
|
14
10
|
- Support for: `optimism-goerli` and `arbitrum-goerli` added
|
|
11
|
+
|
|
15
12
|
### Breaking
|
|
16
13
|
- Support for: `rinkeby`, `ropsten`, `kovan`, `optimism-kovan` and `arbitrum-rinkeby` removed
|
|
14
|
+
- Don't throw `SFError` when executing `Operation` or `BatchCall`; let the original error bubble up
|
|
15
|
+
|
|
16
|
+
### Fixes
|
|
17
|
+
- Serialize a much smaller version of the cause in `SFError` (only `name`, `message`, `code`)
|
|
18
|
+
- Change `SFError.name` from "Error" to "SFError"
|
|
19
|
+
|
|
17
20
|
# [0.5.4] - 2022-08-19
|
|
18
21
|
|
|
19
22
|
### Fixes
|