lit icon indicating copy to clipboard operation
lit copied to clipboard

Standardize numbering for coins

Open Varunram opened this issue 7 years ago • 1 comments

Right now, we use pretty much arbitrary numbers (1,257, 65535), etc. We must have some sort of code / way we handle new alts (eg monotonous increment of numbers based on first alt added, choose your number and wait for consensus, etc). Or we could use SLIP173 types everywhere (however, that'd mean changing the type of CoinType)

Varunram avatar Sep 10 '18 13:09 Varunram

I think it is better to use name-based coin types like SLIP173. It would make the UX easier to understand.

delbonis avatar Sep 10 '18 17:09 delbonis