Jeremy Rand
Jeremy Rand
~~Blocked by https://github.com/namecoin/electrum-nmc/issues/45~~ Edit: The UI I'm picturing here is a textbox for ASCII (already there), a textbox for hex, auto conversion when the user types into either, and an...
I'd like to at least switch to `.ui` form files for the 4.0.0 milestone, even if we need to maintain a few small patches compared to Namecoin Core initially.
Note that upstream requires that such a PR not impact i18n. I.e. the naive approach of substituting a variable inside localizable strings will not work, since that will break the...
Blocked by https://github.com/Simplexum/python-bitcointx/issues/74
Are you using the `broadcast` command by itself to send the transactions, or are you also using `addtransaction`? There is an undocumented race condition in upstream Electrum; the former will...
You need to do both; see the implementation of the `name_autoregister` command for an example. Thanks for confirming this is the cause; I'll check with upstream about documenting this better....
@domob1812 @yanmaani Feel free to review. Functional tests aren't added yet; I will do so before merging, but it's currently working well enough that it should be reviewable. Workflow is...
Functional tests are added now; this is a candidate for merging.
@ryancdotorg FYI this PR implements your NameTrade non-interactive scheme.
@domob1812 @yanmaani note that I'd like Namecoin Core to wind up with the same RPC API as Electrum-NMC for this (modulo inherent differences between Core and Electrum), so if there...