flo-electrum/lib
Johann Bauer 91e44ba6fc Show error window for unhandled exceptions
Use exception hook from main thread for all threads

Use signal to delegate error window creation to GUI thread

Add more information to issue template

Update to PyQt5

Switch from Github to REST-Service

Report to web service instead of opening the browser

Fix imports

Change crashhub URL to electrum.org server

Explain that exception hooks are only used in the Qt Gui now
2018-01-30 10:49:31 +01:00
..
tests fix tests 2018-01-16 10:52:41 +01:00
wordlist
__init__.py Extend Wallet Import Format with txin type. Extend class Imported_Wallet. 2017-09-29 15:32:55 +02:00
base_wizard.py Revert "disable p2wpkh for hw wallets for now" 2018-01-12 18:46:08 +01:00
bitcoin.py read checkpoints file in NetworkConstants, add it to setup.py 2017-12-12 11:10:50 +01:00
blockchain.py fix #3635 2018-01-13 17:09:25 +01:00
checkpoints_testnet.json Add checkpoints file for testnet. Check that received headers are after max_checkpoint 2017-12-13 14:22:46 +01:00
checkpoints.json Replace initial headers download with hardcoded checkpoints 2017-12-12 10:20:44 +01:00
coinchooser.py fee ui - rounding: display info icon with tooltip. show pre-rounding values in ui. 2018-01-03 18:08:10 +01:00
commands.py fix notify command and migrate to use scripthashes 2018-01-16 16:35:29 +01:00
contacts.py Remove unused imports. Explicitly import a few deep imports. 2017-11-13 02:28:00 -06:00
currencies.json finish BTCe to WEX renaming 2017-09-23 19:47:54 +02:00
daemon.py Merge pull request #3664 from SomberNight/json_rpc_pw 2018-01-08 00:28:27 +01:00
dnssec.py Remove unused imports. Explicitly import a few deep imports. 2017-11-13 02:28:00 -06:00
exchange_rate.py Remove unused imports. Explicitly import a few deep imports. 2017-11-13 02:28:00 -06:00
i18n.py Remove Python 2 support imports. 2017-11-13 02:26:48 -06:00
interface.py fix parsing of ipv6 addresses in interface 2017-11-20 20:17:58 +01:00
jsonrpc.py Password-protect the JSON RPC interface 2018-01-07 19:30:23 +01:00
keystore.py implement bip84: bip43 purpose/der path for p2wpkh scripts 2017-12-31 02:20:58 +01:00
mnemonic.py avoid shorter seeds 'by luck' 2017-12-27 18:26:50 +01:00
msqr.py Remove Python 2 support imports. 2017-11-13 02:26:48 -06:00
network.py revert adding handling of 'blockchain.address.subscribe' in network.py 2018-01-16 17:10:54 +01:00
old_mnemonic.py Remove Python 2 support imports. 2017-11-13 02:26:48 -06:00
paymentrequest_pb2.py paymentrequest upd 2017-08-26 08:28:24 +02:00
paymentrequest.proto Update paymentrequests.proto 2017-08-23 03:15:14 +02:00
paymentrequest.py fix 3262: protobuf SerializeToString() returns bytes.. 2017-11-13 11:10:51 +01:00
pem.py fix #3411 2018-01-04 03:40:35 +01:00
plot.py Handle empty outgoing transactions for plot 2017-12-09 20:39:07 +01:00
plugins.py DeviceMgr: nicer message when pairing 2017-11-24 10:12:53 +01:00
qrscanner.py Fix segfault when using a specific camera device 2017-12-17 20:45:03 +01:00
ripemd.py update ripemd module for python3 2017-08-26 08:28:25 +02:00
rsakey.py minor 2017-11-29 18:14:39 -06:00
segwit_addr.py add segwit bech32 module 2017-08-31 09:59:54 +02:00
servers_testnet.json fix testnet 2017-09-14 02:06:08 +02:00
servers.json Read default server list from file. Update list with 1.1 servers. Remove nolnet option. 2017-09-13 11:30:30 +02:00
simple_config.py config v2: change server protocol to :s instead of removing it 2018-01-16 11:53:31 +01:00
storage.py Remove unused imports. Explicitly import a few deep imports. 2017-11-13 02:28:00 -06:00
synchronizer.py Remove unused imports. Explicitly import a few deep imports. 2017-11-13 02:28:00 -06:00
transaction.py follow-up 65eae139af 2018-01-10 18:39:25 +01:00
util.py Show error window for unhandled exceptions 2018-01-30 10:49:31 +01:00
verifier.py fix #3635 2018-01-13 17:09:25 +01:00
version.py version 3.0.5 2018-01-08 01:22:12 +01:00
wallet.py fee ui - rounding: display info icon with tooltip. show pre-rounding values in ui. 2018-01-03 18:08:10 +01:00
websockets.py websocket: migrate to scripthashes 2018-01-16 16:02:58 +01:00
x509.py Remove unused imports. Explicitly import a few deep imports. 2017-11-13 02:28:00 -06:00