Releases: superfluid-org/protocol-monorepo
Releases · superfluid-org/protocol-monorepo
ethereum-contracts@v1.8.1
Changes in this stable release
Fixed
- Publish build/hardhat// again.
metadata@v1.1.13
Please refer to the CHANGELOG.md file in metadata package for more details on the changeset.
ethereum-contracts@v1.8.0
Added
- Publish
build/bundled-abi.{js,json}
in the npm package.
Breaking
- Publish
build/truffle/*.json
truffle contract artifacts in the npm package instead. - Publish
build/typechain-ethers-v5
in the npm package instead. - Removed scripts from npm package, use dev-scripts instead.
Fixes
- Ship ERC1820Registry.json with dev-scripts.
Changed
- Node dependency updates.
- Raise minimum solc development requirement for ethereum-contracts to 0.8.11.
metadata@v1.1.12
Please refer to the CHANGELOG.md file in metadata package for more details on the changeset.
metadata@v1.1.11
Please refer to the CHANGELOG.md file in metadata package for more details on the changeset.
subgraph@v1.6.1
Changes in this stable release
Added
totalNumberOfAccounts
andtotalNumberOfHolders
added toTokenStatistic
andTokenStatisticLog
entities
ethereum-contracts@v1.7.2
Added
increaseFlowRateAllowanceWithPermissions
anddecreaseFlowRateAllowanceWithPermissions
added toConstantFlowAgreementV1.sol
Changed
SuperToken.sol
made external and public methods virtual to facilitate creation of customized implementations.- Explicitly set EVM target to "paris" because EIP-3855 isn't yet supported on all chains with Superfluid deployment.
SuperAppBaseFlow.sol
usesregisterAppWithKey
instead of deprecatedregisterApp
SuperfluidGovernanceBase.sol
add a method for updating SuperTokens to other than the canonical implementation.SuperToken.sol
invoke mint/burn hooks only if userData is not empty
sdk-core@v0.6.8
Updated
- Metadata changes for recently added networks
metadata@v1.1.10
Please refer to the CHANGELOG.md file in metadata package for more details on the changeset.
metadata@v1.1.9
Please refer to the CHANGELOG.md file in metadata package for more details on the changeset.