You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current version of peerStore[AddressBook] holds only addresses which was announced by the peer itself during identify phase, but did not holds remote peer address of currently established connections.
For example nim-libp2p holds this data for fully connected peer via Internet.
Connection object is NOT easily accessible and needs to be accounted in nimbus-eth2 to properly access this value, its an overhead for application, imho. This functionality should be accessible via peerStore.
Current version of peerStore[AddressBook] holds only addresses which was announced by the peer itself during
identify
phase, but did not holds remote peer address of currently established connections.For example
nim-libp2p
holds this data for fully connected peer via Internet.As you can see there is no globally routable IP addresses available, which i think is incorrect.
The text was updated successfully, but these errors were encountered: