ethereum / pydevp2p

Python Implementation of the Ethereum P2P stack
MIT License
250 stars 335 forks source link

Make test_address pass again #71

Open snario opened 7 years ago

snario commented 7 years ago

https://github.com/ethereum/pydevp2p/commit/8e1f2b2ef28ecba22bf27eac346bfa7007eaf0fe broke hostname resolution, this fixes it. cc @janx who made that commit.

Based on https://github.com/gevent/gevent/issues/230, this should resolve the problem while keeping the feature intact and test passing. It will be useful for docker environments.