Commit Graph

  • 96017fe530 fiat_e: set precision to 0.01 ThomasV 2014-06-11 18:20:25 +0200
  • 91b4019d2e sanitize get_amount ThomasV 2014-06-11 18:17:27 +0200
  • cff3d6ce31 exchange rate plugin: bi-directional conversion ThomasV 2014-06-11 18:10:21 +0200
  • efa35d9ec2 setAmount: convert to int ThomasV 2014-06-11 15:36:40 +0200
  • d9d76436db replace fiat dialog with direct edit line ThomasV 2014-06-11 15:32:09 +0200
  • a530de3122 fix: missing import ThomasV 2014-06-11 15:28:07 +0200
  • 46c2de3979 separate AmountEdit and BTCAmountEdit classes, for exchange rate plugin ThomasV 2014-06-11 14:44:26 +0200
  • 52d4437d50 fix bug #717 ThomasV 2014-06-11 13:47:32 +0200
  • 86aba082e1 fix bug #718 ThomasV 2014-06-11 13:10:48 +0200
  • 5ed0f2224d Fix daemon port ThomasV 2014-06-10 20:44:52 +0200
  • 4ec31b9fe9 prevent collision on daemon port. Add Imported_Wallet (bolkin) ThomasV 2014-06-10 20:40:42 +0200
  • 958f764dae verify payment requests with tlslite and pyasn1 (pure python) instead of m2Crypto ThomasV 2014-06-10 14:32:17 +0200
  • 440f972fd3 show payment request details ThomasV 2014-06-07 19:53:54 +0200
  • 0838b35058 add requests and pbkdf2 dependencies ThomasV 2014-06-07 13:30:40 +0200
  • 7d690d0c6b remove dead code: hboxes in list tabs ThomasV 2014-06-07 13:15:52 +0200
  • 3305c0048a pop up menu for invoices ThomasV 2014-06-07 12:45:56 +0200
  • 14dfa6f5b0 store payment requests even if M2Crypto is not available ThomasV 2014-06-07 11:11:49 +0200
  • 513f9c2d89 save invoices ThomasV 2014-06-06 16:16:14 +0200
  • 2bbcae449c fix: call get_amount from get_outputs ThomasV 2014-06-06 07:58:46 +0200
  • 38a6747eff fix: sanitize outputs ThomasV 2014-06-06 07:48:08 +0200
  • 0673df9176 minor fixes for payto_edit ThomasV 2014-06-06 07:17:47 +0200
  • 7c3d8471e5 fix: don't handle keypress if field is readonly ThomasV 2014-06-05 22:02:49 +0200
  • e699ab6660 coin control: select UTXOs in menu ThomasV 2014-06-05 21:55:11 +0200
  • d9db7771f9 tx window: let prent do the broadcast ThomasV 2014-06-05 17:55:27 +0200
  • 26d133c20a payment request: show status with help button ThomasV 2014-06-05 17:40:58 +0200
  • fd2228feab replace import * ThomasV 2014-06-05 16:29:23 +0200
  • 31226b8a34 add pbkdf2 dependency ThomasV 2014-06-05 16:19:13 +0200
  • 10e5ec56a1 setFrozen generic method ThomasV 2014-06-05 14:49:32 +0200
  • 0d02e9fd74 set payment_request to None if error ThomasV 2014-06-05 14:19:18 +0200
  • 1a35ed3573 setframe ThomasV 2014-06-05 14:15:58 +0200
  • 1cd3776e8f fix ThomasV 2014-06-05 12:55:02 +0200
  • de46bcd515 fix ThomasV 2014-06-05 12:46:18 +0200
  • fe04ceeed1 read amounts ThomasV 2014-06-05 12:20:15 +0200
  • ea9e0eb053 parse payto text ThomasV 2014-06-04 14:49:55 +0200
  • c626cad0dd paytoedit ThomasV 2014-06-03 21:53:25 +0200
  • c59f1b1edb handle units in AmountEdit ThomasV 2014-06-05 12:40:07 +0200
  • d3f136d609 parse payto text ThomasV 2014-06-04 14:49:55 +0200
  • b2cd1ce7e6 paytoedit ThomasV 2014-06-03 21:53:25 +0200
  • 6c18fa1844 simplify send tab layout (unneeded vbox) ThomasV 2014-06-03 21:47:27 +0200
  • 5a89734d6c do not raise an error if user config file is corrupted ThomasV 2014-06-03 16:16:43 +0200
  • 90a558e02c fix get_pubkey for imported keys ThomasV 2014-06-03 15:35:09 +0200
  • 1045b537aa unit test for aes ThomasV 2014-06-03 13:15:41 +0200
  • 274c67f984 check message length in mnemonic encode ThomasV 2014-06-03 09:35:34 +0200
  • 30b608c6fb move tests to unittest format ThomasV 2014-06-03 09:34:59 +0200
  • c4d10f6d63 fix: wizard 2of2 (cosigning key) ThomasV 2014-06-02 22:25:32 +0200
  • ed48588d8a fix: wizard 2of2 ThomasV 2014-06-02 21:54:53 +0200
  • 194291c80b update imported keys ThomasV 2014-06-02 08:59:41 +0200
  • 650ef92c5f class MyVerifyingKey, with constructor to submit to python-ecdsa ThomasV 2014-05-30 21:24:23 +0200
  • 16929a40b1 fix #682 ThomasV 2014-05-29 15:30:23 +0200
  • f9796994f7 Merge pull request #703 from wozz/install-show ThomasV 2014-05-29 15:07:01 +0200
  • 501bb92584 Remove Bitcoin address from serialized encryption format. Enable encrypt commands, fix ser_to_point() and add some tests ThomasV 2014-05-28 12:18:34 +0200
  • eb981926eb Merge pull request #704 from badmofo/ecies-encryption ThomasV 2014-05-28 11:14:17 +0200
  • a3d02525e2 in ecies encryption, mac headers+ciphertext instead of just ciphertext Lucas Ryan 2014-05-27 11:37:37 -0700
  • 93f61f1717 replaced jackjack encryption with corrected ecies implementation Lucas Ryan 2014-05-27 10:55:51 -0700
  • 9fcc8703e8 show/raise install dialog Michael Wozniak 2014-05-26 12:59:05 -0400
  • 680fbf1d3e fix ThomasV 2014-05-26 05:47:00 +0200
  • 17ff5d162d close method ThomasV 2014-05-26 05:40:04 +0200
  • 40b3b47d5b rewrite WaiingDialog as child class of QThread ThomasV 2014-05-24 22:54:54 +0200
  • 13fa81a90e Merge branch 'master' of git://github.com/spesmilo/electrum ThomasV 2014-05-24 22:06:48 +0200
  • 0bd1eb1f7a simple test for waiting dialog ThomasV 2014-05-24 22:06:43 +0200
  • a33b654764 Merge pull request #702 from bolkin/master ThomasV 2014-05-23 06:57:34 +0200
  • 52ba16da3d fix console importprivkey error bolkin 2014-05-23 04:18:32 +0000
  • 2ed292176e fix #700 ThomasV 2014-05-21 23:59:24 +0200
  • adb53e4c41 fix #699 ThomasV 2014-05-21 22:04:10 +0200
  • 3ba71627f4 tx radar ThomasV 2014-05-21 21:15:42 +0200
  • 35c270e075 explicit type for imported wallets. fixes #698 ThomasV 2014-05-21 16:04:58 +0200
  • 217ba7c80c createrawtransaction: keep all fields for input_info ThomasV 2014-05-21 12:37:00 +0200
  • 526361a34e follow-up to previous commit ThomasV 2014-05-21 11:45:47 +0200
  • 84954b0778 update calls to is_complete() method. fixes #693 ThomasV 2014-05-21 11:36:37 +0200
  • a21a175679 mpk hex encoding ThomasV 2014-05-15 09:13:50 +0200
  • c3676cc6e6 wallet.is_used() method ThomasV 2014-05-12 11:28:00 +0200
  • a66df2a3fa multi seed and mpk dialogs ThomasV 2014-05-12 10:53:04 +0200
  • a638127185 add paymentrequest to setup.py ThomasV 2014-05-10 23:27:05 +0200
  • d55595d322 hide help buttons if a payment request is shown ThomasV 2014-05-10 23:05:49 +0200
  • b9143b3800 show request memo ThomasV 2014-05-10 22:43:53 +0200
  • 6665a70a49 WaitingDialog class for better encapsulation ThomasV 2014-05-10 20:36:07 +0200
  • 9e2db24f5d return error status for payment requests ThomasV 2014-05-10 20:35:00 +0200
  • c3f0f69f1e add clickable label to show/hide advanced wallet types ThomasV 2014-05-09 17:31:29 +0200
  • 0fb6cdcb1a add 2of3 wallets in wizard ThomasV 2014-05-09 16:27:12 +0200
  • 8558488337 fix name ThomasV 2014-05-09 13:52:49 +0200
  • f178faf03b wizard: simplify multisig creation ThomasV 2014-05-09 13:49:05 +0200
  • 13c3422386 merge screens of the install wizard ThomasV 2014-05-09 13:12:07 +0200
  • a8558a21bc fix #680 ThomasV 2014-05-08 19:12:13 +0200
  • 5a312290e2 Target Calculation Update wozz 2014-05-08 12:44:36 -0400
  • a18d21d946 fix cmd line wallet creation. fixes #684 ThomasV 2014-05-08 15:18:38 +0200
  • 7dc4102e7d Merge pull request #683 from atweiden/empty-seed-error-msg-fix ThomasV 2014-05-08 09:14:01 +0200
  • 8985f2d73a empty seed error msg Andy Weidenbaum 2014-05-07 13:04:42 -0700
  • 370bdbe855 fix payment ack ThomasV 2014-05-07 18:59:51 +0200
  • a03b85a513 fix: gui_object.payment_request ThomasV 2014-05-07 18:47:14 +0200
  • e8a5070948 fix parse_url ThomasV 2014-05-07 18:34:00 +0200
  • 0149ec5921 sanitize payment request code ThomasV 2014-05-07 18:20:17 +0200
  • ec234105a5 send error messages for payment requests ThomasV 2014-05-07 18:10:14 +0200
  • 89849c7d52 update parse_url in gtk gui ThomasV 2014-05-07 17:35:38 +0200
  • a6d1eef549 payment requests: add style sheet for readonly fields ThomasV 2014-05-07 16:15:22 +0200
  • 87fa402c34 support for payment requests in the gui ThomasV 2014-05-07 15:26:38 +0200
  • 2642b7e126 can_import ThomasV 2014-05-07 11:53:32 +0200
  • 78a748149c Merge pull request #677 from wozz/paymnt-update ThomasV 2014-05-05 18:14:19 +0200
  • 96e1ea42a8 update to certificate check for Subject Alt Names Michael Wozniak 2014-05-05 12:09:48 -0400
  • f004dff9ef adding initial bip70 script (wozz) ThomasV 2014-05-05 17:31:39 +0200
  • 7f67b36a19 fix: num_accounts should return only confirmed bip32 accounts ThomasV 2014-05-05 12:17:25 +0200