-
Notifications
You must be signed in to change notification settings - Fork 78
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
Could not sync blocks with node-template #964
Comments
Not sure what's going on here 🤔 I tried to reproduce this using the substrate-node-template version you tried and it synced fine for me in firefox. Here's the more complete template I used: https://github.com/raoulmillais/sc-issue-964 My logs:
We might be able to get a better idea of what's going wrong if you send us the logs including the debug logs. You'll need to make sure they're not filtered out in the chrome / firefox dev console |
hi @raoulmillais , just retried with your template repo, here is the verbose log:
|
@raoulmillais I'm also facing this issue |
The problem in the OP is that it's missing a Instead of:
Should be:
It's also possible that the Substrate node needs to be started to listen for WebSocket addresses, using |
only adding
if I add
|
When you call |
first I'll report something else instead:
which needs to get an extra However, every time I start the
so that might be something worth investigating later at substrate-node-template. so I start the node (with also added the suggested
|
It seems that benchmarking is on. This is a feature only used to debug runtime and I don't think it's appropriate for smoldot to support it. Sorry, this is all issues about Substrate. |
disabled benchmarking feature by removing now logs are:
|
The chain spec doesn't match the one of the Substrate node. Maybe start the node with |
I connected an extra full-node by feeding the chainspec to it, and it synced.
these specific lines got my attention:
I let it run for a while, and eventually it hit this:
|
Ahh, I see, it's because the node template uses Aura but smoldot can only warp sync Babe. |
was this |
The chain specs in the smoldot repo are just for testing, they're not "used" |
Smoldot supports Aura warp syncing since v0.6.28, released in August, so this should now work. |
Versions
@polkadot/[email protected]
logs
Instructions for reproducing
The text was updated successfully, but these errors were encountered: