Commit Graph

3210 Commits

Author SHA1 Message Date
ThomasV 9420afab05 remove encrypt/decrypt from release notes 2014-03-16 20:23:54 +01:00
ThomasV 7cc04f383b Merge pull request #617 from flatfly/patch-3
Remove unused import
2014-03-16 20:18:22 +01:00
ThomasV f92b483942 disable encrypt/decrypt 2014-03-16 16:35:12 +01:00
flatfly 2a28fa07e3 Update daemon.py 2014-03-16 15:04:40 +01:00
ThomasV a6f9b713f9 fix setup 2014-03-16 14:02:21 +01:00
Eagle[TM] e81385fc05 update server list 2014-03-16 12:18:38 +01:00
ThomasV 9230482870 set default verbosity to false, because of daemon 2014-03-16 12:13:52 +01:00
ThomasV 7dd296273f move daemon spawning code into NetworkProxy class 2014-03-16 12:00:08 +01:00
ThomasV 0bb16f0836 add daemon port to config 2014-03-16 06:28:16 +01:00
ThomasV 8395bfe67f disable bip32 option before release 2014-03-15 11:10:06 +01:00
ThomasV c0378a5ba0 fix getservers: wait until they are available 2014-03-15 11:04:11 +01:00
ThomasV 1b2f75bb84 do not display tx amounts in an offline wallet 2014-03-15 10:01:25 +01:00
ThomasV 9543d2b5ec catch exception in signrawtransaction, if wallet is not synchronized 2014-03-15 09:59:00 +01:00
ThomasV 32cca276fe don't use recent_servers if list from irc is available 2014-03-13 19:23:26 +01:00
Maran f56fbb509f Merge branch 'master' of ssh://github.com/spesmilo/electrum 2014-03-13 18:26:19 +01:00
Maran bae36d658b Remove theme image from setup.py 2014-03-13 18:26:12 +01:00
ThomasV e2c749cdab bip32 uses compressed K 2014-03-13 16:56:53 +01:00
ThomasV f3b728989a update default servers 2014-03-13 14:07:36 +01:00
Maran f87e482d63 Changed theme switching, probably fixes #509 as well 2014-03-13 12:02:55 +01:00
Maran bc1deaa6ba Turned background into a resource to prevent path problems 2014-03-13 11:55:51 +01:00
Maran 17997f4d8e Implements theme loading without overwriting path 2014-03-13 10:55:27 +01:00
ThomasV b379a14cd2 guess seed_version on old wallets 2014-03-13 10:42:39 +01:00
ThomasV 17fa611b80 revert load theme 2014-03-13 08:38:25 +01:00
ThomasV 4e8bb4dac4 add tx direction info to default labels 2014-03-12 10:16:51 +01:00
ThomasV d57a026ae5 fix #585 2014-03-12 10:04:08 +01:00
ThomasV 051853556e change the format returned by history command 2014-03-12 09:52:17 +01:00
ThomasV dab31f0b47 fix issue #509 2014-03-11 15:05:54 +01:00
ThomasV 92a161fafa more release notes 2014-03-11 14:42:13 +01:00
ThomasV 1085d56870 more release notes 2014-03-11 14:31:45 +01:00
ThomasV 567d2e5ad3 address must be in wallet 2014-03-11 14:16:11 +01:00
ThomasV 0eca30315c release notes 2014-03-11 14:12:48 +01:00
ThomasV fb8e2fe7eb change decrypt syntax 2014-03-11 14:11:45 +01:00
ThomasV 1e6841f45d Merge pull request #611 from wozz/exchange-rate-fix
fix bug for 0 transaction wallet
2014-03-11 13:37:45 +01:00
ThomasV 960e7bc3df fix reference to verifier 2014-03-11 09:38:08 +01:00
ThomasV 9994bbc56f sort by height 2014-03-11 09:37:39 +01:00
ThomasV 0c786be46f remove print statement 2014-03-11 08:37:58 +01:00
ThomasV 489413d358 move start_daemon code to main script 2014-03-11 08:33:58 +01:00
ThomasV e6bbf22003 add server to daemon print statement 2014-03-11 07:18:50 +01:00
ThomasV 0a1f6b5c43 fix return, debug flags 2014-03-11 07:12:57 +01:00
ThomasV 919ec8e837 fix: missing import 2014-03-11 07:04:25 +01:00
ThomasV 8f025db800 add missing Network methods to NetworkProxy 2014-03-10 20:58:18 +01:00
ThomasV b4bed1ccaa remove blockchain object from verifier 2014-03-10 20:53:05 +01:00
ThomasV 6e30894af6 daemon; initial commit 2014-03-10 16:16:27 +01:00
ThomasV 55e4aa2a47 minor improvements to scripts 2014-03-10 16:14:45 +01:00
ThomasV f352832879 Merge branch 'master' of git://github.com/spesmilo/electrum 2014-03-10 16:05:57 +01:00
ThomasV 6ecb977461 add password to sign hook 2014-03-10 16:05:54 +01:00
ThomasV 5053f97dc2 Merge pull request #614 from wozz/print-seed
print statement should be debug only
2014-03-10 13:16:38 +01:00
Michael Wozniak 820328781a print statement should be debug only
comment print statement of seed
2014-03-09 23:27:40 -04:00
Michael Wozniak 2fc3f408c8 Exception caused by tx_list not defined
I wasn't seeing this before, so I assume it could be a race condition if
the "load_wallet" function doesn't finish before the history tab is updated.
2014-03-07 23:10:36 -05:00
Michael Wozniak f434bac45a fix bug for 0 transaction wallet
0 transaction wallet would return an error when getting transaction list
2014-03-07 22:51:58 -05:00