mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-10 06:16:25 +00:00
d023613045
This updates `nim-eth` to `5655bd035cfd7319c6f2e60b7fdefef65a057939`. Notable changes: - db: Allow Sqlite keystores to be used in read-only mode - net: avoid allocation in hash(ValidIpAddress) - net: Remove hashData usage on objects - p2p: reject WHOAREYOU packets with non-empty message - p2p: Adjust logging when node is not reachable but enrAutoUpdate is on - p2p: Allow a node to self resolve - p2p: Fix logDistance for BE arch and remove toBytes for NodeId - p2p: Export discovery routing table and its buckets nodes - ssz: remove outdated and incorrect SSZ code - utp: Various updates and fixes