Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 09:39
· 151 commits to develop since this release
185b024

⚠ BREAKING CHANGES

  • the name of variable for the ERC725Y data key-value store was changed from store -> _store (#174)
  • replace error strings by custom errors (#175)
  • add execute batch function to ERC725X (#177). This changes the interface IDs:
    • ERC725X: 0x44c028fe -> 0x570ef073

Features

  • add execute batch function to ERC725X (a0b08fa)

Bug Fixes

  • emit Executed event before the external call (#173) (13743ae)