support for OP_RETURN
[electrum-nvc.git] / lib /
2014-05-05 Michael Wozniakupdate to certificate check for Subject Alt Names
2014-05-05 ThomasVadding initial bip70 script (wozz)
2014-05-05 ThomasVfix: num_accounts should return only confirmed bip32...
2014-05-05 ThomasVp2sh wallets cannot create accounts
2014-05-05 ThomasVfix: is_address, is_private_key: check that text is...
2014-05-05 ThomasVdumpprivkey -> getprivatekeys
2014-05-05 ThomasVrename command dumpprivkey as getprivatekeys
2014-05-04 ThomasVutf8 encode seed (old wallets)
2014-05-04 ThomasVutf8 encoding for seed encryption
2014-05-04 ThomasVfix: get_seed
2014-05-04 ThomasVmove private key methods from wallet to accounts
2014-05-04 ThomasVid of imported account
2014-05-04 ThomasVreturn imported addresses as sorted
2014-05-04 ThomasVimported_keys and accounts
2014-05-04 ThomasVremove dead code: get_imported_balance
2014-05-04 ThomasVfix #676
2014-05-02 ThomasVfix: imported_account
2014-05-02 ThomasVfix: pending accounts
2014-05-02 ThomasVhandle pending and imported accounts using account...
2014-05-01 ThomasVfix bugs on wallet creation
2014-05-01 ThomasVsweep privkeys in gui
2014-05-01 ThomasVdefine check_password for imported wallets
2014-05-01 ThomasVfix password dialog, for imported wallets
2014-05-01 ThomasVdisable wallet menus when they do not apply
2014-04-30 ThomasVfix bug with has_seed
2014-04-30 ThomasVwallet.has_seed
2014-04-30 ThomasVcleanup wallet classes
2014-04-30 ThomasVcan_create_account
2014-04-30 ThomasVmove synchronizer class in its own file. abstract walle...
2014-04-30 ThomasVmove set_url to __init__. fixes #672
2014-04-29 ThomasVnew class: Imported_Wallet
2014-04-29 ThomasVis_new_seed: encode utf8
2014-04-29 ThomasVrestore get_master_public_key function. fixes #668
2014-04-29 ThomasVwizard: option to create multisig wallet manually
2014-04-28 ThomasVmore robust install wizard
2014-04-27 ThomasVfix signrawtransaction
2014-04-26 ThomasVfix input_info for signrawtransaction
2014-04-25 ThomasVadd_cold_seed
2014-04-25 ThomasVsweep command (does not broadcast)
2014-04-25 ThomasVwatching_only wallets have a single account
2014-04-25 ThomasVfix: get_master_public_key
2014-04-25 ThomasVget_master_public_keys
2014-04-24 ThomasVno accounts in multisig wallets
2014-04-23 ThomasVsimplify getseed: do not return hex
2014-04-23 ThomasVlower default fee. fixes #403
2014-04-21 ThomasVabstract and improve seed and key methods
2014-04-20 ThomasVfix #655
2014-04-19 ThomasVinstallwizard: multisig wallets
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
next