Skip to content
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

Fix Invalid Signature #238

Merged
merged 4 commits into from
Oct 25, 2024
Merged

Fix Invalid Signature #238

merged 4 commits into from
Oct 25, 2024

Conversation

ackintosh
Copy link
Owner

Got the Invalid Signature error immediately when I run Ray.

$ cargo run
...
...
thread 'main' panicked at src/main.rs:60:47:
should load network config: "Unable to parse boot enr: Invalid ENR: Custom(\"Invalid Signature\") at line 10 column 1"

After some investigation, I noticed that the error is due to a bug in Enr v0.12.0, and it has been fixed in the next patch release. https://github.com/sigp/enr/releases/tag/v0.12.1

@ackintosh ackintosh merged commit 0e39518 into main Oct 25, 2024
5 checks passed
@ackintosh ackintosh deleted the fix-invalid-signature branch October 25, 2024 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant