Jeremy Rand
Jeremy Rand
The Electrum logo should be rebranded for Electrum-NMC.
The desktop launcher name says `Electrum Namecoin Wallet`. This should maybe be rebranded to `Electrum-NMC Namecoin Wallet`. https://github.com/namecoin/electrum-nmc/blob/326f9273723b6c0bbd77afec3f6ed30556ad2063/electrum-nmc.desktop#L10-L11
It would be interesting to explore making Electrum-NMC's Python classes subclasses of upstream Electrum's, rather than forks of them. This would potentially cut down on maintenance effort substantially.
We should remove all TCP servers from `servers.json`. TLS is substantially more secure. This policy should not have an exemption for onion services.
Once https://github.com/namecoin/electrum-nmc/issues/158 is implemented, we could make the commands that issue name transactions exclude coins that are already grouped with another name (unless the user approves it). This would have...
**Is your feature request related to a problem? Please describe.** It is possible to construct valid P2PKH addresses that look like Bech32 addresses, e.g. `NC138Dg9crt4QWaZTUYLtLdwCRGqxzKkmn`. (This is an actual address...
The Electrum protocol sends headers from the server to the client as a string of concatenated headers. This is problematic for AuxPoW coins and any other coins that use variable-length...
Android builds for 3.3.10 are broken for the following reasons: - [x] Need to backport 56cb45df7014767d953cf9efd5d5b8266d070064. - [ ] Fix for https://github.com/kivy/python-for-android/issues/2170 needs to get into a python-for-android release. Once...
@gits7r reported on Matrix/IRC that connecting to IPv6 servers may be broken on Windows in 3.3.9.1. I haven't tried to reproduce this yet.
@gits7r reported an error on Matrix/IRC: ~~~ Traceback (most recent call last): File "electrum_nmc\electrum\gui\qt\network_dialog.py", line 90, in File "electrum_nmc\electrum\gui\qt\network_dialog.py", line 440, in follow_server File "electrum_nmc\electrum\network.py", line 317, in run_from_another_thread File...