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
Currently, we just support 256 bit wide integers, which are primitive types in scale-info. This type is about to be removed from scale-info. The way forward is to change the metadata representation.
We need to try this out first and then coordinate it with polkadot-js (I don't know about other front end libraries supporting this type; subxt does not).
Tasks:
Define the TypeSpec and make sure encoding/decoding still works (ideally, the existing serialization for 256 bit types should not change)
Define the path that is used by all front end frameworks to identify variable length integers
xermicus
changed the title
Substrate: Metadata support for variable length integers
Polkadot: Metadata support for variable length integers
Jul 7, 2023
Currently, we just support 256 bit wide integers, which are primitive types in
scale-info
. This type is about to be removed fromscale-info
. The way forward is to change the metadata representation.We need to try this out first and then coordinate it with
polkadot-js
(I don't know about other front end libraries supporting this type; subxt does not).Tasks:
path
that is used by all front end frameworks to identify variable length integersThe text was updated successfully, but these errors were encountered: