ThomasV
|
512a812872
|
try http if tcp fails.
|
12 years ago |
thomasv
|
1f71e5e225
|
call set_language only if gui is used.
|
12 years ago |
thomasv
|
66fa7b610b
|
option to set gui language from command line
|
12 years ago |
thomasv
|
accbf7ea82
|
fix: exit if no password is provided when needed
|
12 years ago |
thomasv
|
72b4ac97d0
|
use portable flag on android instead of explicit path for headers file. use urllib.retrieve()
|
12 years ago |
thomasv
|
6bd57d4829
|
change headers path for android
|
12 years ago |
thomasv
|
bd96815eb3
|
command line option for portable wallets
|
12 years ago |
thomasv
|
4e070bda57
|
new command: signtx (offline transaction signing)
|
12 years ago |
thomasv
|
c763445734
|
allow multiple-outputs transactions with mktx()
|
12 years ago |
thomasv
|
108dfb6140
|
revert to daemon threads because some clients do not seem to close their sockets cleanly
|
12 years ago |
ThomasV
|
36ef16cfb2
|
fix path for android
|
12 years ago |
ThomasV
|
c68bf5a1d7
|
print_error -> print_msg
|
12 years ago |
ThomasV
|
9afbf21197
|
no daemon
|
12 years ago |
ThomasV
|
0ad7f72d3d
|
nodaemon
|
12 years ago |
ThomasV
|
a79cda99e5
|
return True in retore_wallet
|
12 years ago |
ThomasV
|
acbfa77af5
|
return True in network dialog, because None means offline
|
12 years ago |
ThomasV
|
d6edf45eb7
|
use adhoc print function
|
12 years ago |
thomasv
|
6e0a62fada
|
return parser object because it is needed to display help
|
12 years ago |
thomasv
|
537d02977c
|
fix balance display in flatfly's bug. restore the wallet.update() method
|
12 years ago |
flatfly
|
1b85fa3125
|
Fix wallet path in deseed and reseed
|
12 years ago |
ThomasV
|
b6c494ce6a
|
fix network dialog
|
12 years ago |
ThomasV
|
d2c91d9a0f
|
simplify the create/restore procedure
|
12 years ago |
ThomasV
|
9a9e7c1b7c
|
simplification
|
12 years ago |
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 |