This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Missing event field names in post v14 metadata #10750
Labels
J2-unconfirmed
Issue might be valid, but it’s not yet known.
After this PR (#9993) textual description of event fields was removed from description field.
Eg. for balance Transfer event ot was changed from
Transfer succeeded. \[from, to, value\]
toTransfer succeeded.
This is really nowhere to be found in metadata that only returns data types like AccountId32,AccountId32,u128.
This change seems to broke many apis (like https://polkascan.io/polkadot/event/6202002-3, https://polkascan.io/polkadot/event/8273065-21 ).
I understand the benefit of changing description into keys, but at the same time neither System.Events nor Metadata isn't carrying this information anymore. Is there any new, undocumented way to retrieve this keys? (polkadotjs isn't returning this data either).
And if not, would it be possible to revert the descriptions to how they were?
Maybe @Wizdave97 ? Since you're the one who changed it?
The text was updated successfully, but these errors were encountered: