Add @wozz GPG Public Key
[electrum-nvc.git] / lib /
2014-04-01 ThomasVfix CKD in p2sh accounts
2014-04-01 ThomasVupdate bip32 accounts and wallet
2014-03-31 ThomasVupdate bip32 derivations, using xpriv and xpub serializ...
2014-03-31 ThomasVupdate bip32 derivations, using xpriv and xpub serializ...
2014-03-31 ThomasVupdate bip32 derivations, using xpriv and xpub serializ...
2014-03-16 ThomasVMerge pull request #617 from flatfly/patch-3
2014-03-16 ThomasVdisable encrypt/decrypt
2014-03-16 flatflyUpdate daemon.py
2014-03-16 Eagle[TM]update server list
2014-03-16 ThomasVset default verbosity to false, because of daemon
2014-03-16 ThomasVmove daemon spawning code into NetworkProxy class
2014-03-16 ThomasVadd daemon port to config
2014-03-15 ThomasVfix getservers: wait until they are available
2014-03-15 ThomasVcatch exception in signrawtransaction, if wallet is...
2014-03-13 ThomasVdon't use recent_servers if list from irc is available
2014-03-13 ThomasVbip32 uses compressed K
2014-03-13 ThomasVupdate default servers
2014-03-13 ThomasVguess seed_version on old wallets
2014-03-12 ThomasVadd tx direction info to default labels
2014-03-12 ThomasVchange the format returned by history command
2014-03-11 ThomasVchange decrypt syntax
2014-03-11 ThomasVfix reference to verifier
2014-03-11 ThomasVmove start_daemon code to main script
2014-03-11 ThomasVfix return, debug flags
2014-03-11 ThomasVfix: missing import
2014-03-10 ThomasVadd missing Network methods to NetworkProxy
2014-03-10 ThomasVremove blockchain object from verifier
2014-03-10 ThomasVdaemon; initial commit
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 Michael Wozniakdisplay locktime for transaction
2014-03-05 CodingAnarchychange estimated_fee to include 34 bytes per output...
2014-03-04 ThomasVadd get_public_key method to EC_KEY class
2014-03-04 ThomasVfix: network.height() is a function
2014-03-03 ThomasVencrypt/decrypt messages in gui
2014-03-02 ThomasVfix createrawtransaction (issue #574)
2014-03-02 ThomasVfix bug in chunk validation
2014-03-02 ThomasVrename command: getutxoaddress
2014-03-02 ThomasVadd timeout to daemon, update getaddressbalance
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 ThomasVversion 1.9.8
2014-02-11 ThomasVfix: do not create wallet if seed is empty because...
2014-02-11 ThomasVparse_servers
2014-02-10 CodingAnarchyupdate estimated_fee to round up and use proper base...
2014-02-03 ThomasVremove redundant function
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-30 ThomasVnew command: getunspentaddress
2014-01-30 ThomasVuse standard format for private key passed to decrypt
2014-01-30 ThomasVnew commands: encrypt and decrypt messages
2014-01-30 ThomasVadd ECDSA asymmetric encryption
2014-01-29 ThomasVenable bip32
2014-01-29 ThomasVget_proof command
2014-01-29 ThomasVsync_get
2014-01-27 ThomasVstore merkle roots and utxo roots
2014-01-27 ThomasVdaemon
2014-01-27 ThomasVjson rpc daemon
2014-01-27 ThomasVstore merkle roots and utxo roots
2014-01-26 ThomasVdaemon
2014-01-23 ThomasVjson rpc daemon
2014-01-15 dmcdadUpdate interface.py
2014-01-13 ThomasVfix for getrawtransaction
2014-01-08 ThomasVparse_url: parse exponents
2014-01-08 ThomasVversion 1.9.7
2014-01-08 ThomasVMerge pull request #526 from ortutay/buybackplugin
2014-01-05 ortutayCoinbase BuyBack plugin
2014-01-05 ThomasVMerge pull request #504 from wyager/master
2014-01-04 bitcoindaddyAdd OpenBSD support to util.py
2014-01-04 William YagerCleaned up/commented BIP 0032 key derivation.
2013-12-25 ThomasVrenamed server. fixes issue #508
2013-12-24 Michael PearceUpdate commands.py
2013-12-21 ThomasVreturn message ids with send_http too
2013-12-21 ThomasVfix gerversion
2013-12-21 ThomasVfix sendrawtransaction
2013-12-21 ThomasVtest is_mine in add_keypairs_from_wallet
2013-12-17 ThomasVfix issue occuring with set_server
2013-12-16 ecdsafix: pending_servers
2013-12-16 ecdsafix typo
2013-12-16 ecdsaexit wait_until_connected() when all servers have been...
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-16 thomasvcleanup code in network.py
2013-12-14 ThomasVversion 1.9.6. also, reset seed_version in version.py
2013-12-14 ecdsadetect if electrum is offline during wallet creation
2013-12-13 thomasvDuring wallet creation, do not write seed on disk befor...
2013-12-13 ThomasVexit gracefully if host cannot be resolved. Fixes #488
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-12-08 Jud StephensonSet initial 'running' attribute in Network class
next