v1.11.0
We hit our 1000th issue during this release cycle! Congrats to everyone and thank you for the hard work. π
Changelog
Added
- ποΈ
Escrow
, a new class of contracts that we used to enhance the security ofPullPayments
. (#1014) - βοΈ
isValidSignatureAndData
, a new method ofSignatureBouncer
to validate signed function calls. (#973) - π Initial implementation of ERC1046. (#933)
Changed
- π Updated the ERC721 contracts to the final version of the protocol. (#972, #993, #1047)
- π¦ Updated minor things for the newer versions of Solidity. (#951, #1002, #1008, #1033)
- π‘οΈ Fixed unchecked token transfer in
Crowdsale
. (#1006) - πΊ Moved
Whitelist
toaccess
directory. (#994)
Removed
β οΈ We removed the implementation of ERC827 due to concerns about its security (#1044). The code was moved to windingtree/erc827.