-
Notifications
You must be signed in to change notification settings - Fork 94
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
add execute block call in follow-chain #513
Conversation
An error I get is
Any clue how I should debug this? I can confirm the wasm I used is the one with try-runtime feature |
it should log more information if you have |
seems the log is the same
|
what wasm are you using? looks like something wrong with wasm file |
I am using wasm build from this |
Remove true from setupContext |
there's another problem as well. setupContext will start to latest and then we set head to finalized. So we need to set the correct block number in order to make wasm-override correct |
this can't be implemented on follow-mode |
closes: #70