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
We need to review and update (if necessary) Sidecar's codebase to ensure compatibility with the new address format. From a first check, we would need to:
Review that addresses in endpoint responses are in the expected format, e.g. blocks endpoint (example) > under extrinsics > events > e.g. 5 > data > there is an address: no ss58 representation since here we call fetchEvents which calls query.system.events()
Description of Upcoming Change
WFC Unifying Polkadot Ecosystem Address Format was voted which means that the
ss58
representation of addresses will be unified as described in this forum post section.Relevant Resources
Sidecar Checks & Possible Updates
We need to review and update (if necessary) Sidecar's codebase to ensure compatibility with the new address format. From a first check, we would need to:
blocks
endpoint (example) > underextrinsics
>events
> e.g.5
>data
> there is an address: noss58
representation since here we call fetchEvents which callsquery.system.events()
validateAddress
> allNetworks codeallnetworks
is imported fromutil-crypto
to obtain the network in which this address belongs to.ss58Prefix
.cc: @IkerAlus @TarikGul
The text was updated successfully, but these errors were encountered: