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
#207 introduced a getter for PalletMetadata but as the strings are not validated at compile-time they may eventually fall out-of-sync. It would be better it add a ConstantsApi in the codegen crate.
The text was updated successfully, but these errors were encountered:
I wonder how much work it would be to avoid needing runtime metadata at all, since in theory everything metadata related should be doable at compile time. It's something that's crossed my mind a bit anyway, but I haven't yet looked into it!
#207 introduced a getter for
PalletMetadata
but as the strings are not validated at compile-time they may eventually fall out-of-sync. It would be better it add aConstantsApi
in the codegen crate.The text was updated successfully, but these errors were encountered: