flo-electrum/lib
SomberNight 92e510f8aa
synchronizer: remove warning about improperly sorted histories
Not sure if it is still useful but in its current form it was giving false positives all the time.
Specifically, the expected sorting is: confirmed txns in blockchain order + mempool txns in arbitrary order.
The "sorted" invocation puts mempool txns at the beginning, so the warning is always triggered if there is any unconfirmed history.
2018-07-03 21:41:40 +02:00
..
tests wizard: extend derivation dialog to also let user select script type. 2018-06-26 19:31:05 +02:00
wordlist Add Chinese Simplified wordlist 2015-08-20 23:18:47 +09:00
__init__.py Extend Wallet Import Format with txin type. Extend class Imported_Wallet. 2017-09-29 15:32:55 +02:00
base_crash_reporter.py Send Python version in crash reports 2018-07-02 13:41:34 +02:00
base_wizard.py wizard: extend derivation dialog to also let user select script type. 2018-06-26 19:31:05 +02:00
bitcoin.py fast hmac on python 3.7+ 2018-06-28 19:55:54 +02:00
blockchain.py Improving imports (#4448) 2018-06-19 18:36:01 +02: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 change partial txn serialization format for imported addresses txins 2018-06-15 14:08:20 +02:00
commands.py add simnet support (#4455) 2018-06-22 17:07:07 +02:00
constants.py Move BIP44 coin type to net constants. 2018-06-23 14:46:44 +00:00
contacts.py fix openalias py3 2018-03-06 16:08:49 +01:00
crypto.py fast hmac on python 3.7+ 2018-06-28 19:55:54 +02:00
currencies.json added therocktrading exchange rate (#4272) 2018-04-24 09:28:38 +02:00
daemon.py labels plugin: fix it. and extend to cli/daemon. 2018-06-29 11:58:12 +02:00
dnssec.py do not raise BaseException 2018-04-07 17:10:30 +02:00
ecc_fast.py ecc: only print warning about missing libsecp when in verbose mode 2018-06-30 22:40:50 +02:00
ecc.py fast hmac on python 3.7+ 2018-06-28 19:55:54 +02:00
exchange_rate.py util.make_dir: 0o700 permissions on folders (#4357) 2018-05-28 14:22:54 +02:00
i18n.py Add missing languages to settings dialog 2018-05-23 22:15:14 +02:00
interface.py follow-up prev 2018-06-22 18:32:01 +02:00
jsonrpc.py Daemon: Fix preflight CORS request handling 2018-06-26 12:08:16 +02:00
keystore.py wizard: extend derivation dialog to also let user select script type. 2018-06-26 19:31:05 +02:00
mnemonic.py Fix typos 2018-04-15 20:34:40 +02:00
msqr.py Remove Python 2 support imports. 2017-11-13 02:26:48 -06:00
network.py network: disconnect from server on malformed header subs 2018-07-03 17:17:20 +02: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 a bug in PaymentRequest __str__() function 2018-07-02 02:36:19 +03:00
pem.py fix #3411 2018-01-04 03:40:35 +01:00
plot.py follow-up prev 2018-03-10 00:37:16 +01:00
plugins.py electrum: cleanup plugin imports 2018-04-26 06:12:20 +02:00
qrscanner.py this probably fixes #4072 2018-03-08 10:14:32 +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_regtest.json add regtest support (#4242) 2018-04-11 19:10:14 +02:00
servers_testnet.json update default server list 2018-03-05 06:00:24 +01:00
servers.json Remove server from default list: cryptohead.de (#4320) 2018-05-03 20:30:42 +02:00
simple_config.py follow-up re #4491, do config upgrade to keep base unit settings on kivy 2018-07-02 22:52:20 +02:00
storage.py fix: i18n is not imported 2018-06-29 11:17:02 +02:00
synchronizer.py synchronizer: remove warning about improperly sorted histories 2018-07-03 21:41:40 +02:00
transaction.py make add_signature_to_txin an instance method 2018-06-26 13:09:02 +02:00
util.py remove "from addresses" from wallet logic 2018-06-11 17:55:31 +02:00
verifier.py Check SPV proof inner nodes not to be valid transactions. (#4436) 2018-06-20 18:09:38 +02:00
version.py version 3.2.2 2018-07-02 08:18:44 +02:00
wallet.py color 2fa billing outputs in Qt tx dialog 2018-07-02 14:23:14 +02:00
websockets.py fix websockets 2018-07-01 15:59:32 +02:00
x509.py use explicit utf-8 encoding when opening files in text mode 2018-03-23 21:47:51 +01:00