You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Code could be cleaner if we used process_macros in our runtime modules (and perhaps packages as well, not sure if they use or not).
Describe the solution you'd like
Use process_macros and eliminate a lot of serde_json::to_vec calls in runtime modules.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Code could be cleaner if we used
process_macros
in our runtime modules (and perhaps packages as well, not sure if they use or not).Describe the solution you'd like
Use
process_macros
and eliminate a lot ofserde_json::to_vec
calls in runtime modules.The text was updated successfully, but these errors were encountered: