fix: check if wallet has master_private_keys
[electrum-nvc.git] / lib / wallet.py
2014-03-10 ThomasVadd password to sign hook
2014-03-10 Michael Wozniakprint statement should be debug only
2014-03-05 CodingAnarchychange estimated_fee to include 34 bytes per output...
2014-03-04 ThomasVfix: network.height() is a function
2014-03-03 ThomasVencrypt/decrypt messages in gui
2014-02-28 ThomasVrestore from master public key (qt and command line)
2014-02-27 ThomasVMerge pull request #582 from dabura667/csvaddresserr
2014-02-27 ThomasVMerge branch '2.0'
2014-02-27 ThomasVrebrand this branch as 1.9.8
2014-02-26 ThomasVstrip whitespaces from seed
2014-02-26 ThomasVfix: do not create old_wallet if seed is empty because...
2014-02-24 dabura667Is_valid assert wasn't displaying anything.
2014-02-11 ThomasVstrip whitespaces from seed
2014-02-11 ThomasVfix: do not create wallet if seed is empty because...
2014-02-10 CodingAnarchyupdate estimated_fee to round up and use proper base...
2014-02-03 ThomasV1of1 is default account type
2014-02-03 ThomasVuse separata class for old wallets; decide with WalletF...
2014-02-01 ThomasVbip39
2014-01-31 ThomasVfixes for master keys
2014-01-29 ThomasVenable bip32
2014-01-27 ThomasVjson rpc daemon
2014-01-23 ThomasVjson rpc daemon
2014-01-05 ortutayCoinbase BuyBack plugin
2013-12-21 ThomasVtest is_mine in add_keypairs_from_wallet
2013-12-16 ThomasVdon't set network.interface to None when disconnetced
2013-12-16 thomasvnetwork.pending_servers, to avoid connecting the same...
2013-12-13 thomasvDuring wallet creation, do not write seed on disk befor...
2013-12-12 ThomasVMerge pull request #499 from shunyata/bugfix/synchroniz...
2013-12-12 shunyatawallet.synchronizer should exist at construction.
2013-12-11 thomasvfix offline signing with key>5
2013-11-22 ThomasVremove prioritize altogether.
2013-11-20 ThomasVfix default value in storage.get
2013-11-16 kazcwclean up sending address input
2013-11-16 kazcwselect addresses to send from
2013-11-12 ThomasVfix tx signing with watching only wallets
2013-11-11 ThomasVwallet: call create_accounts in save_seed
2013-11-11 ThomasVfix side effect in get_unspent_coins, causing transacti...
2013-11-10 thomasvget_private_key: call get_seed first in order to check...
2013-11-10 ThomasVwallet.py: use get_seed in update_password
2013-11-10 Bryan Stittdon't use bare except
2013-11-10 Bryan Stittreplace BaseException with Exception
2013-11-09 ThomasVMerge branch 'master' of git://github.com/spesmilo...
2013-11-09 ThomasVcall check_seed in get_seed
2013-11-08 thomasvfix: store seed version
2013-11-06 ThomasVdust threshold
2013-11-05 ThomasVdo not return history if offline
2013-11-05 ThomasVfix regression: offline mode
2013-11-05 WallacolooFixed indexing a function rather than calling it in...
2013-11-03 ThomasVrestore from master public key with seed v4
2013-11-02 ThomasVfix: wait_for_network
2013-11-02 ThomasVfix redeemPubKey for imported keys (fixes issue #350)
2013-11-01 ThomasVoffline signing with seed_v4
2013-11-01 ThomasVminor fix: restore from hexadecimal seed
2013-10-31 thomasvno keyid for imported keys
2013-10-31 thomasvexit after seed message
2013-10-31 thomasvfix mnemonic decode
2013-10-31 thomasvdisable bip32
2013-10-31 ThomasVseed prefix 01
2013-10-26 ThomasVseed v6
2013-10-24 ThomasVmove old wallet to subdir
2013-10-24 ThomasVcreate a subdirectory for wallets, under default path
2013-10-15 ThomasVbug fix: seed_version
2013-10-12 thomasvmove pending accounts logic into wallet.py
2013-10-10 thomasvfix parameters in mktx_from_account
2013-10-10 thomasvfix: height()
2013-10-08 ThomasVfix offline signing: redeemPubkey was missing
2013-10-08 ThomasVfixes for android: restore from seed
2013-10-07 ThomasVwallet: include next_addresses by default, so that...
2013-10-07 ThomasVsimplify get_balance
2013-10-07 thomasvcheck coinbase maturity (fix #252)
2013-10-06 ThomasVupdate and fix the merchant script (fixes issue #254)
2013-10-05 ThomasVchoose_tx_from account, and use deterministic signature...
2013-10-05 ThomasVnew account creation method (gui)
2013-10-04 ThomasVhandle network.interface being None when network is...
2013-10-04 ThomasVbetter account naming/renaming
2013-10-03 ThomasVgetpubkeys command
2013-10-03 ThomasVmove synchronous_get to network.py, fix get_balance...
2013-10-02 ThomasVmanage subscriptions in network.py
2013-10-01 ThomasVmaster privae keys dialog
2013-10-01 ThomasVdon't create all master public keys on wallet creation
2013-09-29 ThomasVadd locks to config and storage
2013-09-29 ThomasVcleanup signrawtrasaction and input_info
2013-09-29 ThomasVset label
2013-09-29 ThomasVsign_tx hook
2013-09-29 ThomasVadd input_info when transaction is created
2013-09-28 ThomasVcommon wallet.restore() method for GUIs
2013-09-28 ThomasVfix is_seeded
2013-09-24 ThomasVadd account menus and details window
2013-09-15 ThomasVsort coins by age in get_unspent_coins()
2013-09-15 thomasvfix
2013-09-15 thomasvsanitize prioritized_addresses, making sure they are...
2013-09-15 thomasvfix
2013-09-15 thomasvfix
2013-09-15 thomasvsubscribe to imported address
2013-09-15 thomasvsend from domain in mktx (fix #294)
2013-09-13 ThomasVfix
2013-09-13 ThomasVfix
2013-09-12 thomasvreplace wallet.interface everywhere
2013-09-12 ThomasVsimplify interface: use callbacks
2013-09-11 thomasvcleanup: next_addresses
next