don't use address_is_old in code that can be run offline (again)
[electrum-nvc.git] / lib /
2014-07-09 ThomasVdon't use address_is_old in code that can be run offline
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
2014-06-10 ThomasVFix daemon port
2014-06-10 ThomasVprevent collision on daemon port. Add Imported_Wallet...
2014-06-10 ThomasVverify payment requests with tlslite and pyasn1 (pure...
2014-06-07 ThomasVshow payment request details
2014-06-07 ThomasVstore payment requests even if M2Crypto is not available
2014-06-06 ThomasVsave invoices
2014-06-06 ThomasVfix: sanitize outputs
2014-06-05 ThomasVcoin control: select UTXOs in menu
2014-06-05 ThomasVpayment request: show status with help button
2014-06-05 ThomasVadd pbkdf2 dependency
2014-06-03 ThomasVdo not raise an error if user config file is corrupted
2014-06-03 ThomasVfix get_pubkey for imported keys
2014-06-03 ThomasVunit test for aes
2014-06-03 ThomasVcheck message length in mnemonic encode
2014-06-03 ThomasVmove tests to unittest format
2014-06-02 ThomasVupdate imported keys
2014-05-30 ThomasVclass MyVerifyingKey, with constructor to submit to...
2014-05-28 ThomasVRemove Bitcoin address from serialized encryption forma...
2014-05-27 Lucas Ryanin ecies encryption, mac headers+ciphertext instead...
next