ThomasV
|
9d3162b1a1
|
simplify get_label
|
9 years ago |
Neil Booth
|
ae4cfc9f0b
|
Unregister network callbacks from QT gui
Rework the callback system in QT to make this easy, and avoid
leaking window references that prevent the window from being
GC-ed on close
|
9 years ago |
Neil Booth
|
afb5013272
|
Remove non-existent callbacks and handlers
|
9 years ago |
Juraj Variny
|
812399f51d
|
Fix 'need more than 2 values to unpack' error.
|
9 years ago |
Neil Booth
|
49797c3094
|
Create a Plugins class
Encapsulates plugin logic and removes global variable ugliness.
|
9 years ago |
ThomasV
|
92e0744470
|
Refactoring of daemon:
* gui and daemon are in the same process
* commands that require network are sent to the daemon
* open only one gui window per wallet
|
9 years ago |
ThomasV
|
43880d452e
|
dynamic fees
|
10 years ago |
Neil Booth
|
03e53a5e01
|
Create a constant for 100000000 and use it
Use same name as is in bitcoind.
Note that one of the constants in text.py had the wrong number
of zeroes previously...
|
10 years ago |
ThomasV
|
c2a4252065
|
do not pass config to storage. request height from network_proxy if connected
|
10 years ago |
ThomasV
|
687cc7783f
|
show unmatured coins in status bar. fixes #1163
|
10 years ago |
ThomasV
|
782522fb71
|
update guis for new contacts
|
10 years ago |
ThomasV
|
9e5cf68e93
|
updates for stdio gui
|
10 years ago |
ThomasV
|
4da10d9a00
|
convert tab to spaces
|
10 years ago |
ThomasV
|
2c51b0aa14
|
update mnemonic imports
|
10 years ago |
ortutay
|
4edfc6d82e
|
Coinbase BuyBack plugin
|
11 years ago |
Bryan Stitt
|
6cd4ed486a
|
fix more bare excepts
|
11 years ago |
Bryan Stitt
|
f0eb0eccde
|
replace BaseException with Exception
|
11 years ago |
rofl0r
|
a27ad97132
|
re-add stdio guy
removed in 2c0814f0d3
probably by mistake.
|
11 years ago |