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 JSON compactness #509

Closed JeremyRand closed 3 months ago

JeremyRand commented 2 years ago

It would be nice if the Configure Name dialog showed whether the value being entered is compact JSON, so that the user doesn't accidentally waste bytes and pay higher fees.

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

JeremyRand commented 3 months ago

Fixed by https://github.com/namecoin/namecoin-core/pull/537, thanks Rose!