namecoin / electrum-nmc

Namecoin port of Electrum Bitcoin client.
https://www.namecoin.org/
MIT License
29 stars 24 forks source link

Configure Name dialog should show CBOR diagnostic notation #316

Open JeremyRand opened 2 years ago

JeremyRand commented 2 years ago

It would be nice if the Configure Name dialog showed the corresponding CBOR Diagnostic Notation when the value being entered is valid CBOR, so that the user can tell what their CBOR value will do. Since CBOR is not part of the Python standard library, we should use Qt's CBOR functionality (Qt supports converting CBOR to Diagnostic Notation).

Blocked by https://github.com/namecoin/electrum-nmc/issues/314