-
-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: uncaughtException: Error parsing address: Invalid address Uint8Array: 29034163ec9102238c #4035
Comments
Looks like I cannot connect to any peer.
Gonna try to run the latest release instead. |
Also affected:
Let me know if you want me to continue testing older versions. |
Can you downgrade NPM to v16 for now? (Or force installation of discv5 v0.7.1?) We have a fix for this in discv5 v0.7.1, we just haven't yet pushed it here. |
Yes totally, do you document the recommended node version somewhere? |
Yea we enforce 16+ in the package.json. We also have a banner item in the root README and a note in the CONTRIBUTING doc mentioning node 16. But we should also support v18, perhaps even encourage its use (updated v8 engine etc may give some performance benefits). Definitely a bug we want to fix quickly. |
On the main page, the shields badge states Node 16.x but I'll update in the documentation here that we recommend 16.x |
Ah, I scrolled over the badges :) |
I don't have discord.
Describe the bug
Running
lodestar beacon --network prater
causes uncaught exceptions parsing peer addresses.Expected behavior
Correctly parse the peer address or handle the exception.
Steps to Reproduce
Install Lodestar from the latest master version
v0.37.0/01e6ffe
and run a beacon node on the Prater network; using Node 18.2.0 (stable).Screenshots
Desktop (please complete the following information):
v0.37.0/01e6ffe
master
The text was updated successfully, but these errors were encountered: