ThomasV
|
95df9cd103
|
fix bugs on wallet creation
|
11 years ago |
ThomasV
|
3faeb7eab6
|
define check_password for imported wallets
|
11 years ago |
ThomasV
|
ace127ee43
|
fix password dialog, for imported wallets
|
11 years ago |
ThomasV
|
95fce65e12
|
disable wallet menus when they do not apply
|
11 years ago |
ThomasV
|
84052bcdb2
|
fix bug with has_seed
|
11 years ago |
ThomasV
|
9c37ed68f4
|
wallet.has_seed
|
11 years ago |
ThomasV
|
56e8ad3397
|
cleanup wallet classes
|
11 years ago |
ThomasV
|
17216da392
|
can_create_account
|
11 years ago |
ThomasV
|
7e0711f6ec
|
move synchronizer class in its own file. abstract wallet class.
|
11 years ago |
ThomasV
|
582fb76e9e
|
new class: Imported_Wallet
|
11 years ago |
ThomasV
|
0ba73dfc95
|
restore get_master_public_key function. fixes #668
|
11 years ago |
ThomasV
|
5d68ce4f22
|
wizard: option to create multisig wallet manually
|
11 years ago |
ThomasV
|
70a638a7c3
|
more robust install wizard
|
11 years ago |
ThomasV
|
5a02836933
|
fix input_info for signrawtransaction
|
11 years ago |
ThomasV
|
0c100c1480
|
add_cold_seed
|
11 years ago |
ThomasV
|
217900bbfa
|
watching_only wallets have a single account
|
11 years ago |
ThomasV
|
1662a9e9c5
|
fix: get_master_public_key
|
11 years ago |
ThomasV
|
a1daba6afe
|
get_master_public_keys
|
11 years ago |
ThomasV
|
a3dd9f700c
|
no accounts in multisig wallets
|
11 years ago |
ThomasV
|
26c65dd65f
|
lower default fee. fixes #403
|
11 years ago |
ThomasV
|
5d9b9492e1
|
abstract and improve seed and key methods
|
11 years ago |
ThomasV
|
41f9da1559
|
fix #655
|
11 years ago |
ThomasV
|
6c96b38abf
|
installwizard: multisig wallets
|
11 years ago |
ThomasV
|
80a988e337
|
slightly better notifications. at least, it fixes #652
|
11 years ago |
ThomasV
|
8a7a6f347b
|
fix #661
|
11 years ago |
ThomasV
|
1751c3ac7f
|
fix: public instead of private
|
11 years ago |
ThomasV
|
102bc204d5
|
hooks and workflow for 2of3 wallets
|
11 years ago |
ThomasV
|
c24482c21a
|
check seed in gui. fixes #622
|
11 years ago |
ThomasV
|
38a59c0b37
|
re-enable seed tests. get_public_keys method
|
11 years ago |
ThomasV
|
df540cb241
|
move get_keyID to accounts
|
11 years ago |
ThomasV
|
5c31263848
|
fix load_accounts
|
11 years ago |
ThomasV
|
5a43b633d6
|
update bip32 accounts and wallet
|
11 years ago |
ThomasV
|
9543d2b5ec
|
catch exception in signrawtransaction, if wallet is not synchronized
|
11 years ago |
ThomasV
|
e2c749cdab
|
bip32 uses compressed K
|
11 years ago |
ThomasV
|
b379a14cd2
|
guess seed_version on old wallets
|
11 years ago |
ThomasV
|
4e8bb4dac4
|
add tx direction info to default labels
|
11 years ago |
ThomasV
|
960e7bc3df
|
fix reference to verifier
|
11 years ago |
ThomasV
|
6ecb977461
|
add password to sign hook
|
11 years ago |
Michael Wozniak
|
820328781a
|
print statement should be debug only
comment print statement of seed
|
11 years ago |
CodingAnarchy
|
b9bf3a2ee8
|
change estimated_fee to include 34 bytes per output instead of hard-coded 80 (issue #520)
|
11 years ago |
ThomasV
|
12e9f49042
|
fix: network.height() is a function
|
11 years ago |
ThomasV
|
da6f292dd5
|
encrypt/decrypt messages in gui
|
11 years ago |
ThomasV
|
e955ee69a8
|
restore from master public key (qt and command line)
|
11 years ago |
ThomasV
|
638526712b
|
rebrand this branch as 1.9.8
|
11 years ago |
ThomasV
|
79309c9625
|
strip whitespaces from seed
|
11 years ago |
ThomasV
|
22408c1316
|
fix: do not create old_wallet if seed is empty because user typed gibberish
|
11 years ago |
dabura667
|
c49a97ef14
|
Is_valid assert wasn't displaying anything.
Fixed it with a message.
|
11 years ago |
ThomasV
|
bb859c244b
|
strip whitespaces from seed
|
11 years ago |
ThomasV
|
cf8c4aa491
|
fix: do not create wallet if seed is empty because user typed gibberish
|
11 years ago |
CodingAnarchy
|
cbb99e6585
|
update estimated_fee to round up and use proper base of 1000 as calculation per issue #527
|
11 years ago |