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
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
As it is generally a bad idea that we have two places for the same information, we should merge them. This was the idea from the beginning of the json file. So the following needs to be done:
Create a new crate in a separate repo (the name of the repo and crate needs to be decided on).
The repo contains the json file and this crate.
The crate parses at compile time the json file and generates the proper Ss58AddressFormat enum.
Release and integrate this crate into substrate.
The text was updated successfully, but these errors were encountered:
The ss58-registry currently exists as the following json file: https://github.com/paritytech/substrate/blob/master/ss58-registry.json and once in code here: https://github.com/paritytech/substrate/blob/master/primitives/core/src/crypto.rs#L486
As it is generally a bad idea that we have two places for the same information, we should merge them. This was the idea from the beginning of the json file. So the following needs to be done:
Ss58AddressFormat
enum.The text was updated successfully, but these errors were encountered: