Jeremy Rand
Jeremy Rand
**Is your feature request related to a problem? Please describe.** When the `send` RPC method inserts an output that the user did not explicitly ask for (i.e. the change output),...
**Is your feature request related to a problem? Please describe.** The `send` RPC method supports fee control via the `conf_target`, `estimate_mode`, and `fee_rate` parameters. These are not available to name...
**Is your feature request related to a problem? Please describe.** As per consensus rules, name outputs can have any amount as long as it is at least 0.01 NMC, but...
Upstream Bitcoin Core changed their version numbering scheme from `0.21.0` to `22.0`, i.e. they've done a left-shift to remove the leading `0.`. Namecoin Core followed this change in the source...
### Describe the issue The `name_anyupdate` RPC methods do not perform any validation of the name or value. ### Can you reliably reproduce the issue? Yes. #### If so, please...
The serialization of AuxPoW headers contains two fields that are unnecessary: the `hashBlock` and `nIndex` members of the `coinbaseTx` field. `hashBlock` contains the hash of the parent block; this is...
Cirrus is failing on the `32-bit + dash [gui] [CentOS 8]` task. **Expected behavior** Cirrus should pass. **Actual behavior** ~~~ AR qt/libbitcoinqt.a CXXLD qt/namecoin-qt CXXLD qt/test/test_namecoin-qt qt/libbitcoinqt.a(libbitcoinqt_a-bitcoin.o): In function `GuiMain(int,...
**Is your feature request related to a problem? Please describe.** There is no way to specify the address type of an address generated by `name_update`, other than changing the default...
# Describe the issue Namecoin Core is patching the `src/univalue` subtree, which is supposed to exactly match the contents of https://github.com/bitcoin-core/univalue.git . This is causing a lint failure on Travis....
**Is your feature request related to a problem? Please describe.** If two people both try to register a name that is expiring soon, they have to quickly broadcast a registration...