namecoin / namecoin-core

Namecoin full node + wallet based on the current Bitcoin Core codebase.
https://www.namecoin.org/
MIT License
457 stars 146 forks source link

Configure Name dialog should show CBOR diagnostic notation #510

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 Bitcoin Core does not include a dedicated CBOR library, we should use Qt's CBOR functionality (Qt supports converting CBOR to Diagnostic Notation).

Blocked by https://github.com/namecoin/namecoin-core/issues/508