fix: pending accounts
[electrum-nvc.git] / lib / wallet.py
2014-05-02 ThomasVfix: pending accounts
2014-05-02 ThomasVhandle pending and imported accounts using account...
2014-05-01 ThomasVfix bugs on wallet creation
2014-05-01 ThomasVdefine check_password for imported wallets
2014-05-01 ThomasVfix password dialog, for imported wallets
2014-05-01 ThomasVdisable wallet menus when they do not apply
2014-04-30 ThomasVfix bug with has_seed
2014-04-30 ThomasVwallet.has_seed
2014-04-30 ThomasVcleanup wallet classes
2014-04-30 ThomasVcan_create_account
2014-04-30 ThomasVmove synchronizer class in its own file. abstract walle...
2014-04-29 ThomasVnew class: Imported_Wallet
2014-04-29 ThomasVrestore get_master_public_key function. fixes #668
2014-04-29 ThomasVwizard: option to create multisig wallet manually
2014-04-28 ThomasVmore robust install wizard
2014-04-26 ThomasVfix input_info for signrawtransaction
2014-04-25 ThomasVadd_cold_seed
2014-04-25 ThomasVwatching_only wallets have a single account
2014-04-25 ThomasVfix: get_master_public_key
2014-04-25 ThomasVget_master_public_keys
2014-04-24 ThomasVno accounts in multisig wallets
2014-04-23 ThomasVlower default fee. fixes #403
2014-04-21 ThomasVabstract and improve seed and key methods
2014-04-20 ThomasVfix #655
2014-04-19 ThomasVinstallwizard: multisig wallets
2014-04-17 ThomasVslightly better notifications. at least, it fixes #652
2014-04-17 ThomasVfix #661
2014-04-09 ThomasVfix: public instead of private
2014-04-06 ThomasVhooks and workflow for 2of3 wallets
2014-04-05 ThomasVcheck seed in gui. fixes #622
2014-04-05 ThomasVre-enable seed tests. get_public_keys method
2014-04-01 ThomasVmove get_keyID to accounts
2014-04-01 ThomasVfix load_accounts
2014-04-01 ThomasVupdate bip32 accounts and wallet
2014-03-15 ThomasVcatch exception in signrawtransaction, if wallet is...
2014-03-13 ThomasVbip32 uses compressed K
2014-03-13 ThomasVguess seed_version on old wallets
2014-03-12 ThomasVadd tx direction info to default labels
2014-03-11 ThomasVfix reference to verifier
2014-03-10 ThomasVMerge branch 'master' of git://github.com/spesmilo...
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
next