Skip to content

v5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Apr 14:12
· 100 commits to develop since this release
ea7f51f

⚠ BREAKING CHANGES

  • Remove function overloading and rename overloaded functions to add "Batch" keyword: (#209)

    • setData(bytes32[],bytes[]) --> setDataBatch(bytes32[],bytes[])
    • getData(bytes32[]) --> getDataBatch(bytes32[])
    • execute(uint256[],address[],uint256[],bytes[]) --> executeBatch(uint256[],address[],uint256[],bytes[])
  • Change interfaceId of ERC725X and ERC725Y: (#209)

    • ERC725X from 0x570ef073 to 0x7545acac
    • ERC725Y from 0x714df77c to 0x629aa694

Refactor

  • Remove parameters from error in ERC725Y (ERC725Y_DataKeysValuesLengthMismatch) (#208)