ElectrumABC
ElectrumABC copied to clipboard
Mirror of https://reviews.bitcoinabc.org/source/bitcoin-abc/browse/master/electrum/
``` $ openssl s_client -connect fusion.tokamak.cash:8788 CONNECTED(00000003) depth=2 C = US, O = Internet Security Research Group, CN = ISRG Root X1 verify return:1 depth=1 C = US, O =...
#166 is an attempt to re-enable the LabelSync plugin that has been disabled ever since the fork from Electron Cash. This is a very requested feature, but it's current design...
# Description This message came up after installing the latest wallet on Windows 10. It might be related to using Trezor device. I had an old version (4.x) installed and...
See https://github.com/spesmilo/electrum/issues/6598 for one good reason. Another good reason is that some python lib devs are no longer building win32 wheels, so when we bump the python version we will...
When using Cash Fusion in command line mode, we sometimes see warnings about functions not being called from the "main thread". This is likely not an issue, as there is...
The resulting amount does not have the decimal separator. We copy an XEC amount and it is somehow turned into a satoshis amount in a widget that expects XEC (so...
Same line comments make it harder to find changes to code with `git blame`, and they interfere with `black` code formatting.
# Description # Traceback ``` Traceback (most recent call last): File "electroncash_gui\qt\main_window.py", line 675, in new_wallet File "electroncash_gui\qt\__init__.py", line 623, in start_new_window File "electroncash_gui\qt\__init__.py", line 667, in _start_wizard_to_select_or_create_wallet File "electroncash\base_wizard.py",...
- [ ] show formatted invoice (at payment time) - [ ] option to export invoice as pdf - [ ] more optional fields - [ ] invoice creation date...
After merging #60 , BCHA amounts are now localized, e.g. they use a comma as decimal point on a french computer. But fiat amounts still use a dot. This should...