ChainSafe / discv5

A Typescript implementation of the Discv5 protocol
Apache License 2.0
28 stars 15 forks source link

fix: place getNodeAddress inside try catches #247

Closed maschad closed 9 months ago

maschad commented 1 year ago

In running the discv5 crawler there were a few bugs @wemeetagain and I discovered. This PR addresses those:

wemeetagain commented 9 months ago