mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-10 11:06:49 +00:00
* Add discv5 provided ENR directly to Portal protocol routing table Previous version of getting the ENR from the discv5 routing table would not work due to the order of first calling the talk protocol handler and only after that the addEnr to the disc5 routing table. Instead of changing this order, pass along the ENR directly to avoid this additional getNode call. * Still request ENR from discv5 if it wasn't passed via handshake