bitshares / bsips

BitShares Improvement Proposals and Protocols. These technical documents describe the process of updating and improving the BitShares blockchain and technical ecosystem.
https://bitshares.github.io
63 stars 86 forks source link

Update market URI in BSIP60 #180

Closed abitmore closed 4 years ago

abitmore commented 5 years ago

Due to historical reasons the reference wallet and some blockchain explorers implemented market/asset_asset scheme, so I think it's better to stick with it. E.G.

pmconrad commented 5 years ago

Hm. Now that the BSIP is officially included in this repo I think we can't just change things. After all, it's supposed to be a kind of standard. Also, I think using _ as a separator in an URL is a poor choice, so defining this to be the standard is not a good idea.

Perhaps better add an explanation that for historical reasons _ can also be used as the separator, but it is considered deprecated and applications should prefer /.

abitmore commented 4 years ago

When drafting new standards we should take existing applications into consideration. When updating a standard we should also consider influence of the already published old standard. So I'd like to support both format in the standard. This may create technical debts though.