Skip to content

Releases: cmditch/elm-ethereum

Normalize them Addresses

23 Mar 22:59
f2ae2b4
Compare
Choose a tag to compare

All addresses are stored in lowercase form. If you want to see it as a checksummed address, use Eth.Utils.addressToChecksumString.
Eth.Utils.addressFromString still checks for EIP-55 compliance if input is mixed case.

1.0.1

31 Jul 18:10
8f6db16
Compare
Choose a tag to compare

Fix readme