ethereum / eth-abi

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

reduce truncation in errors (#166) #175

Closed kclowes closed 2 years ago

kclowes commented 2 years ago

allow more int values to be fully printed in errors. the current code truncates a lot of integer values which fit in 256 bits, which reduces helpfulness of the error message when debugging.

Co-authored-by: kclowes kclowes@users.noreply.github.com

What was wrong?

v2 back port of #166

How was it fixed?

Increased the number of characters that show before truncation.

To-Do

Cute Animal Picture

put a cute animal picture link inside the parentheses