1728 Commits (c657212e5b6b0fc795bc764ea07e8e061959aeba)

Author SHA1 Message Date
Chris Glass 9baaaef746 Made use of fewer constants 11 years ago
Chris Glass 0ac02bf040 Made all bip32 primitives testnet compatible. 11 years ago
ThomasV 8feb2a7b67 fix missing import. fixes #738 11 years ago
ThomasV b03d11003e update comment on x509 class 11 years ago
ThomasV 7a7e65d66c optional parameters for create_new_address 11 years ago
ThomasV f9985ae233 use x509 to check if server certificate has expired 11 years ago
ThomasV 13682cab1d use the ca list that ships with requests. update test. 11 years ago
ThomasV b5acdab3e9 allow address creation beyond gap limit in GUI. fixes #512 11 years ago
ThomasV 38f5deee86 use an input queue in synchronizer, so that new addresses can be created from other threads 11 years ago
Chris Glass b2f8d507de Fixed docstrings 11 years ago
Chris Glass 99a31b0c6a Fixes previously introduced bug 11 years ago
Chris Glass 34f0a65c49 Added more tests for user config parsing. 11 years ago
Chris Glass ad3640d7a4 Added tests for the system config function. 11 years ago
Chris Glass 221fa5848f System config should never be None 11 years ago
Chris Glass 5eeae69425 Added more tests for edge cases. 11 years ago
Chris Glass 8997c760a2 Do not use mutables as default values! 11 years ago
Chris Glass fff3ed9b77 Added a lot of tests for SimpleConfig 11 years ago
ThomasV 54973062bd restore from xprv 11 years ago
Chris Glass af5a0eba33 Added mnemonic to seed tests 11 years ago
ThomasV 8795e1a746 Comment on wallet classes. Use address_is_old to check if address is beyond gap limit 11 years ago
Chris Glass 4675ea5321 Added util test file 11 years ago
Chris Glass bc98223188 Added more bitcoin tests 11 years ago
Chris Glass 9dc814ec8c Made _do_test_crypto private to allow nosetests 11 years ago
Chris Glass 413945435a Added private/public key tests 11 years ago
Chris Glass 73c33820db Moved bitcoin.py tests to their own file 11 years ago
ThomasV 0c440ee6a6 wallet.is_beyond_limit (False for imported accounts) 11 years ago
ThomasV c742e8c5cf minor fix 11 years ago
ThomasV 0c6d470296 various bugfixes for imported addresses 11 years ago
Chris Glass 2765b66411 Removed uselss comment. 11 years ago
Chris Glass 01f3e31c6b First cleanup branch commit 11 years ago
ThomasV 2c7bf3ca1a detect if wallet can sign tx before showing sign button 11 years ago
ThomasV b32d0c77a3 fix bug with the order of signatures in tx input 11 years ago
ThomasV 37148b72d4 show number of tx signatures in gui 11 years ago
ThomasV b28a0bcdd4 getmpk: return list of accounts 11 years ago
ThomasV a24e32266f help text for signrawtransaction 11 years ago
ThomasV 3f15a8f217 serialize: do not use x_pubkeys if we have enough signatures. 11 years ago
ThomasV 785b54f8f4 fix add_keypairs: support old wallets 11 years ago
ThomasV 85505c1d8e cleanup (dead code) 11 years ago
ThomasV 0636ef8b32 compact serialized format for unsigned and partially signed transactions. 11 years ago
ThomasV a40ed14953 fix save_qrcode 11 years ago
ThomasV e2d03f1cc9 show popup if qr scanner not enabled 11 years ago
ThomasV 52e74ccda1 parse_scriptSig 11 years ago
ThomasV c07c1c58ed access to global configuration using set_config and get_config 11 years ago
ThomasV 2b2a8d17df bundle dependencies in 'packages' dir. use qrcode instead of pyqrnative 11 years ago
ThomasV f43ddf1d8f parse_URI: amount is in satoshis 11 years ago
ThomasV 47c491624e show expired status in invoices tab 11 years ago
ThomasV 38e7d8ebe5 show color if payment request has expired 11 years ago
ThomasV 36cee62849 import paymentrequests only when really needed 11 years ago
ThomasV 58c302a4cf minor fixes 11 years ago
ThomasV 6f3c9e6a44 unify util.parse_URI 11 years ago