I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: Coins list in alphabetical order

dashed-slug.net Forums General discussion Coins list in alphabetical order Reply To: Coins list in alphabetical order

#5302
alexg
Keymaster

Hello,

I am looking at this change request and it seems I have already added in some code to make sure that coins are returned alphabetically sorted by name. Because this is entered into a JavaScript key-value object, the ordering is theoretically not guaranteed, however in practice, the major browsers do preserve the ordering.

If possible, could you please check the following?

1. When you visit https://example.com/?__wallets_apiversion=3&__wallets_action=get_coins_info with your browser, do you see the coins in alphabetic order by name or not? (Replace example.com with your actual domain)

2. When you enter the following in your browser’s JavaScript console (F12), do you see the coins in alphabetic order by name, or not? wp.wallets.viewModels.wallets.coins()

3. Which browser are you using?

4. Is it possible that the coin starts with a character that looks like the latin “A” but is not in the latin alphabet?

Looking forward to your reply.

thank you