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
Hide nonce implementation details in metadata (#6562)
See polkadot-fellows/runtimes#248 : using
`TypeWithDefault` having derived `TypeInfo` for `Nonce` causes a
breaking change in metadata for nonce type because it's no longer `u64`.
Adding a default implementation of `TypeInfo` for `TypeWithDefault` to
restore the original type info in metadata.
---------
Co-authored-by: Kian Paimani <[email protected]>
0 commit comments