-
Notifications
You must be signed in to change notification settings - Fork 7
Error : out of range decoding Compact<u32> #5
Comments
The issue is mostly on the detection of the version and maybe due to Andrew already flying ahead with V13. I checked out master of the node-template (83ed2d4) and it is still V12 I think:
|
I tested with the node-template in substrate repo, the standalone node-template repo works fine. AFAIK they are both same, except the node-template in substrate is more frequently updated. Also, from what I've tested this PR is what creates this error, testing with commit before this PR seems to work fine. I'm not able to pinpoint the exact source of the error yet. |
Since the PR you mention is changing how the version is stored in the wasm, that woud make sense to see an issue there. Thanks for reporting that one! |
Recently there was a |
Awesome, I was waiting for that one ! |
I've pushed a fix, try now |
Works now. Thanks! |
Trying to use subsee with the latest node-template gives following error
The text was updated successfully, but these errors were encountered: