namecoin / namecoin-core

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

Configure Name dialog should indicate CBOR validity #508

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 Bitcoin Core does not include a dedicated CBOR library, we should use Qt's CBOR parsing functionality.

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