Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@McOso McOso released this 27 Jan 23:28
· 1 commit to main since this release

What's Changed

  • Adding four new enforcer contracts:

    • ERC1155BalanceGteEnforcer.sol
    • ERC721BalanceGteEnforcer.sol
    • ERC721TransferEnforcer.sol
    • OwnershipTransferEnforcer.sol
  • Switching the cryptography lib from Fresh Crypto Lib (FCL) to SmoothCryptoLib (SCL).

  • Adding beforeAllHook / afterAllHook functions to ICaveatEnforcer .

  • Changing order of afterHook executions.

  • Using EIP712 standard in the DeleGatorCore .

Full Changelog: v1.1.0...v1.2.0