-
Notifications
You must be signed in to change notification settings - Fork 124
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
Improve ease of use of api client in no_std #391
Comments
Green light from parity, so lets try to go with 1. |
PR on parity side: paritytech/substrate#13027 |
Marked as blocked. No response from parity for two weeks, even after asking further questions. Maybe we'll have to go for a different solution. |
So, the PR has been stalled once again for quite some time. So I guess it's time for a workaround, as I don't think the current solution is the way to go for much longer. Ideas:
|
Yey. Got once again an update from the Substrate side: paritytech/substrate#13027 (comment) Seems like this will be a basic feature for them any ways, so there's a good chance that this PR will finally be accepted... eventually |
After solving #279, with a
no_std
compatible Api, one could theoretically use the api-client with most features inside a no_std environment. But practically, a lot of workarounds are needed, because many types from substrate (Header, Block ,.. .) do not implement Serialize / Deserialize inno_std
.Improvement Ideas:
no_std
compatible #377The text was updated successfully, but these errors were encountered: