Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 2.09 KB

CHANGELOG.md

File metadata and controls

58 lines (41 loc) · 2.09 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog (modification: no type change headlines) and this project adheres to Semantic Versioning.

0.6.5 - 2017-12-07

  • Fix tight packing for ABI.soliditySHA3
  • Fix ABI.solidityPack early return on bytes32 input
  • Support for multi dim / dynamic arrays
  • Support addresses starting with zeroes

0.6.4 - 2016-08-29

  • Fix length calculation for static arrays and skip enough bytes after them

0.6.3 - 2016-08-10

  • Support for the (u)fixedMxN datatype
  • Fix conversion of type shorthands (int, uint, fixed, ufixed)
  • Serpent fixes
  • Other bug fixes / improvements

0.6.2 - 2016-06-01

  • Minor improvements and bug fixes
  • Additional tests

0.6.1 - 2016-05-19

  • Properly decode fixed-length arrays

0.6.0 - 2016-04-26

  • Introduce ABI.stringify
  • Remove signature handling form rawEncode/rawDecode
  • Added ABI.simpleEncode and ABI.simpleDecode
  • Export methodID and eventID
  • Various improvements

Older releases: