Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.65 KB

changelog.md

File metadata and controls

50 lines (36 loc) · 1.65 KB

Changelog

0.5.0

  • Removed EIP-2098 support as EIP-1271 expects a "naively" concatenated signature and not an EIP-2098-style compact signature. This was pushed upstream with @frangio removing support for EIP-2098 in the SignatureChecker library.
  • Change string tokenURI in structure data hash and give and take inputs to a more generic bytes metadata. PR: #52
  • Start using forge fmt for all Solidity code formatting

0.4.0

  • Comply with standard specification at: https://github.com/ethereum/EIPs/tree/c27955426935d9aaee42c085f36e27f7e71c78f4
  • Add sdk/src/index.js to generating valid EIP-721 signatures for function take and function give.
  • Index more files in package.json such that hardhat users can import Solidity code properly.
  • Correctly pass from to Transfer(from, to, id) in mint and not permanently use address(0), thx @rahulrumalla.
  • Remove ascending tokenId and instead generate it from the typed data hash.
  • Improve function NATSPEC

0.3.0

0.2.0

0.1.0

0.0.2

0.0.1

  • Initial release