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
paritytech/scale-info#209 allows fields to be renamed via typeinfo. We should also honour this field when applying our DecodeAsType derive macro, to ensure a type with #[derive(TypeInfo, scale_decode::DecodeAsType)] can be properly decoded using its type info.
The text was updated successfully, but these errors were encountered:
paritytech/scale-info#209 allows fields to be renamed via typeinfo. We should also honour this field when applying our
DecodeAsType
derive macro, to ensure a type with#[derive(TypeInfo, scale_decode::DecodeAsType)]
can be properly decoded using its type info.The text was updated successfully, but these errors were encountered: