ethereum / eth-abi

Ethereum ABI utilities for python
MIT License
247 stars 269 forks source link

feat: use checksummed address over normalized #152

Open antazoey opened 2 years ago

antazoey commented 2 years ago

What was wrong?

Use checksummed address instead of normalized

How was it fixed?

Change the decoding method used

To-Do

Cute Animal Picture

baby_bats

charles-cooper commented 2 years ago

bumping this. @unparalleled-js can this be promoted to ready for review?

charles-cooper commented 2 years ago

maybe a good API is like eth-stdlib: https://github.com/skellet0r/eth-stdlib/blob/d66f458bdcb2f74358cb9f55aed6365db00cd876/src/eth/codecs/abi/__init__.py#L48