Results 378 issues of 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...

enhancement
qt
Hacktoberfest

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...

enhancement
qt
Hacktoberfest

It would be nice if the Configure Name dialog allowed entering values as hex, so that users who are storing binary data don't need to use the CLI.

enhancement
qt
Hacktoberfest

Upstream https://github.com/gombadi/dnsseeder recently [fixed](https://github.com/gombadi/dnsseeder/pull/17) support for DNS over TCP. This issue is for tracking upgrading our DNS seeds accordingly. - [ ] `seed.namecoin.libreisp.se` - [x] `dnsseed1.nmc.dotbit.zone` - [x] `dnsseed2.nmc.dotbit.zone` -...

**Is your feature request related to a problem? Please describe.** The use of the word "rand" to describe the parameter passed from the `name_new` result to `name_firstupdate` is unfortunate and...

enhancement
rpc

**Is your feature request related to a problem? Please describe.** `name_new` currently returns a JSON array. This is unpleasant for UX, because it requires the user to remember whether the...

enhancement
rpc
Hacktoberfest

**Is your feature request related to a problem? Please describe.** Names with binary identifiers are excluded from the Manage Names tab. They should be displayed properly. **Describe the solution you'd...

enhancement
qt
Hacktoberfest

**Is your feature request related to a problem? Please describe.** `TransactionDescDialog` doesn't include a description of name operations. E.g. an outgoing name transfer is just listed as a debit of...

enhancement
qt
Hacktoberfest

**Is your feature request related to a problem? Please describe.** The name_list Qt GUI in https://github.com/namecoin/namecoin-core/pull/353 would like to hide expired names. **Describe the solution you'd like** Add `showExpired` (...

enhancement
rpc
Hacktoberfest

**Is your feature request related to a problem? Please describe.** The `send` RPC method supports a `locktime` option. Unfortunately, this is not supported by the name RPC methods. **Describe the...

enhancement
rpc