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