-
Notifications
You must be signed in to change notification settings - Fork 51
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
chainHead_v1_call
always yields operationInaccessible
events for DryRunApi_dry_run_call
#2035
Comments
Here's a branch that you can please use: https://github.com/tomaka/smoldot/tree/debug-2035 |
The updated logs that I obtained from the build of the custom branch: |
Thank you so much to both of you for your help with this problem, and for solving it so fast! |
Unfortunately, the issue persists with the latest version of smoldot (2.0.32). So, I think that this issue was prematurely closed. The logs: |
There's more than one bug, then. I've updated my branch above. |
New logs with the custom build: |
Opened #2041 and updated the branch above. |
Thanks! |
I'm afk for a few hours now, but I'll publish a version later today. |
Unfortunately, we just noticed that this issue still exists with kusama 😞 EDIT:For some reason the build from the branch debug-2035 is not producing logs against kusama 🤔 |
The debug-2035 branch is additional logs about a specific bug. I need the generic logs again. |
here you go, generic logs of the same code as before but running it against the Kusama relay-chain and using the latest main on smoldot: |
This new problem is the same as #1985, so I'm going to close this one again. |
The
DryRunApi_dry_run_call
runtime-API always yields anoperationInaccessible
event, making it unusable with smoldot.This runtime-api is very useful for calculating the XCM delivery fees and for many other use-cases.
This issue is preventing the following PR from being merged.
I have created the following repo to reproduce this issue, using this code (the exact same code works with a WebSocket provider).
The logs that I captured after running that code:
I'm more than willing to test this problem with a custom build of smoldot and/or to provide any other assistance to get to the bottom of this issue.
The text was updated successfully, but these errors were encountered: