Releases: cmditch/elm-ethereum-generator
Releases · cmditch/elm-ethereum-generator
Support new ABI.
Compatibility ftw
Solidity dynamic type support and 0.19 compatible
2.0.0
- 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
Purity a-hoy!
Fully compatible with the new elm-ethereum library. With debugging help as well!