ThomasV
|
d55aa43cf6
|
add version to android path
|
12 years ago |
ThomasV
|
d8c49a2fef
|
android: update create and recover dialogs
|
12 years ago |
thomasv
|
cf1f533613
|
allow offline creation/recovery within the gui
|
12 years ago |
thomasv
|
f7c3b2f067
|
pop all options that are None before passing them to SimpleConfig
|
12 years ago |
ThomasV
|
2d13107897
|
make a regular gui module for android
|
12 years ago |
thomasv
|
650a9b6074
|
do not include fee in the transaction amount shown in history. adapt history to the case where it was recovered from a pruning server
|
12 years ago |
thomasv
|
91f8bb7d0b
|
start synchronizer only after verifier is created
|
12 years ago |
ThomasV
|
02eece2c4c
|
fix CLI restore
|
12 years ago |
ThomasV
|
39a85767a3
|
solve deadlock during restore
|
12 years ago |
ThomasV
|
5bb441ce37
|
add mnemonic functions to module
|
12 years ago |
ThomasV
|
b20188a65d
|
verbose option
|
12 years ago |
ThomasV
|
99022f51bc
|
fix: get_tx_value
|
12 years ago |
thomasv
|
5e28ccd09d
|
Improve text gui. Disable print_error when text gui is used.
|
12 years ago |
ThomasV
|
7a73c2cb50
|
security fix: do not let user change seed
|
12 years ago |
ThomasV
|
fa870d83b9
|
add option to disable spv; just in case
|
12 years ago |
ThomasV
|
cfb3aa6a12
|
move 'peers.subscribe' and 'server.version' calls into the interface
|
12 years ago |
ThomasV
|
1117741e59
|
new command: 'get'
|
12 years ago |
thomasv
|
ee4de40c37
|
use WalletVerifier.add() method to register transactions
|
12 years ago |
thomasv
|
e20e40829d
|
start verifier thread only after the first wallet synchronization
|
12 years ago |
ThomasV
|
063fef86aa
|
set command: authorize by default, forbid only when dangerous
|
12 years ago |
ThomasV
|
2a06a5b493
|
tie confirmation icons to payment verifier
|
12 years ago |
thomasv
|
8b865983c6
|
make the Verifier class usable without a wallet instance
|
12 years ago |
thomasv
|
0b76e16d04
|
allow multiple callbacks for a given name
|
12 years ago |
thomasv
|
82531131ee
|
interface: do not connect inside the constructor
|
12 years ago |
thomasv
|
4fbd2ea66e
|
use named callbacks with the interface
|
12 years ago |
ThomasV
|
33eb749c6a
|
interface for command line mode
|
12 years ago |
ThomasV
|
2da0c0b77e
|
big refactoring of the interface
addition of the wallet verifier class for SPV
|
12 years ago |
thomasv
|
a361a05b08
|
text gui
|
12 years ago |
thomasv
|
5d01831090
|
text ui: first commit
|
12 years ago |
ThomasV
|
d0a6e244b1
|
new 'set' command for the CLI
|
12 years ago |
thomasv
|
c5f5e92d17
|
rename qt gui -> classic
|
12 years ago |
ThomasV
|
d92f1991a9
|
move prompt_password from wallet.py to main script
|
12 years ago |
thomasv
|
5444f55e6b
|
big refactoring: command line options and electrum.conf options override settings in wallet file.
|
12 years ago |
thomasv
|
0d11aa75c4
|
encapsulation: that kind of exception handling should be done in the gui module
|
12 years ago |
thomasv
|
a27fba8685
|
use proxy with command line too
|
12 years ago |
thomasv
|
fd13d19cb8
|
fix proxy issues: override config with command line option, and use interface.proxy in gui
|
12 years ago |
thomasv
|
880b08f337
|
remove remote wallet (broken, will be replaced)
|
12 years ago |
Samuel Tardieu
|
7e7af3c272
|
make command-line [un]freeze/prioritize find the wallet object
|
12 years ago |
thomasv
|
ad3be71ed7
|
warning against redeem private key services
|
13 years ago |
thomasv
|
f3ff9b5cf6
|
make proxy an optional parameter
|
13 years ago |
bkkcoins
|
9c4023ba58
|
Revert "Fix for wallet restore when offline"
This reverts commit af750d9363 .
|
13 years ago |
bkkcoins
|
a213655cde
|
fix offline restore
|
13 years ago |
bkkcoins
|
af750d9363
|
Fix for wallet restore when offline
|
13 years ago |
bkkcoins
|
aa6f631f2e
|
Added SOCKS support, with cmdline and SimpleConfig options
|
13 years ago |
Samuel Tardieu
|
aaa496fa60
|
Import SimpleConfig from electrum if installed
|
13 years ago |
Maran
|
a31733d065
|
Reworked the qt warning dialog
|
13 years ago |
Maran
|
6da25727f8
|
Refactored user_dir to utils and replaced it in wallet and config
|
13 years ago |
Maran
|
fbf854bcb8
|
Added a set_key setter method that can also write out the changes to file
|
13 years ago |
Maran
|
0d229383aa
|
Write out the config file to <= 4.7 QT when QT > 4.7 can't be loaded.
|
13 years ago |
Maran
|
3252b5ae4e
|
Added SimpleConfig class to deal with simple config options added for fallback to other gui when missing deps
|
13 years ago |