-
Notifications
You must be signed in to change notification settings - Fork 156
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
Sidecar 19.2.2 fails to decode Basilisk block #1516
Comments
Hello @nfekunprdtiunnkge , I could reproduce the error. I am looking into it. |
Hello @nfekunprdtiunnkge , after extensive debugging with the help of @TarikGul and @bee344, @TarikGul identified the issue, which is related to the types bundle. So to make Sidecar work with Basilisk, you now need to include the Basilisk types bundle. Instructions on how to do this can be found here, but you can also follow the steps below:
It seems like this issue happened when your chain transitioned from metadata |
Thanks for investigation, that works! |
Adding here some of our findings from yesterday's debugging process in case it is helpful in the future for us or any other team. This issue was very similar with the error posted from the Laos team in apps polkadot-js/apps#10954 for the following reasons :
and then if we request
which shows that the Last, another observation was made from @bee344 when comparing metadata v14 vs v15 for Basilisk vs other chains. By checking the result of the calls
|
Description
Fetching block using sidecar v19.2.2 returns error
if I try using older version 19.1.0 it works.
Same for
fee-estimate
endpointSteps to Reproduce
Run sidecar locally using
wss://basilisk-rpc.dwellir.com
and try to fetchblock=6808229
usinghttp://localhost:8080/blocks/6808229
. It should return an error.Expected vs. Actual Behavior
Should work in the same way as it was on the older 19.1.0 version.
The text was updated successfully, but these errors were encountered: