-
Notifications
You must be signed in to change notification settings - Fork 248
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
Signing fails when using lightclient feature for Wasm Apps #1862
Comments
I think the broadcast event was removed from transactionWatch API, paritytech/json-rpc-interface-spec#134 So, we should remove it but I guess we could make it an |
Agreed that we should just remove the But yeah, that wouldn't resolve this issue. In the spec, it doesn't appear that there was ever a version with the "broadcasted" event but no number, so I'm not sure how this would happen. @paulormart do you have an easy way to reproduce this with a specific chain, and which chain did the error crop up on? |
@jsdw the easiest way to reproduce that I found, was to run the I currently have this implemented on my own branch here using the Paseo network chainspec. And also pushed a PR with these changes here d19dd5a |
Thanks! I opened #1865 to address this; it was a little like your PR but more aggressive in removing fields that were no longer a part of the spec :) I didn't commit to using Paseo in the lightclient WASM example but instead reprocuded using a native light client example. |
Closed by #1865 |
Hi Team, when using the
unstable-light-client
feature to build Wasm Apps, the transactions are not successfully submitted to the network, raising the error below:The text was updated successfully, but these errors were encountered: