Skip to content

Releases: cmditch/elm-ethereum-generator

Support new ABI.

16 Jan 01:05
08aa9dd
Compare
Choose a tag to compare

Fixes bug with generating capitalized elm function names.

Compatibility ftw

23 Jun 02:07
Compare
Choose a tag to compare

Solidity dynamic type support and 0.19 compatible

2.0.0

31 Jul 17:37
Compare
Choose a tag to compare
  • Changed imports from Abi to AbiEncode and AbiDecode
  • Removed unsupported types for the time being.
  • De-pluralize "ies" in type alias names. Add "y" to end.
    Helpful for properly naming data returned from functions with multiple return values (structs/tuples).
  • Manually entry of staticByte length required for time being. Need to majorly refactor type parsing.

1.1.0

23 Jul 04:56
Compare
Choose a tag to compare
Update to mel-bew3 12.0.0

Purity a-hoy!

10 May 23:26
Compare
Choose a tag to compare

Fully compatible with the new elm-ethereum library. With debugging help as well!