ThomasV
|
7a7e65d66c
|
optional parameters for create_new_address
|
11 years ago |
ThomasV
|
b5acdab3e9
|
allow address creation beyond gap limit in GUI. fixes #512
|
11 years ago |
ThomasV
|
38f5deee86
|
use an input queue in synchronizer, so that new addresses can be created from other threads
|
11 years ago |
ThomasV
|
54973062bd
|
restore from xprv
|
11 years ago |
ThomasV
|
8795e1a746
|
Comment on wallet classes. Use address_is_old to check if address is beyond gap limit
|
11 years ago |
ThomasV
|
0c440ee6a6
|
wallet.is_beyond_limit (False for imported accounts)
|
11 years ago |
ThomasV
|
0c6d470296
|
various bugfixes for imported addresses
|
11 years ago |
Chris Glass
|
2765b66411
|
Removed uselss comment.
|
11 years ago |
Chris Glass
|
01f3e31c6b
|
First cleanup branch commit
This fixes some import and whitespace issues to align closer to pep8.
I added a few comments to make further contributions easier.
|
11 years ago |
ThomasV
|
2c7bf3ca1a
|
detect if wallet can sign tx before showing sign button
|
11 years ago |
ThomasV
|
b32d0c77a3
|
fix bug with the order of signatures in tx input
|
11 years ago |
ThomasV
|
785b54f8f4
|
fix add_keypairs: support old wallets
|
11 years ago |
ThomasV
|
85505c1d8e
|
cleanup (dead code)
|
11 years ago |
ThomasV
|
0636ef8b32
|
compact serialized format for unsigned and partially signed transactions.
|
11 years ago |
ThomasV
|
86aba082e1
|
fix bug #718
|
11 years ago |
ThomasV
|
38a6747eff
|
fix: sanitize outputs
|
11 years ago |
ThomasV
|
e699ab6660
|
coin control: select UTXOs in menu
|
11 years ago |
ThomasV
|
194291c80b
|
update imported keys
|
11 years ago |
ThomasV
|
501bb92584
|
Remove Bitcoin address from serialized encryption format. Enable encrypt commands, fix ser_to_point() and add some tests
|
11 years ago |
ThomasV
|
adb53e4c41
|
fix #699
|
11 years ago |
ThomasV
|
35c270e075
|
explicit type for imported wallets. fixes #698
|
11 years ago |
ThomasV
|
c3676cc6e6
|
wallet.is_used() method
|
11 years ago |
ThomasV
|
a66df2a3fa
|
multi seed and mpk dialogs
|
11 years ago |
ThomasV
|
0fb6cdcb1a
|
add 2of3 wallets in wizard
|
11 years ago |
ThomasV
|
a18d21d946
|
fix cmd line wallet creation. fixes #684
|
11 years ago |
ThomasV
|
2642b7e126
|
can_import
|
11 years ago |
ThomasV
|
7f67b36a19
|
fix: num_accounts should return only confirmed bip32 accounts
|
11 years ago |
ThomasV
|
fa4c2b96d7
|
p2sh wallets cannot create accounts
|
11 years ago |
ThomasV
|
97a6f91451
|
fix: is_address, is_private_key: check that text is not empty
|
11 years ago |
ThomasV
|
90f5133983
|
utf8 encode seed (old wallets)
|
11 years ago |
ThomasV
|
430c7aa92e
|
fix: get_seed
|
11 years ago |
ThomasV
|
c9fc6275ab
|
move private key methods from wallet to accounts
|
11 years ago |
ThomasV
|
9b8ad42a66
|
id of imported account
|
11 years ago |
ThomasV
|
e9968e4a39
|
imported_keys and accounts
|
11 years ago |
ThomasV
|
4a33cf256b
|
remove dead code: get_imported_balance
|
11 years ago |
ThomasV
|
09a2254739
|
fix #676
|
11 years ago |
ThomasV
|
0536f256cf
|
fix: imported_account
|
11 years ago |
ThomasV
|
2a938ad516
|
fix: pending accounts
|
11 years ago |
ThomasV
|
fdf8697e58
|
handle pending and imported accounts using account child classes
|
11 years ago |
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 |