Skip to content

0.2.0 Release

Compare
Choose a tag to compare
@DarthMike DarthMike released this 10 Sep 09:07
· 379 commits to master since this release

🌱 New:

  • Non fungible tokens support: ERC165 and ERC721
  • API for call now accepts block parameters. Useful to query state at specific block number
  • Support for dynamic arrays encoding and decoding
  • EthereumLog is now Equatable and Comparable

⚠️ Changes:

  • Reworked API for encoding/decoding to support dynamic types as static types in Swift (Array<Type>)
  • EthereumAddress will now always store string lower cased. Previously it lowercased dynamically when doing operations on it.

🐛 Bug fixes:

  • Incorrect encoding of fixed bytes types
  • Fix incorrect decoding processing when 0x is returned