Releases: superfluid-finance/protocol-monorepo
Releases · superfluid-finance/protocol-monorepo
sdk-redux@v0.6.0
Changes in this stable release
Changed
- Node dependency updates
- Reduce transaction tracking expiration from 10 minutes to 3 minutes
Added
- Support for
Pool
,PoolMember
andPoolDistributor
queries
sdk-core@v0.7.0
Changes in this stable release
Added
- Added Degen chain support
- Added
getTotalAmountReceivedByMember
Changed
- Map the name from subgraph to an unknown event, instead of "_Unknown".
- Don't lock metadata version to a specific version, use semver (^).
- Allow infinite pagination with 'skip: 0' value (previously had to be undefined)
- Add subgraphs queries for Pools, PoolMembers and PoolDistributors
- Map
isNFTApproval
andisNFTTransfer
onto events
metadata@v1.2.2
Please refer to the CHANGELOG.md file in metadata package for more details on the changeset.
metadata@v1.2.1
Please refer to the CHANGELOG.md file in metadata package for more details on the changeset.
metadata@v1.2.0
Please refer to the CHANGELOG.md file in metadata package for more details on the changeset.
subgraph@v1.7.1
Changes in this stable release:
Added
- Support for vendors "airstack" and "goldsky"
Fixes
- Various GDA related fixes
metadata@v1.1.30
Please refer to the CHANGELOG.md file in metadata package for more details on the changeset.
metadata@v1.1.29
Please refer to the CHANGELOG.md file in metadata package for more details on the changeset.
ethereum-contracts@v1.9.1
Changes in this stable release
Breaking
- The abstract base contract
SuperAppBaseFlow
was renamed toCFASuperAppBase
and doesn't self-register in the constructor anymore.
This allows the contract to be used with a SuperApp factory pattern and by logic contracts in the context of the proxy pattern.
Note: this will NOT break any deployed contracts, only affects undeployed Super Apps in case the ethereum-contracts dependency is updated. UniversalIndexData
,PoolMemberData
andFlowDistributionData
structs moved fromIGeneralDistributionAgreementV1.sol
toGeneralDistributionAgreementV1.sol
PoolIndexData
,MemberData
structs moved fromISuperfluidPool.sol
toSuperfluidPool.sol
Added
- New utility: MacroForwarder - a trusted forwarder extensible with permission-less macro contracts.
- New protocol contract view functions:
gdaV1.getFlow
gdaV1.getAccountFlowInfo
pool.poolOperatorGetIndex
pool.getTotalAmountReceivedByMember
- New SuperTokenV1Library functions:
getGDAFlowInfo
getGDANetFlowInfo
getPoolAdjustmentFlowRate
getTotalAmountReceivedByMember
Changed
- bump solc to 0.8.23
superTokenV1Library.getNetFlowInfo
sums CFA and GDA net flow info
Fixes
- FlowNFT hooks can't revert with outofgas anymore
metadata@v1.1.28
Please refer to the CHANGELOG.md file in metadata package for more details on the changeset.