subscan-explorer / subscan-essentials

Polkadot Substrate Explorer Subscan

Home Page:https://www.subscan.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

type registry for the substrate v4.0 chain

andropixels opened this issue · comments

does substrate v4.0 chain which is a relay node as well needs to have a type registry ?
if yes can you guide on how to generate type registry for this kind of substrate chain ?
and if not can i request a subscan-essentials version compatible with substrate v4.0 + relay chain ?
Thanks in advance

commented

@andropixels substrate v4.0 no longer needs types json, The current version is available

where i can find new version ?

image
i am getting this error with a substrate v4.0.0+ relay node

commented

@andropixels It should be a problem with the node

with normal template it works fine with this below types

{
"Weight": "u64",
"CompactAssignments": "CompactAssignmentsLatest",
"RefCount": "u32",
"Address": "MultiAddress",
"LookupSource": "MultiAddress",
"AccountInfo": "AccountInfoWithTripleRefCount"
}

but with relay node it does not 

so shoild i upgrad scale version

commented

@andropixels I update a78ad61, you can update this code and try again