-
Notifications
You must be signed in to change notification settings - Fork 31
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
Invalid SSZ: trying to read more bytes than available #79
Comments
I think this might be because your checkpointz instance is running in checkpointz:
mode: full |
OK, this has resolved the last issue... now I am getting:
Here is checkpointz's config.yaml: And this is how I am starting the teku that runs http://localhost:5051 : where the If there is not anything obvious that I am doing wrong please feel free to close this issue! |
I can recreate what you're seeing with Teku, but Lighthouse seems to work which is weird. I don't really know enough about SSZ to know what this is off the top of my head, so will need to dig in to it a little bit sorry! |
I have the following running on a machine :
geth - fully synced with Ephemery
teku - talking to geth, and synced with Ephemery, with
--rest-api-enabled=true
checkpointz - with teku upstream on
http://localhost:5051
geth2 - ready to work with teku2 to sync, with non-default port numbers im order to avoid port clashing
I am trying to run teku2 with:
i.e. pulling
--initial-state
from checkpointz running on localhost:5555.When I run teku2, it fails with:
It seems that teku finds checkpointz (running teku2 without checkpointz running gives a different error), but cannot read from it.
The text was updated successfully, but these errors were encountered: