1583 Commits (5ce50f44210e3775e160ad7ec783220efc1918d8)

Author SHA1 Message Date
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 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
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
ThomasV 440f972fd3 show payment request details 11 years ago
ThomasV 14dfa6f5b0 store payment requests even if M2Crypto is not available 11 years ago
ThomasV 513f9c2d89 save invoices 11 years ago
ThomasV 38a6747eff fix: sanitize outputs 11 years ago
ThomasV e699ab6660 coin control: select UTXOs in menu 11 years ago
ThomasV 26d133c20a payment request: show status with help button 11 years ago
ThomasV 31226b8a34 add pbkdf2 dependency 11 years ago
ThomasV 5a89734d6c do not raise an error if user config file is corrupted 11 years ago
ThomasV 90a558e02c fix get_pubkey for imported keys 11 years ago
ThomasV 1045b537aa unit test for aes 11 years ago
ThomasV 274c67f984 check message length in mnemonic encode 11 years ago
ThomasV 30b608c6fb move tests to unittest format 11 years ago
ThomasV 194291c80b update imported keys 11 years ago
ThomasV 650ef92c5f class MyVerifyingKey, with constructor to submit to python-ecdsa 11 years ago
ThomasV 501bb92584 Remove Bitcoin address from serialized encryption format. Enable encrypt commands, fix ser_to_point() and add some tests 11 years ago
Lucas Ryan a3d02525e2 in ecies encryption, mac headers+ciphertext instead of just ciphertext 11 years ago
Lucas Ryan 93f61f1717 replaced jackjack encryption with corrected ecies implementation 11 years ago
ThomasV adb53e4c41 fix #699 11 years ago
ThomasV 35c270e075 explicit type for imported wallets. fixes #698 11 years ago
ThomasV 217ba7c80c createrawtransaction: keep all fields for input_info 11 years ago
ThomasV 84954b0778 update calls to is_complete() method. fixes #693 11 years ago
ThomasV a21a175679 mpk hex encoding 11 years ago
ThomasV c3676cc6e6 wallet.is_used() method 11 years ago
ThomasV a66df2a3fa multi seed and mpk dialogs 11 years ago
ThomasV b9143b3800 show request memo 11 years ago
ThomasV 9e2db24f5d return error status for payment requests 11 years ago