Skip to content

ethereum-contracts@v1.7.2

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Aug 09:02
9ecb24a

Added

  • increaseFlowRateAllowanceWithPermissions and decreaseFlowRateAllowanceWithPermissions added to ConstantFlowAgreementV1.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 uses registerAppWithKey instead of deprecated registerApp
  • 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