-
Notifications
You must be signed in to change notification settings - Fork 808
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
Sync stalls on phase0 blocks with LH v2.2.0 #3147
Labels
bug
Something isn't working
Comments
Thanks for the issue. We are testing a fix with this PR #3146 If you are syncing fresh, then I recommend downgrading to |
Closed
Closing as this is fixed in v2.2.1, but I'll leave this pinned a bit longer |
paulhauner
added a commit
to paulhauner/lighthouse
that referenced
this issue
May 6, 2022
## Issue Addressed Addresses sync stalls on v2.2.0 (i.e. sigp#3147). ## Additional Info I've avoided doing a full `cargo update` because I noticed there's a new patch version of libp2p and thought it could do with some more testing. Co-authored-by: Paul Hauner <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Beacon node is unable to sync and
start_slot
is always 0Version
using docker image: latest or v2.2.0
Present Behavior
curl --location --request GET 'http://localhost:5052/lighthouse/syncing'
its always responding
and is at start_slot 0
Expected Behaviour
start_slot should increase
Steps to resolve
For simple reproducing:
docker run -p 9000:9000 -p 127.0.0.1:5052:5052 -v ${HOME}/.lighthouse:/root/.lighthouse1 sigp/lighthouse lighthouse --network mainnet beacon --http --http-address 0.0.0.0
The text was updated successfully, but these errors were encountered: