Exchange rate update
[electrum-nvc.git] / lib /
2014-04-19 ThomasVhandle coinbase transactions explicitly
2014-04-17 ThomasVfix #563
2014-04-17 ThomasVslightly better notifications. at least, it fixes #652
2014-04-17 ThomasVjson-friendly debug messages. fix #659
2014-04-17 ThomasVMerge branch 'master' of git://github.com/spesmilo...
2014-04-17 ThomasVfix #661
2014-04-14 DrakLower minimum tx fee in line with Bitcoin 0.9
2014-04-13 ThomasVfix signatures returned by get_address_from_input_scrip...
2014-04-12 wozzMerge pull request #650 from wozz/URI-bug
2014-04-12 ThomasVfix #651
2014-04-12 Michael WozniakBitcoin URL Handling
2014-04-10 FynnAccept FreeBSD OS
2014-04-09 ThomasVfix: public instead of private
2014-04-07 ThomasVtransaction: add_signature(), is_complete() methods
2014-04-06 ThomasVhooks and workflow for 2of3 wallets
2014-04-05 ThomasVrename do_send as send. fixes #645
2014-04-05 ThomasVcheck seed in gui. fixes #622
2014-04-05 ThomasVre-enable seed tests. get_public_keys method
2014-04-03 ThomasVfix and simplify tx serialization
2014-04-03 ThomasVsort signatures for multisig
2014-04-03 ThomasVget_pubkey_from_x
2014-04-03 ThomasVaccount:simplification
2014-04-03 ThomasVaccount:simplification
2014-04-03 ThomasVfix: getpubkey
2014-04-03 ThomasVmultisig accounts: sort pubkeys
2014-04-02 ThomasVsort pubkeys in multisig scripts
2014-04-01 ThomasVmove get_keyID to accounts
2014-04-01 ThomasVfix load_accounts
2014-04-01 ThomasVfix redeem scripts
2014-04-01 ThomasVhelper functions for bip32 derivations
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
next