mirror of
https://github.com/status-im/nim-eth.git
synced 2025-02-14 23:17:42 +00:00
* avoid allocation in `hash(ValidIpAddress)` While casually browsing the profiler output, to my great surprise I found that an allocating string conversion function (gasp!) in the hash function for ip addresses - this PR carefully excises this evil construct from the codebase. * bump nim version