Merge remote-tracking branch 'upstream/master' into clean
[electrum-nvc.git] / lib /
2013-11-10 thomasvget_private_key: call get_seed first in order to check...
2013-11-10 ThomasVMerge pull request #374 from nolith/master
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-10 Eagle[TM]Update default server list (disable servers with failed...
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-06 Alessio Caiazzaallow to connect to one server only
2013-11-06 ThomasV1.9.2
2013-11-05 ThomasV1.9.1: bug fixes
2013-11-05 ThomasVfix for portable version: use its own directory
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-04 ThomasVfix validateaddress
2013-11-03 ThomasVrestore from master public key with seed v4
2013-11-03 ThomasVrm debug message
2013-11-02 ThomasVfix: wait_for_network
2013-11-02 ThomasVMerge pull request #354 from rdymac/patch-1
2013-11-02 ThomasVfix redeemPubKey for imported keys (fixes issue #350)
2013-11-02 rdymaclatest wikia version, tested
2013-11-01 ThomasVoffline signing with seed_v4
2013-11-01 ThomasVfix: offline signing
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-24 ThomasVremove -b option for listaddresses (fix issue #343)
2013-10-21 AdamISZimport Transaction object for multisig to work
2013-10-18 ThomasVfix typo in help
2013-10-16 Eagle[TM]Update default server list
2013-10-16 ThomasVpass chain to get_target (fixes issue #316)
2013-10-15 ThomasVfix bug with chunk requestor
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 ThomasVMerge pull request #332 from rdymac/translations-and...
2013-10-10 thomasvfix: height()
2013-10-10 rdymaclatest wikia version need to be checked before release
2013-10-09 ThomasVreplace blockchain.height with height(), and fix server...
2013-10-08 ThomasVsanitize server in interface.py (fix bug #309)
2013-10-08 ThomasVfix offline signing: redeemPubkey was missing
2013-10-08 ThomasVnetwork.default_server shouldnever be None
2013-10-08 ThomasVfixes for android: restore from seed
2013-10-08 ThomasVuse a regexp for the ssl bug workaround
2013-10-08 ThomasVandroid interface update and minor fixes
2013-10-08 ThomasVworkaround android bug with ssl certificates
2013-10-07 ThomasVwallet: include next_addresses by default, so that...
2013-10-07 ThomasVMerge branch 'master' of git://github.com/spesmilo...
2013-10-07 ZomnutFix for the built-in raw_input not redirectin properly...
2013-10-07 ThomasVsimplify get_balance
2013-10-07 thomasvupdate android interface
2013-10-07 thomasvMerge branch 'master' of git://github.com/spesmilo...
2013-10-07 thomasvcheck coinbase maturity (fix #252)
2013-10-07 ZomnutFix command line create/restore
2013-10-07 thomasvre-add pick_random_server
2013-10-07 thomasvupgrade message for ecdsa
2013-10-06 ThomasVupdate and fix the merchant script (fixes issue #254)
2013-10-06 ThomasVupdate a few scripts
2013-10-05 ThomasVchoose_tx_from account, and use deterministic signature...
2013-10-05 ThomasVnew account creation method (gui)
2013-10-05 ThomasVsmaller timeout if disconnected
2013-10-05 ThomasVenable changes of protocol, proxy at runtime
2013-10-05 ThomasVsupport for all protocols
2013-10-05 ThomasVfix: server lag
2013-10-05 ThomasVnetwork: fix server lag detection
2013-10-04 ThomasVshow lag in status line
2013-10-04 ThomasVhandle network.interface being None when network is...
2013-10-04 ThomasVbetter account naming/renaming
2013-10-04 ThomasVinterface.debug flag
2013-10-04 ThomasVupdate default servers
2013-10-04 ThomasVstore a list of recently encountered servers
2013-10-04 ThomasVnetwork.is_connected()
2013-10-04 ThomasVresend subscriptions after disconnect
2013-10-04 ThomasVmaintain NUM_SERVERS interfaces
2013-10-03 thomasvfix: tx_hash -> prevout_hash
2013-10-03 thomasvshow 'server lagging' icon if server lags and client...
2013-10-03 ThomasVrestore minimum lag for server swiching
2013-10-03 ThomasVauto-cycle: switch to the longest chain
2013-10-03 ThomasVremove check_windows_wallet_migration
2013-10-03 ThomasVgetpubkeys command
2013-10-03 ThomasVnew flag for commands: requires_wallet
2013-10-03 ThomasVhandle handshake failures in SSL
2013-10-03 ThomasVmove synchronous_get to network.py, fix get_balance...
2013-10-03 ThomasVdo not check certificate expiration if OpenSSL cannot...
2013-10-02 ThomasVserver name change (hachre)
2013-10-02 ThomasVnew command: getservers (fix for issue #306)
2013-10-02 ThomasVmanage subscriptions in network.py
2013-10-02 ThomasVset_server: resend subscriptions
2013-10-02 ThomasVfix
2013-10-02 ThomasVdelete expired certificates
2013-10-02 ThomasVscripts to check certificates
next