electrum-nvc.git
2014-07-09 Chris GlassRemoved failing test for now
2014-07-09 Chris GlassAdd tests to the wallet.py module.
2014-07-08 ThomasVfix: add type 'aaddress' in change output
2014-07-08 ThomasVstore output type explicitly in tuple
2014-07-08 ThomasVfix syntax of redeem_script
2014-07-08 ThomasVuse QPlainTextEdit instead of QTextEdit
2014-07-07 ThomasVfix: get_action
2014-07-07 ThomasVmake seed dialog a bit wider
2014-07-07 ThomasVtransaction: separate deserialize and update methods
2014-07-07 ThomasVfixes for pending accounts
2014-07-06 ThomasVget_master_public_key: always return xpub of main account
2014-07-06 ThomasVrm duplicate method getpubkey
2014-07-06 ThomasVadd_keypairs: simplification
2014-07-06 ThomasVRewrite accounts and transactions: store pubkeys instea...
2014-07-05 ThomasVwizard: ask for password earlier during restore
2014-07-05 ThomasVfix #750
2014-07-01 ThomasVfix: get_action should call get_master_public_key
2014-07-01 ThomasVbetter integration of plugins in installwizard (for...
2014-07-01 ThomasVfix: abort signing thread if wallet is watching only
2014-06-30 ThomasVadd support for RSA_SHA256
2014-06-30 ThomasVfix #744
2014-06-30 ThomasVtry pyasn1-modules as well
2014-06-30 ThomasVfix #745
2014-06-30 ThomasVMerge pull request #746 from slush0/bits
2014-06-30 ThomasVMerge pull request #743 from pooler/usagefix
2014-06-30 ThomasVMerge pull request #747 from wozz/URI_tests
2014-06-30 Michael WozniakShouldn't redo URI encoding
2014-06-30 Michael WozniakUpdate tests and fix URI parsing
2014-06-30 slush0Added base unit 'bits'.
2014-06-30 poolerFix usage summary
2014-06-27 ThomasVsupport for OP_RETURN
2014-06-27 ThomasVMerge pull request #741 from chrisglass/clean-support...
2014-06-27 Chris GlassMade use of fewer constants
2014-06-27 Chris GlassMade all bip32 primitives testnet compatible.
2014-06-27 ThomasVfix missing import. fixes #738
2014-06-27 ThomasVupdate comment on x509 class
2014-06-27 ThomasVoptional parameters for create_new_address
2014-06-27 ThomasVuse x509 to check if server certificate has expired
2014-06-26 ThomasVdon't show qrcode button in payto if it is a payment...
2014-06-26 ThomasVuse the ca list that ships with requests. update test.
2014-06-26 ThomasVcatch zbar.UnsupportedError
2014-06-26 ThomasVallow address creation beyond gap limit in GUI. fixes...
2014-06-26 ThomasVuse an input queue in synchronizer, so that new address...
2014-06-26 ThomasVMerge pull request #737 from chrisglass/fix-user-config...
2014-06-26 Chris GlassFixed docstrings
2014-06-26 Chris GlassFixes previously introduced bug
2014-06-26 ThomasVMerge pull request #736 from chrisglass/more-tests-2
2014-06-26 Chris GlassForward-merging changes from master
2014-06-26 Chris GlassAdded more tests for user config parsing.
2014-06-26 ThomasVestimate fee using number of outputs
2014-06-26 Chris GlassAdded tests for the system config function.
2014-06-25 Chris GlassSystem config should never be None
2014-06-25 Chris GlassAdded more tests for edge cases.
2014-06-25 Chris GlassTravis now excludes "gui"
2014-06-25 Chris GlassDo not use mutables as default values!
2014-06-25 Chris GlassAdded a lot of tests for SimpleConfig
2014-06-25 ThomasVMerge branch 'master' of git://github.com/spesmilo...
2014-06-25 ThomasVrestore from xprv
2014-06-25 ThomasVMerge pull request #733 from chrisglass/add-more-tests
2014-06-25 ThomasVMerge pull request #732 from chrisglass/fix-travis
2014-06-25 Chris GlassMerging master to add-more-test to fix travis
2014-06-25 Chris GlassAdded mnemonic to seed tests
2014-06-25 Chris GlassChanged pacakge dependencies for travis
2014-06-25 Chris GlassRenamed travis config file.
2014-06-25 ThomasVComment on wallet classes. Use address_is_old to check...
2014-06-25 Chris GlassAdded util test file
2014-06-25 ThomasVvideo_device default should be string
2014-06-25 ThomasVMerge pull request #731 from chrisglass/refactor-tests
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)
next