1610 Commits (96070246b72acb4c97d8e0726c636cea3adc4fea)

Author SHA1 Message Date
Chris Glass 34f0a65c49 Added more tests for user config parsing. 10 years ago
Chris Glass ad3640d7a4 Added tests for the system config function. 10 years ago
Chris Glass 221fa5848f System config should never be None 10 years ago
Chris Glass 5eeae69425 Added more tests for edge cases. 10 years ago
Chris Glass 8997c760a2 Do not use mutables as default values! 10 years ago
Chris Glass fff3ed9b77 Added a lot of tests for SimpleConfig 10 years ago
ThomasV 54973062bd restore from xprv 10 years ago
Chris Glass af5a0eba33 Added mnemonic to seed tests 10 years ago
ThomasV 8795e1a746 Comment on wallet classes. Use address_is_old to check if address is beyond gap limit 10 years ago
Chris Glass 4675ea5321 Added util test file 10 years ago
Chris Glass bc98223188 Added more bitcoin tests 10 years ago
Chris Glass 9dc814ec8c Made _do_test_crypto private to allow nosetests 10 years ago
Chris Glass 413945435a Added private/public key tests 10 years ago
Chris Glass 73c33820db Moved bitcoin.py tests to their own file 10 years ago
ThomasV 0c440ee6a6 wallet.is_beyond_limit (False for imported accounts) 10 years ago
ThomasV c742e8c5cf minor fix 10 years ago
ThomasV 0c6d470296 various bugfixes for imported addresses 10 years ago
Chris Glass 2765b66411 Removed uselss comment. 10 years ago
Chris Glass 01f3e31c6b First cleanup branch commit 10 years ago
ThomasV 2c7bf3ca1a detect if wallet can sign tx before showing sign button 10 years ago
ThomasV b32d0c77a3 fix bug with the order of signatures in tx input 10 years ago
ThomasV 37148b72d4 show number of tx signatures in gui 10 years ago
ThomasV b28a0bcdd4 getmpk: return list of accounts 10 years ago
ThomasV a24e32266f help text for signrawtransaction 10 years ago
ThomasV 3f15a8f217 serialize: do not use x_pubkeys if we have enough signatures. 10 years ago
ThomasV 785b54f8f4 fix add_keypairs: support old wallets 10 years ago
ThomasV 85505c1d8e cleanup (dead code) 10 years ago
ThomasV 0636ef8b32 compact serialized format for unsigned and partially signed transactions. 10 years ago
ThomasV a40ed14953 fix save_qrcode 10 years ago
ThomasV e2d03f1cc9 show popup if qr scanner not enabled 10 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
ThomasV 14331afc2b adding file generated by protobuf 11 years ago
ThomasV 173c034e26 on_header: return early if block_height is missing 11 years ago
ThomasV 6631ab9406 verify if pr has expired 11 years ago
ThomasV 503fd99cdb add pay_invoice menu item 11 years ago
ThomasV 4e1068b343 broadcast tx of payment request 11 years ago
ThomasV 68a75af1bd save and display request status 11 years ago
ThomasV 89a1b48ba1 column for payment request memo 11 years ago
ThomasV 86aba082e1 fix bug #718 11 years ago
ThomasV 5ed0f2224d Fix daemon port 11 years ago
ThomasV 4ec31b9fe9 prevent collision on daemon port. Add Imported_Wallet (bolkin) 11 years ago
ThomasV 958f764dae verify payment requests with tlslite and pyasn1 (pure python) instead of m2Crypto 11 years ago