Commit Graph

4064 Commits

Author SHA1 Message Date
ThomasV f57c581468 fix issue #967 2014-12-31 17:11:21 +01:00
ThomasV 52e9c0b498 fix createrawtransaction, using extended serialization format 2014-12-29 20:26:00 +01:00
ThomasV 3d32bba0b9 fix bug #963 2014-12-27 16:54:08 +01:00
ThomasV 477b7c3402 fix issue #961 2014-12-25 17:24:49 +01:00
ThomasV ceaa48fd73 fix #948 2014-12-21 13:04:07 +01:00
ThomasV f8fbce1243 not bip39 anymore 2014-12-14 18:47:20 +01:00
ThomasV f0ec5a73ee do not add command to console history if it starts with a space 2014-12-14 16:53:40 +01:00
ThomasV 63c7a27d7e add InvalidPassword exception 2014-12-03 22:35:05 +01:00
ThomasV 0e3500469e Merge pull request #944 from tkhaew/priv_keys_pwd
Issue #941 fix export_privkeys_dialog, add invalid password check
2014-12-03 21:22:47 +01:00
ThomasV 858ab183bb Merge pull request #947 from Tafelpoot/walletpath2
pass absolute path for new wallet
2014-12-03 21:05:39 +01:00
Tafelpoot 0737ee7fd3 pass absolute path for new wallet 2014-12-01 15:14:03 +01:00
tkhaew e667f0164a add invalid password check 2014-11-30 09:48:06 +07:00
ThomasV 7cb02f5d2a Merge branch 'Tafelpoot-contacts' 2014-11-24 12:28:51 +01:00
ThomasV 7ca3ba4e80 various fixes for reveive_requests 2014-11-24 12:28:11 +01:00
ThomasV f2988b657b Merge branch 'contacts' of github.com:Tafelpoot/electrum into Tafelpoot-contacts 2014-11-24 11:55:57 +01:00
ThomasV 68c7d2e349 fix column number for monospace font (amount) 2014-11-24 11:16:18 +01:00
wozz 29cf811858 Fix currency type for bitcoinvenezuela history
update exchange rate history for bitcoinvenezuela exchange
2014-11-23 14:41:20 -05:00
ThomasV 4ecaa636fd update README with pip 2014-11-22 14:41:47 +01:00
ThomasV 0556e7adde set data_files only when install is invoked 2014-11-22 14:03:21 +01:00
ThomasV 575cfe313f remove deprecated files from app.fil 2014-11-22 14:01:08 +01:00
ThomasV 01cf04079f add NotEnoughFunds exception 2014-11-20 19:10:43 +01:00
ThomasV 5adb10e4d2 simplification 2014-11-15 14:43:48 +01:00
ThomasV 6d8eebe2db raise exception when seed version does not match 2014-11-15 14:42:35 +01:00
Tafelpoot 218a1ee2f7 Updated Requests
- added Date and Account field to Saved Requests
- requests are now saved as dict()
  old requests will be deleted!!
- Account field is hidden when only 1 account is available
- address line now follows the current_account
- saved requests is sortable, default sorted by date
- saved requests only shows request for current_account
2014-11-14 19:47:34 +01:00
ThomasV 9b28ed9ba0 do not require name to create an account 2014-11-14 14:08:28 +01:00
ThomasV c5b47bd513 always store next_account a PendinfAccount is created 2014-11-14 13:48:15 +01:00
ThomasV 1995c56b7f before_send: fix logic 2014-11-14 11:26:42 +01:00
ThomasV b1eb6ebc91 qt gui: handle exceptions raised when opening wallet 2014-11-14 11:23:21 +01:00
ThomasV c7815bed0d str->unicode 2014-11-13 15:03:56 +01:00
ThomasV b64fef53dc change semantics of before_send hook 2014-11-13 12:36:37 +01:00
ThomasV 5331fc1a24 add before_send hook 2014-11-12 20:53:54 +01:00
ThomasV 2843d7a148 force python2 with daemon 2014-11-12 12:24:33 +01:00
ThomasV 280903cf2a fix create_status_bar hook 2014-11-11 20:42:21 +01:00
ThomasV 67de616a29 add copy button to receive tab 2014-11-11 17:20:15 +01:00
ThomasV 10ef0fbdf0 use wallet basename in window title 2014-11-11 16:16:51 +01:00
ThomasV 586f592af1 invoices: change column order 2014-11-11 16:03:06 +01:00
ThomasV 270c60b3c8 add status icons for invoices 2014-11-11 15:51:39 +01:00
ThomasV 99f5d368e6 move date column to first position in invoice tab 2014-11-11 10:39:34 +01:00
ThomasV 73085877dd bugfix: don't call GUI in non-GUI thread 2014-11-11 10:30:19 +01:00
ThomasV 34dbeeafc8 fix calls broken by 256a467dd7 2014-11-11 00:09:22 +01:00
ThomasV 56c6a50533 Merge pull request #914 from naleves/searchcontacts
Added searchcontacts command
2014-11-07 19:40:31 +01:00
ThomasV 571d1c8886 require python 2.7 from now 2014-11-07 17:25:54 +01:00
ThomasV e3cfc31abb Merge pull request #916 from Tafelpoot/optimize
Optimized transaction.py a bit more
2014-11-07 17:24:44 +01:00
ThomasV 5a30069d22 Merge pull request #915 from nomnombtc/master
add missing electrum_gui.qt.qrwindow to setup.py
2014-11-07 16:51:01 +01:00
nomnombtc da663d3de1 add missing electrum_gui.qt.qrwindow to setup.py 2014-11-07 01:14:16 +01:00
Nick Levesque 8fae4434c1 Added searchcontacts command 2014-11-05 18:02:44 -05:00
Tafelpoot b6f0f8c02c Merge branch 'master' of https://github.com/spesmilo/electrum into showaccount 2014-11-05 00:38:02 +01:00
Tafelpoot 5c12c2bc2f optimized, cleaned up, commented 2014-11-05 00:37:43 +01:00
ThomasV 66c652eb51 fixes for plugin integration 2014-11-04 16:23:11 +01:00
ThomasV fb75e2e53d fix get_private_key_from_xpubkey 2014-11-04 10:50:28 +01:00