Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ethereum-contracts@v1.13.0 source code.tar.gz | 2025-07-03 | 13.3 MB | |
ethereum-contracts@v1.13.0 source code.zip | 2025-07-03 | 13.8 MB | |
README.md | 2025-07-03 | 705 Bytes | |
Totals: 3 Items | 27.1 MB | 0 |
Changes in this stable release
Added
SuperToken
now implements EIP-2612 (permit extension for EIP-20 signed approvals).SuperfluidPool
now has additional methodsincreaseMemberUnits
anddecreaseMemberUnits
which allow the pool admin to change member units parameterized with delta amounts.
Changed
- Curation of the SuperApp registration allowlist can now be delegated by governance to a newly added
ACL
contract.
Breaking
SuperfluidPool
does no longer mint and burn EIP-721 tokens (NFTs) on member unit updates. The gas overhead of this operation caused friction for integrations with other protocols (e.g. Uniswap V4).