electrum-nmc
electrum-nmc copied to clipboard
"Configure Name" dialog doesn't support non-ASCII identifiers/values
The "Configure Name" dialog doesn't support non-ASCII identifiers and values; we should fix that (e.g. supporting hex).
~~Blocked by https://github.com/namecoin/electrum-nmc/issues/45~~
Edit: The UI I'm picturing here is a textbox for ASCII (already there), a textbox for hex, auto conversion when the user types into either, and an ASCII/hex radio button for showing/hiding them selectively. Given this, we don't need to block on #45, the UI can simply grab the ASCII from the ASCII textbox when passing to the wallet commands if #45 isn't done yet.