allow address creation beyond gap limit in GUI. fixes #512
[electrum-nvc.git] / lib / wallet.py
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
2013-09-11 ThomasVmake gtk gui re-work
2013-09-10 thomasvfix: wallet.addresses
2013-09-10 thomasvfix: sign_message
2013-09-10 thomasvminor fixes
2013-09-10 thomasvminor fixes for wallet creation
2013-09-09 thomasvmove callbacks to the network class
2013-09-08 ThomasVset_label
2013-09-08 ThomasVseparate blockchain and network
2013-09-04 thomasvfix
2013-09-04 thomasvperform check_new_tx inside add_transaction
2013-09-04 thomasvfix: first_addresses
2013-09-04 thomasvmove transaction code and fix issue #280
2013-09-04 thomasvwallet.make_unsigned_transaction()
2013-09-03 ThomasVfix restore from mpk
2013-09-03 thomasvimproved install wizard
2013-09-03 thomasvrestore: try old wallet first
2013-09-03 thomasvaccount names
2013-09-03 thomasvdisable 'new account' in old wallets
2013-09-02 ThomasVsynchronizer: wait for interface
2013-09-02 ThomasVdon't use user_dir in storage
2013-09-02 thomasvfix: synchronize generated duplicated addresses
2013-09-02 ThomasVfix get_private_key for old addresses
2013-09-02 ThomasVfix regressions in tx verifier
2013-09-01 ThomasVfee belongs in wallet storage
next