fix mnemonic decode
[electrum-nvc.git] / lib / wallet.py
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
2013-09-01 ThomasVstart wallet threads from wallet class
2013-09-01 ThomasVseparation between wallet storage and config
2013-08-31 ThomasVrestore old accounts from seed
2013-08-29 ThomasVrestore bip32 accounts
2013-08-29 ThomasVcreate new accounts through wallet.synchronize()
2013-08-17 ThomasVdelete unneeded test
2013-08-17 ThomasVfixes for signrawtransaction
2013-08-17 ThomasVinclude master public key in bip32 metadata
2013-08-17 ThomasVsave account name as label
2013-08-17 ThomasVcleanup
2013-08-17 ThomasVsimplify: public_key_from_private_key
2013-08-17 ThomasVdon't pass addresses to tx.sign(), pass keypairs instead
2013-08-17 ThomasVupdate signrawtransaction
2013-08-16 ThomasVwallet.num_accounts and account_id method
2013-08-16 ThomasVfix tx signing
2013-08-15 ThomasVcreate_accounts for 2of3
2013-08-15 ThomasV2of3 accounts
2013-08-07 ThomasVfix create_new_account
2013-08-07 ThomasVhex encode the output of account.get_pubkey()
2013-08-07 ThomasVencryption of bip32 master private keys
2013-08-07 ThomasVmake wallet.get_private_keys more general
2013-08-07 thomasvget_new_address -> get_address
2013-08-07 ThomasVbip32
2013-08-07 ThomasVfix create_new_account
2013-08-07 ThomasVhex encode the output of account.get_pubkey()
2013-08-05 ThomasVencryption of bip32 master private keys
2013-08-05 ThomasVmake wallet.get_private_keys more general
2013-08-04 thomasvget_new_address -> get_address
2013-08-04 ThomasVbip32
2013-08-04 thomasvget_new_address -> get_address
2013-08-03 ThomasVbip32
next