-WIP-electrum-btcp/gui
Neil Booth 0f29984f07 Speed up freezing and unfreezing of many addresses
Speedup mainly from writing to storage only once.
Make frozen_addresses a set in memory, as sets give cleaner
code and are more efficient.

Minor change in behaviour: command line freezing used to return
False if the address isn't in the wallet OR the address was already
frozen.  Now it returns more like a success code: it returns False
only if the address isn't in the wallet regardless of frozen state.
Similarly for unfreezing.
2015-05-31 11:54:21 +09:00
..
qt Speed up freezing and unfreezing of many addresses 2015-05-31 11:54:21 +09:00
__init__.py documentation on GUI 2013-09-13 09:40:34 +02:00
android.py do not pass config to storage. request height from network_proxy if connected 2015-05-08 10:58:54 +02:00
gtk.py Speed up freezing and unfreezing of many addresses 2015-05-31 11:54:21 +09:00
stdio.py do not pass config to storage. request height from network_proxy if connected 2015-05-08 10:58:54 +02:00
text.py Put getting of auto_cycle into one place. 2015-05-25 14:09:43 +09:00