status-im / nim-eth

Common utilities for Ethereum
https://nimbus.status.im
Apache License 2.0
83 stars 31 forks source link

devp2p: drop pre-EIP8 support, fix snappy negotiation #758

Closed arnetheduck closed 3 weeks ago

arnetheduck commented 3 weeks ago

Support for previous versions was removed from geth in 2021 after other clients had migrated - should be safe to remove here also.

TODO: error handling is all over the place - will be addressed in a follow-up PR