-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error when fork Async Backing Enabling Runtime #808
Comments
your problem seems to be missing aura runtime api to get slot duration and chopsticks is falling back to 12s block time |
Hi, thanks for replying. I'm checking about the aura runtime API (auraApi.slotDuration) and the return is 6000. In my survey, it looks like this didn't affect after writing, but I don't understand why |
@sfffaaa ok I see. Chopsticks can't find aura storage and assuming there's no aura_runtime_api and it fallback to 12s block time |
Yep, you are right. I also found the solution and open the MR |
I have this PR opened. I will apply a fix there |
Cool, that will be great! Thank you very much! |
Hi, we encountered a similar issue: #743. However, the fix doesn't help in our case.
Is that related to paritytech/polkadot-sdk#3211?
My command is this
And the WASM code is here
The version of WASM is based on polkadot-sdk 1.7.2
The text was updated successfully, but these errors were encountered: