New port numbers
[electrum-nvc.git] / lib /
2014-08-01 CryptoManiacNew port numbers master
2014-07-23 CryptoManiacRevert height comparison change
2014-07-22 CryptoManiacComment out localhost
2014-07-22 CryptoManiacAdd servers.
2014-07-22 CryptoManiacInitial novacoin support
2014-07-14 ThomasVfix: check if wallet has master_private_keys
2014-07-14 ThomasVget_seed -> check_password
2014-07-14 ThomasVfix get_pubkeys call
2014-07-14 ThomasVrm dead code
2014-07-14 ThomasVrm get_address_flags (no longer used)
2014-07-14 ThomasVload_transactions
2014-07-14 ThomasVload imported_keys outside of load_accounts
2014-07-14 ThomasVmove master_private_keys and master_public_keys to...
2014-07-13 ThomasVfix: update commands with new transaction constructors
2014-07-10 ThomasVrun_hook: no more than one plugin shall return a result
2014-07-10 ThomasVMerge pull request #749 from chrisglass/clean-tests...
2014-07-09 ThomasVfix: new outputs format and payment requests
2014-07-09 ThomasVdon't use address_is_old in code that can be run offline
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-07 ThomasVfix: get_action
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 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-06-30 ThomasVadd support for RSA_SHA256
2014-06-30 ThomasVtry pyasn1-modules as well
2014-06-30 ThomasVfix #745
2014-06-30 Michael WozniakShouldn't redo URI encoding
2014-06-30 Michael WozniakUpdate tests and fix URI parsing
2014-06-27 ThomasVsupport for OP_RETURN
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 ThomasVuse the ca list that ships with requests. update test.
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 Chris GlassFixed docstrings
2014-06-26 Chris GlassFixes previously introduced bug
2014-06-26 Chris GlassForward-merging changes from master
2014-06-26 Chris GlassAdded more tests for user config parsing.
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 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 Chris GlassAdded mnemonic to seed tests
2014-06-25 ThomasVComment on wallet classes. Use address_is_old to check...
2014-06-25 Chris GlassAdded util test file
2014-06-25 Chris GlassAdded more bitcoin tests
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-24 ThomasVwallet.is_beyond_limit (False for imported accounts)
2014-06-24 ThomasVminor fix
2014-06-24 ThomasVvarious bugfixes for imported addresses
2014-06-24 Chris GlassRemoved uselss comment.
2014-06-24 Chris GlassFirst cleanup branch commit
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 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 ThomasVcleanup (dead code)
2014-06-21 ThomasVcompact serialized format for unsigned and partially...
2014-06-17 ThomasVfix save_qrcode
2014-06-17 ThomasVshow popup if qr scanner not enabled
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-15 ThomasVparse_URI: amount is in satoshis
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-12 ThomasVadding file generated by protobuf
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 ThomasVcolumn for payment request memo
2014-06-11 ThomasVfix bug #718
next