-
Notifications
You must be signed in to change notification settings - Fork 74
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
Genesis wasm used for parachains. #2591
Comments
I know for sure that it works fine on Statemint and Statemine, as they were only a non-functional shell at the beginning. Are you sure that you are calling The way smoldot behaves is that it will tell you that it's at block 0 (and calling any RPC function such as |
Notes for myself: after the warp sync, the sync service downloads the first parahead, and then reports that this parahead is a child of the genesis parablock. This is completely wrong. |
The logic of the |
* Clarify docs of async_tree * Add TODO * Actually fix the issue * finalized_parahead -> obsolete_finalized_parahead * Tweak SubscribeAll handling * Don't report new blocks if finalized parahead unknown * Small tweak * Also don't report best block changes * Typo * Renames * Revamp best_parahead_hash * Tweak IsNearHeadOfChainHeuristic * CHANGELOG * PR number Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Trying with the demo client to connect to Acala and Karura. The
state_getRuntimeVersion
is returning the genesis block wasm. I believe the metadata is also the genesis metadata. Relaychain doesn't have this issue.The text was updated successfully, but these errors were encountered: