-WIP-electrum-btcp/lib
Neil Booth 351272f0b6 Small optimization for large wallets
Previously the verifier job would scan all transactions in
unverified_tx each time it ran.
Nothing was ever removed from this map; it would essentially
be the full set of transactions.
As the job runs about 10 times a second, for a wallet with 500 txs
this would be 5,000 useless loops a second.
This patch makes unverified_tx be simply the set of confirmed
transactions that haven't yet been verified.  txs are added once
confirmed, and removed once verified.  Hence it will almost always be
empty.
2015-08-28 12:39:19 +09:00
..
tests test_transaction: add BCDataStream test case 2015-08-25 15:51:22 +03:00
wordlist Add Chinese Simplified wordlist 2015-08-20 23:18:47 +09:00
www add character encoding declaration to index.html 2015-07-25 12:50:00 +02:00
__init__.py Have network_proxy use ThreadJob framework 2015-08-26 16:50:40 +09:00
account.py fix #1399 2015-08-16 11:25:23 +02:00
asn1tinydecoder.py replace TLSLite dependency with minimal RSA implementation 2015-08-04 18:16:06 +02:00
bitcoin.py do not import dns on android 2015-08-18 12:15:56 +02:00
blockchain.py Print reason for failure to connect headers 2015-08-01 13:09:52 +09:00
bmp.py
commands.py listunspent: convert value to float 2015-08-19 11:10:55 +02:00
contacts.py dont silence dns errors 2015-07-31 21:56:22 +02:00
daemon.py fix estimatefee for daemon 2015-08-07 10:54:32 +02:00
dnssec.py replace TLSLite dependency with minimal RSA implementation 2015-08-04 18:16:06 +02:00
i18n.py
interface.py Use select. 2015-08-22 14:03:08 +02:00
mnemonic.py Add Chinese Simplified wordlist 2015-08-20 23:18:47 +09:00
msqr.py
network.py Notify when a chunk of headers is validated 2015-08-25 14:27:53 +09:00
network_proxy.py Clean up imports; use self.print_error 2015-08-27 15:12:54 +09:00
old_mnemonic.py
paymentrequest.proto
paymentrequest.py simplify x509 constructor 2015-08-07 11:39:30 +02:00
paymentrequest_pb2.py
pem.py replace TLSLite dependency with minimal RSA implementation 2015-08-04 18:16:06 +02:00
plugins.py move init_qt hook 2015-08-07 20:06:31 +02:00
qrscanner.py
ripemd.py
rsakey.py replace TLSLite dependency with minimal RSA implementation 2015-08-04 18:16:06 +02:00
simple_config.py
socks.py
synchronizer.py Have network_proxy use ThreadJob framework 2015-08-26 16:50:40 +09:00
transaction.py fix tx strip 2015-08-18 16:33:51 +02:00
util.py Introduce thread job framework. 2015-08-26 16:41:12 +09:00
verifier.py Small optimization for large wallets 2015-08-28 12:39:19 +09:00
version.py version 2.5 2015-08-22 13:42:53 +02:00
wallet.py Small optimization for large wallets 2015-08-28 12:39:19 +09:00
websockets.py print -> util.print_error 2015-07-24 14:23:03 +02:00
x509.py remove unused code 2015-08-09 19:02:04 +03:00