Skip to content

v0.23.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jan 17:40
b35001f

0.23.0 (2024-01-22)

Features

  • add permission related to 4337 (e7fd19b)
  • allow to load typed schemas from schemas/ folder (c54a370)

Bug Fixes

  • Add workaround to read (bytes4,URI), repair none vs unknown signature. (204409d)
  • Additional PR repair (2a18f2b)
  • BodyInit should be just string or buffer and not already Uint8Array (08e0177)
  • Cleanup (038d975)
  • Cleanup a bit with comments. (3d6a5a6)
  • Cleanup and handle situation where one of many keys fails. Return null. (cdf4583)
  • Cleanup error handler inside of getDataFromExternalSources (fde2e0f)
  • Debug and repair test scripts. Implement detecting of JSON inside of Uint8Array (74c0526)
  • Missing commit (a3dd604)
  • More fixes (620b606)
  • Remove .only call for testing. (d5ef3c9)
  • Remove console debugging. (e349d57)
  • Remove unnecessary special case for 0x00000000 (cd6152a)
  • Repair and enhance test scripts (224eb9e)
  • Repair as per PR review (0a52452)
  • Repair console.log and expand types of URLs (ar://, ipfs://, https?://, data:) (5c8f228)
  • Repair problems with IPFS, fetch and VerifiableURI (44834b8)
  • Repair to not throw errors when data is not authentica or not accessible withing getDataFromExternalSources. (25756d0)
  • Repair tuples containing numeric types uintX/intX, add Number to output data type. (01cceea)
  • Simplify buffer to string conversion. (0bd1349)
  • Simplify creation of key to detect JSON. (df2580d)
  • Use a single keccak function since ethereumjs converts it to a Buffer no matter what. (cdc6c0a)