ethereum / eth-utils

Utility functions for working with ethereum related codebases.
https://eth-utils.readthedocs.io/en/latest/
MIT License
312 stars 148 forks source link

Fix character encoding issue (#258) #259

Closed LeoHLee closed 10 months ago

LeoHLee commented 10 months ago

What was wrong?

eth_networks.json contains character '◈', which may not be readable under some default encoding settings.

Related to Issue #258

How was it fixed?

Use UTF-8 encoding explicitly.

Todo:

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

fselmo commented 10 months ago

Thanks for the issue and providing the fix! I added the relevant newsfragment and fixed the linting. Merging now.