-
Notifications
You must be signed in to change notification settings - Fork 110
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
Error parsing failed extrinsics on custom chain #146
Comments
@zoheb391 hello, what are you network run? |
Maybe you can use https://github.com/itering/scale.go/tree/master/network, here may be able to help you |
@freehere107 thanks for looking into it.. We are running a custom network. All our types have been specified |
ok, you can try reg this types
|
Thanks, the
This is what my types look like
|
@zoheb391 What's your sudo extrinsic did? |
@freehere107 we are still testing. This extrinsic set an auction range but none of the other calls are working either. |
This results in 0 events and causes the block to not get finalized.
This is the extrinsic on polkadot.js. Please can you help debug? The issue might be origination on the
scale.go
projectThe text was updated successfully, but these errors were encountered: