Commit Graph

3478 Commits

Author SHA1 Message Date
ThomasV efa35d9ec2 setAmount: convert to int 2014-06-11 15:36:40 +02:00
ThomasV d9d76436db replace fiat dialog with direct edit line 2014-06-11 15:32:09 +02:00
ThomasV a530de3122 fix: missing import 2014-06-11 15:28:07 +02:00
ThomasV 46c2de3979 separate AmountEdit and BTCAmountEdit classes, for exchange rate plugin 2014-06-11 14:44:26 +02:00
ThomasV 52d4437d50 fix bug #717 2014-06-11 13:47:32 +02:00
ThomasV 86aba082e1 fix bug #718 2014-06-11 13:10:48 +02:00
ThomasV 5ed0f2224d Fix daemon port 2014-06-10 20:44:52 +02:00
ThomasV 4ec31b9fe9 prevent collision on daemon port. Add Imported_Wallet (bolkin) 2014-06-10 20:40:42 +02:00
ThomasV 958f764dae verify payment requests with tlslite and pyasn1 (pure python) instead of m2Crypto 2014-06-10 14:32:17 +02:00
ThomasV 440f972fd3 show payment request details 2014-06-07 19:53:54 +02:00
ThomasV 0838b35058 add requests and pbkdf2 dependencies 2014-06-07 13:30:40 +02:00
ThomasV 7d690d0c6b remove dead code: hboxes in list tabs 2014-06-07 13:15:52 +02:00
ThomasV 3305c0048a pop up menu for invoices 2014-06-07 12:45:56 +02:00
ThomasV 14dfa6f5b0 store payment requests even if M2Crypto is not available 2014-06-07 11:11:49 +02:00
ThomasV 513f9c2d89 save invoices 2014-06-06 16:16:14 +02:00
ThomasV 2bbcae449c fix: call get_amount from get_outputs 2014-06-06 07:58:46 +02:00
ThomasV 38a6747eff fix: sanitize outputs 2014-06-06 07:48:08 +02:00
ThomasV 0673df9176 minor fixes for payto_edit 2014-06-06 07:17:47 +02:00
ThomasV 7c3d8471e5 fix: don't handle keypress if field is readonly 2014-06-05 22:02:49 +02:00
ThomasV e699ab6660 coin control: select UTXOs in menu 2014-06-05 21:55:11 +02:00
ThomasV d9db7771f9 tx window: let prent do the broadcast 2014-06-05 17:55:27 +02:00
ThomasV 26d133c20a payment request: show status with help button 2014-06-05 17:40:58 +02:00
ThomasV fd2228feab replace import * 2014-06-05 16:29:23 +02:00
ThomasV 31226b8a34 add pbkdf2 dependency 2014-06-05 16:19:13 +02:00
ThomasV 10e5ec56a1 setFrozen generic method 2014-06-05 14:49:32 +02:00
ThomasV 0d02e9fd74 set payment_request to None if error 2014-06-05 14:19:18 +02:00
ThomasV 1a35ed3573 setframe 2014-06-05 14:15:58 +02:00
ThomasV 1cd3776e8f fix 2014-06-05 12:55:02 +02:00
ThomasV de46bcd515 fix 2014-06-05 12:46:18 +02:00
ThomasV fe04ceeed1 read amounts 2014-06-05 12:43:11 +02:00
ThomasV ea9e0eb053 parse payto text 2014-06-05 12:43:11 +02:00
ThomasV c626cad0dd paytoedit 2014-06-05 12:40:47 +02:00
ThomasV c59f1b1edb handle units in AmountEdit 2014-06-05 12:40:07 +02:00
ThomasV d3f136d609 parse payto text 2014-06-04 14:49:55 +02:00
ThomasV b2cd1ce7e6 paytoedit 2014-06-03 21:53:25 +02:00
ThomasV 6c18fa1844 simplify send tab layout (unneeded vbox) 2014-06-03 21:47:27 +02:00
ThomasV 5a89734d6c do not raise an error if user config file is corrupted 2014-06-03 16:16:43 +02:00
ThomasV 90a558e02c fix get_pubkey for imported keys 2014-06-03 15:35:09 +02:00
ThomasV 1045b537aa unit test for aes 2014-06-03 13:15:41 +02:00
ThomasV 274c67f984 check message length in mnemonic encode 2014-06-03 09:35:34 +02:00
ThomasV 30b608c6fb move tests to unittest format 2014-06-03 09:34:59 +02:00
ThomasV c4d10f6d63 fix: wizard 2of2 (cosigning key) 2014-06-02 22:25:32 +02:00
ThomasV ed48588d8a fix: wizard 2of2 2014-06-02 21:54:53 +02:00
ThomasV 194291c80b update imported keys 2014-06-02 08:59:41 +02:00
ThomasV 650ef92c5f class MyVerifyingKey, with constructor to submit to python-ecdsa 2014-05-30 21:24:23 +02:00
ThomasV 16929a40b1 fix #682 2014-05-29 15:30:23 +02:00
ThomasV f9796994f7 Merge pull request #703 from wozz/install-show
show/raise install dialog
2014-05-29 15:07:01 +02:00
ThomasV 501bb92584 Remove Bitcoin address from serialized encryption format. Enable encrypt commands, fix ser_to_point() and add some tests 2014-05-28 12:20:04 +02:00
ThomasV eb981926eb Merge pull request #704 from badmofo/ecies-encryption
replaced jackjack encryption with corrected ecies implementation
2014-05-28 11:14:17 +02:00
Lucas Ryan a3d02525e2 in ecies encryption, mac headers+ciphertext instead of just ciphertext 2014-05-27 11:37:37 -07:00