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 indicate CBOR validity #314

Open JeremyRand opened 2 years ago

JeremyRand commented 2 years ago

It would be nice if the Configure Name dialog showed whether the value being entered is valid CBOR, so that the user doesn't accidentally submit a broken update. Since CBOR is not part of the Python standard library, we should use Qt's CBOR parsing functionality.

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