1610 Commits (96070246b72acb4c97d8e0726c636cea3adc4fea)

Author SHA1 Message Date
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
ThomasV 0fb6cdcb1a add 2of3 wallets in wizard 11 years ago
wozz 5a312290e2 Target Calculation Update 11 years ago
ThomasV a18d21d946 fix cmd line wallet creation. fixes #684 11 years ago
ThomasV 370bdbe855 fix payment ack 11 years ago
ThomasV e8a5070948 fix parse_url 11 years ago
ThomasV 0149ec5921 sanitize payment request code 11 years ago
ThomasV ec234105a5 send error messages for payment requests 11 years ago
ThomasV 87fa402c34 support for payment requests in the gui 11 years ago
ThomasV 2642b7e126 can_import 11 years ago
Michael Wozniak 96e1ea42a8 update to certificate check for Subject Alt Names 11 years ago
ThomasV f004dff9ef adding initial bip70 script (wozz) 11 years ago
ThomasV 7f67b36a19 fix: num_accounts should return only confirmed bip32 accounts 11 years ago
ThomasV fa4c2b96d7 p2sh wallets cannot create accounts 11 years ago
ThomasV 97a6f91451 fix: is_address, is_private_key: check that text is not empty 11 years ago
ThomasV 8534ec603f dumpprivkey -> getprivatekeys 11 years ago
ThomasV 563a7d99b9 rename command dumpprivkey as getprivatekeys 11 years ago
ThomasV 90f5133983 utf8 encode seed (old wallets) 11 years ago
ThomasV c76da17262 utf8 encoding for seed encryption 11 years ago
ThomasV 430c7aa92e fix: get_seed 11 years ago
ThomasV c9fc6275ab move private key methods from wallet to accounts 11 years ago
ThomasV 9b8ad42a66 id of imported account 11 years ago
ThomasV 339dd46d98 return imported addresses as sorted 11 years ago
ThomasV e9968e4a39 imported_keys and accounts 11 years ago
ThomasV 4a33cf256b remove dead code: get_imported_balance 11 years ago