Results 378 issues of Jeremy Rand

The "Configure Name" dialog should explain that leaving the "Transfer to" field empty will result in the current wallet owning the name, while entering a Namecoin address there will result...

enhancement
Qt :sparkles:

The `Spend from` option in the `Addresses` tab and the `Spend` option in the `Coins` tab should be adapted to supply input selection data for the `Buy Names` and `Manage...

enhancement
Qt :sparkles:

The "Renew" button doesn't handle non-ASCII identifiers properly; we should fix this.

enhancement
Qt :sparkles:

Create a transaction with 2 outputs: a `name_new` and a currency output. Add the currency output's address to the wallet. The currency UTXO will show up as a Pre-Registration in...

bug

If we want to update a name that already has an unconfirmed update already, we should use RBF. The only exception is when the unconfirmed update is an incoming transfer...

enhancement
CLI/RPC :arrow_forward:

UNOList doesn't have a convenient way to see the full version of names or values that overflow their column width (unless you think the Transaction Details dialog is convenient). Setting...

enhancement
Hacktoberfest
Qt :sparkles:

The UNOList displays heights of 0 literally, and thus shows a high-magnitude negative number for the "Expires In" field.

bug
Hacktoberfest
Qt :sparkles:

`format_name_identifier` only recognizes the `d/` and `id/` namespaces right now. We should teach it the `dd/` and `idd/` namespaces as well.

enhancement
Hacktoberfest

The [Buy Names logic for checking if a name already exists](https://github.com/namecoin/electrum-nmc/blob/710a39fd3d4b284d486d1c7da367fccc2a4e61c4/electrum_nmc/electrum/gui/qt/main_window.py#L3392-L3426) doesn't check for existing `name_new` transactions. It would be useful to check for such transactions, and call `name_firstupdate` instead...

Continuation of https://github.com/namecoin/electrum-nmc/pull/302 (copyright 2022 Zoltan Konder, licensed under MIT). I haven't reviewed this PR; it shouldn't be merged until it's reviewed.