Skip to content

v1.11.0

Compare
Choose a tag to compare
@frangio frangio released this 13 Jul 23:19
· 2829 commits to master since this release

We hit our 1000th issue during this release cycle! Congrats to everyone and thank you for the hard work. πŸ˜„

Changelog

v1.10.0...v1.11.0

Added

  • πŸ—ƒοΈ Escrow, a new class of contracts that we used to enhance the security of PullPayments. (#1014)
  • ✍️ isValidSignatureAndData, a new method of SignatureBouncer 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 to access directory. (#994)

Removed

  • ⚠️ We removed the implementation of ERC827 due to concerns about its security (#1044). The code was moved to windingtree/erc827.