electrum-nvc.git
2014-06-25 Chris GlassAdded mnemonic to seed tests
2014-06-25 Chris GlassAdded util test file
2014-06-25 Chris GlassAdded more bitcoin tests
2014-06-25 Chris GlassMade travis only run on lib/
2014-06-25 Chris GlassAdded travis config file.
2014-06-25 Chris GlassMade _do_test_crypto private to allow nosetests
2014-06-25 Chris GlassAdded private/public key tests
2014-06-25 Chris GlassMoved bitcoin.py tests to their own file
2014-06-25 Chris GlassAdded _trial_temp to .gitignore
2014-06-24 ThomasVfix payto size
2014-06-24 ThomasVwallet.is_beyond_limit (False for imported accounts)
2014-06-24 ThomasVadd missing module qrtextedit
2014-06-24 ThomasVcatch exception within sign thread, to re-enable send...
2014-06-24 ThomasVremove unused variable.
2014-06-24 ThomasVdefine frozen signal for exchange rate plugin
2014-06-24 ThomasVminor fix
2014-06-24 ThomasVcatch exceptions raised by fiat amount conversion to...
2014-06-24 ThomasVvarious bugfixes for imported addresses
2014-06-24 ThomasVfix import
2014-06-24 ThomasVMerge pull request #730 from chrisglass/pep8ing-phase-one
2014-06-24 Chris GlassRemoved uselss comment.
2014-06-24 Chris GlassFirst cleanup branch commit
2014-06-24 ThomasVtx dialog hooks
2014-06-24 ThomasVdetect if wallet can sign tx before showing sign button
2014-06-23 ThomasVfix bug with the order of signatures in tx input
2014-06-22 ThomasVmessage: cosigner wallet
2014-06-22 ThomasVfix: edit label
2014-06-22 ThomasVshow number of tx signatures in gui
2014-06-22 ThomasVgetmpk: return list of accounts
2014-06-22 ThomasVhelp text for signrawtransaction
2014-06-21 ThomasVserialize: do not use x_pubkeys if we have enough signa...
2014-06-21 ThomasVfix add_keypairs: support old wallets
2014-06-21 ThomasVprint traceback in waiting dialog
2014-06-21 ThomasVcleanup (dead code)
2014-06-21 ThomasVcompact serialized format for unsigned and partially...
2014-06-20 ThomasVupdate packages script
2014-06-20 ThomasVadd hook for transaction_dialog
2014-06-19 ThomasVcleanup dead code
2014-06-17 ThomasVgui column set monospace font
2014-06-17 ThomasVfix save_qrcode
2014-06-17 ThomasVgui tweaks
2014-06-17 ThomasVshow popup if qr scanner not enabled
2014-06-17 ThomasVtransaction show_qr
2014-06-17 ThomasVfixedSize qrcode widget
2014-06-17 ThomasVfix: remove imports
2014-06-17 ThomasVfix imports in pos plugin
2014-06-17 ThomasVlink point of sale plugin with receive tab
2014-06-17 ThomasVparse_scriptSig
2014-06-17 ThomasVaccess to global configuration using set_config and...
2014-06-17 ThomasVbundle dependencies in 'packages' dir. use qrcode inste...
2014-06-16 ThomasVtweak receive layout
2014-06-16 ThomasVfix decimal point in AmountEdit
2014-06-16 ThomasVcatch invalid password exceptions in sign_raw_transacti...
2014-06-16 ThomasVwaiting dialog: handle exceptions
2014-06-16 ThomasVdo not show send from menu for addresses that have...
2014-06-16 ThomasVdisable save_request_button if fields are empty
2014-06-16 ThomasVfix: clear receive tab if an item is deleted
2014-06-16 ThomasVconnect receive_list, to display saved items
2014-06-16 ThomasVadjust receive_list column width
2014-06-16 ThomasVfix #727
2014-06-15 ThomasVparse_URI: amount is in satoshis
2014-06-14 ThomasVshow list of requests in receive tab
2014-06-14 ThomasVreceive tab, separate from addresses tab
2014-06-14 ThomasVuse QRTextEdit for public and private keys
2014-06-14 ThomasVfix: qrtextedit constructor
2014-06-14 ThomasVfix: expiration in invoices
2014-06-14 ThomasVnew widget: QRTextEdit
2014-06-13 ThomasVfix: payment_request
2014-06-13 ThomasVminor fix
2014-06-13 ThomasVfix
2014-06-13 ThomasVshow expired status in invoices tab
2014-06-13 ThomasVshow color if payment request has expired
2014-06-13 ThomasVimport paymentrequests only when really needed
2014-06-13 ThomasVminor fixes
2014-06-13 ThomasVunify util.parse_URI
2014-06-13 ThomasVqrscanner: use win.show_qr_code
2014-06-13 ThomasVwizard: set next button default
2014-06-13 ThomasVfix: show_raw_qr
2014-06-12 ThomasVadding file generated by protobuf
2014-06-12 ThomasVdon't set column width in update, but only in create
2014-06-12 ThomasVqrscanner: add scan button in init()
2014-06-12 ThomasVmove qr code operations to transaction window and trans...
2014-06-12 ThomasVreuse existing transaction dialog instead of duplicating it
2014-06-12 ThomasVzbar plugin: use self.win
2014-06-12 ThomasVlet the send tab parse and return its own fields
2014-06-12 ThomasVinstall instructions for zbar. fixes #610
2014-06-12 ThomasVon_header: return early if block_height is missing
2014-06-12 ThomasVverify if pr has expired
2014-06-12 ThomasVadd pay_invoice menu item
2014-06-12 ThomasVbroadcast tx of payment request
2014-06-12 ThomasVsave and display request status
2014-06-12 ThomasVfix varname
2014-06-12 ThomasVcolumn for payment request memo
2014-06-12 ThomasVimprove fee help message
2014-06-12 ThomasVfix: wrong variable name fee_e
2014-06-12 ThomasVuse BTCAmount.setAmount instead of setText
2014-06-12 ThomasVget_amount returns None if there's an exception
2014-06-11 ThomasVMerge pull request #721 from atweiden/pyasn1-modules
2014-06-11 Andy Weidenbaumpyasn1_modules.rfc2459 requires pyasn1-modules
2014-06-11 ThomasVadd new files and deps to setup
next