mirror of
https://github.com/status-im/nim-eth.git
synced 2025-01-27 14:58:13 +00:00
2baa4c02a1
* 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