Skip to content

v0.1.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Aug 23:49
· 22 commits to main since this release
v0.1.3
b3ae1c8

Features

  • Decode logs returned by Transaction.getReceipt() when available in ABI
  • Add support for array concatenation
  • Add array.filter function
  • Add array.reduce function
  • Add support for bitwise operators
  • [EXPERIMENTAL] Add support for anonymous functions
  • [EXPERIMENTAL] Add support for fetching events
  • Add support for negative indices in arrays and slices

Bug fixes

  • Fix abi.decode for nested types
  • Fix completion not triggering right after [

Other changes

  • Drop Receipt type and use NamedTuple instead