Jeremy Rand
Jeremy Rand
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...
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....
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...
It would be nice if the Configure Name dialog showed whether the value being entered is valid JSON, so that the user doesn't accidentally submit a broken update.
It would be nice if the Configure Name dialog showed the size (in bytes) of the value being entered, along with the max (520), so that the user has an...
It would be useful to package Electrum-NMC in various distros' package repos. * [Electrum-NMC status on Repology.](https://repology.org/project/electrum-nmc/versions) * [Upstream Electrum status on Repology.](https://repology.org/project/electrum/versions) Sub-tickets: * https://github.com/namecoin/electrum-nmc/issues/120 Hacktoberfest participants: * https://github.com/namecoin/meta/issues/77
We currently have a patch to upstream's `coinchooser.make_tx`, which adds a `name_coins` parameter. Since we added that patch, upstream has added an `inputs` parameter to that function, which appears at...
Currently, the UI string "Electrum" is hardcoded in a very large number of strings scattered across the upstream Electrum codebase, which makes maintaining a fork with proper rebranding quite a...
The length check on `rand` in https://github.com/namecoin/electrum-nmc/pull/58 expects a length of exactly 20 bytes. While this does match the transactions created by Namecoin Core, the consensus rules allow arbitrary lengths...
The `listaddressgroupings` RPC method from Bitcoin Core would be useful to have in Electrum. From Namecoin's point of view, it would be a helpful building block for making sure that...