-
Notifications
You must be signed in to change notification settings - Fork 125
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
drop dependency of examples on test node_runtime crate #26
Comments
done, except https://github.com/scs/substrate-api-client/tree/no_std_rstd |
We can do that. The event enum is constructed in the same manner as the call enums, which can therefore be constructed from the metadata. I reckon approximately 2-3 ours to have that work. Would do that with a macro in order handle the dynamic argument types. |
Unfortunately, the root cause why we have to disable the contract example right now is still an open issue: So, if we can work around the Event enum dependency easily, that'd be great |
implemented listening generically for events based on data obtained from the metadata added example_generic_event_callback modified contract example to listen generically. -> contract example is fixed now. closes #26 .
It is cumbersome to fix dependency issues because we import substrate-test-runtime
The text was updated successfully, but these errors were encountered: