-
Notifications
You must be signed in to change notification settings - Fork 83
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
Host function not implemented
when forking v1.11 chain.
#754
Comments
it needs to be implemented on smoldot first |
can you provide a wasm and config file so we can later check if the implementation works? |
hey! unfortunately I cannot provide the current rpc we are trying with but I have built a lean version that has no business logic of the runtime that I can share with you and still reproduces the error. Please let me know what do exactly would you need me to share with you. thanks |
you can upload a wasm and config file here that can repreoduce this issue |
Hi, I have built and tested #755 and it does fix the issue, thanks! On the other hand, I am curious and a little bit confused about the wasm request since the issue comes from the node impl and not the runtime itself. Could you please elaborate ? |
issue is always coming from wasm because that’s the only thing chopsticks is testing |
should be fixed by #755 |
We are currently facing an issue when forking a chain that is at v1.11 with the following log:
We have encountered a similar issue in the past in our own implementation when upgrading from
v1.8
tov1.9
as a new node function is implemented from that version and forward as shown here.The text was updated successfully, but these errors were encountered: