thomasv
f045490597
During wallet creation, do not write seed on disk before it is encrypted
11 years ago
shunyata
de1a0f5690
wallet.synchronizer should exist at construction.
The `self.synchronizer` attribute is accessed before it ever exists when using
`electrum importprivkey` on the command line. This change sets it to None,
which is a valid state, in the wallet's constructor.
11 years ago
thomasv
1004fbd8f8
fix offline signing with key>5
11 years ago
ThomasV
9b22372c43
remove prioritize altogether.
11 years ago
ThomasV
6dc9bfbe07
fix default value in storage.get
11 years ago
kazcw
3628f6430e
clean up sending address input
in particular fee calculation was off for send-from
11 years ago
kazcw
ae028e780d
select addresses to send from
based on branch by bkkcoins
11 years ago
ThomasV
7ead6d18f2
fix tx signing with watching only wallets
11 years ago
ThomasV
588f8fd110
wallet: call create_accounts in save_seed
11 years ago
ThomasV
9db6f0c3b7
fix side effect in get_unspent_coins, causing transactions to be rejected
11 years ago
thomasv
eae0c7c3b9
get_private_key: call get_seed first in order to check password
11 years ago
ThomasV
57e7eb2ff9
wallet.py: use get_seed in update_password
11 years ago
Bryan Stitt
225d8b83a3
don't use bare except
11 years ago
Bryan Stitt
f0eb0eccde
replace BaseException with Exception
11 years ago
ThomasV
30934b69db
call check_seed in get_seed
11 years ago
thomasv
48bd2557b7
fix: store seed version
11 years ago
ThomasV
e4cdc4da0f
dust threshold
11 years ago
ThomasV
c84cc5bb8b
do not return history if offline
11 years ago
ThomasV
b1472ba1a7
fix regression: offline mode
11 years ago
Wallacoloo
cd24eb4feb
Fixed indexing a function rather than calling it in WalletStorage.put
11 years ago
ThomasV
536c898b59
restore from master public key with seed v4
11 years ago
ThomasV
d8626793bc
fix: wait_for_network
11 years ago
ThomasV
4714160f17
fix redeemPubKey for imported keys (fixes issue #350 )
11 years ago
ThomasV
67d185d7f0
offline signing with seed_v4
11 years ago
ThomasV
999bf3d2fd
minor fix: restore from hexadecimal seed
11 years ago
thomasv
71429ef4bd
no keyid for imported keys
11 years ago
thomasv
4ef6adf3ce
exit after seed message
11 years ago
thomasv
83b885c702
fix mnemonic decode
11 years ago
thomasv
5a3b80cfb2
disable bip32
11 years ago
ThomasV
5cb1d6afda
seed prefix 01
11 years ago
ThomasV
31aaae8ed2
seed v6
11 years ago
ThomasV
07bdd6c494
move old wallet to subdir
11 years ago
ThomasV
aaaeac3535
create a subdirectory for wallets, under default path
11 years ago
ThomasV
9d3c8efdda
bug fix: seed_version
11 years ago
thomasv
a9d341ec9c
move pending accounts logic into wallet.py
11 years ago
thomasv
5125ee43de
fix parameters in mktx_from_account
11 years ago
thomasv
dfb2d12602
fix: height()
11 years ago
ThomasV
367b11681b
fix offline signing: redeemPubkey was missing
11 years ago
ThomasV
14b5a3afd8
fixes for android: restore from seed
11 years ago
ThomasV
f5b54391d7
wallet: include next_addresses by default, so that we count them in balances
11 years ago
ThomasV
ec03932454
simplify get_balance
11 years ago
thomasv
ca75d3c08a
check coinbase maturity ( fix #252 )
11 years ago
ThomasV
ea0f270fd9
update and fix the merchant script (fixes issue #254 )
11 years ago
ThomasV
f14d055ad8
choose_tx_from account, and use deterministic signatures (issue #323 )
11 years ago
ThomasV
3a894725ae
new account creation method (gui)
11 years ago
ThomasV
a38298c5ee
handle network.interface being None when network is disconnected
11 years ago
ThomasV
fbf91a67ad
better account naming/renaming
11 years ago
ThomasV
6f2471b69b
getpubkeys command
11 years ago
ThomasV
7a5016ec42
move synchronous_get to network.py, fix get_balance script
11 years ago
ThomasV
40e393187a
manage subscriptions in network.py
11 years ago