Commit Graph

613 Commits

Author SHA1 Message Date
thomasv
2f04531565 fix 2012-11-23 17:11:32 +01:00
thomasv
47a3739865 save height of transaction 2012-11-23 16:11:52 +01:00
thomasv
5ae15d6100 handle case where an unconfirmed transaction is pruned by the server. also, fix bug with fee sign in details 2012-11-23 15:35:54 +01:00
thomasv
c51cf776ae fix prioritization 2012-11-23 10:16:04 +01:00
ThomasV
082d676799 minor 2012-11-22 20:14:42 +01:00
ThomasV
8bf46954a0 version 1.5.1 2012-11-22 20:02:28 +01:00
Maran
be9a64fef3 Made the send_tx call for the lite gui asynchrone 2012-11-22 19:33:13 +01:00
thomasv
d68fcf9884 rm testing code 2012-11-22 13:27:30 +01:00
thomasv
6cb51ea4d0 received coins need to be known before 2012-11-22 13:24:44 +01:00
thomasv
91feae01ac fix sendtx 2012-11-22 13:12:17 +01:00
thomasv
537d02977c fix balance display in flatfly's bug. restore the wallet.update() method 2012-11-22 13:10:01 +01:00
ThomasV
ef6498164d remove forgotten calls to deprecated method 2012-11-21 20:02:49 +01:00
ThomasV
9d9851a1a1 version 1.5 2012-11-21 08:13:52 +01:00
ThomasV
b6c494ce6a fix network dialog 2012-11-20 21:46:45 +01:00
ThomasV
d2c91d9a0f simplify the create/restore procedure 2012-11-20 21:36:06 +01:00
ThomasV
9a9e7c1b7c simplification 2012-11-20 18:19:37 +01:00
ThomasV
d55aa43cf6 add version to android path 2012-11-20 17:56:23 +01:00
ThomasV
d8c49a2fef android: update create and recover dialogs 2012-11-20 17:21:57 +01:00
thomasv
cf1f533613 allow offline creation/recovery within the gui 2012-11-20 15:30:46 +01:00
thomasv
2385cc3ad8 show server type (pruning or full) 2012-11-20 13:33:36 +01:00
thomasv
50064d20fd Revert "added TypeError category to existing exception"
This reverts commit 86da219fb9.
2012-11-19 14:12:49 +01:00
thomasv
ae1f1ee8ea indentation 2012-11-19 13:59:56 +01:00
thomasv
8f7ca499d9 fix indentation error 2012-11-19 13:56:25 +01:00
Jimbo77
74ed5acf7d added docstring for is_modifiable() 2012-11-18 22:56:32 -08:00
Jimbo77
c4955ebddd wrote basic SimpleConfig docstring 2012-11-18 22:29:32 -08:00
Jimbo77
86da219fb9 added TypeError category to existing exception 2012-11-18 20:32:21 -08:00
Jimbo77
4a85b9db62 wrote docstring for get() 2012-11-18 20:30:56 -08:00
Jimbo77
0c29027f96 created docstring for read_user_config() 2012-11-18 18:58:35 -08:00
Jimbo77
71a4bb0198 created docstring for read_system_config() 2012-11-18 18:52:42 -08:00
Jimbo77
49ac4d73e3 changed a couple exceptions to describe import errors 2012-11-18 16:56:17 -08:00
ThomasV
2d13107897 make a regular gui module for android 2012-11-18 11:34:52 +01:00
ThomasV
d929c4d2dd prevent window resizing by including the textview in a scrolled window 2012-11-16 19:18:14 +01:00
thomasv
650a9b6074 do not include fee in the transaction amount shown in history. adapt history to the case where it was recovered from a pruning server 2012-11-16 14:39:31 +01:00
thomasv
8ec2b16e21 use None as timestamp for pending transactions 2012-11-16 10:18:35 +01:00
thomasv
0e851a5f62 fix for notifications 2012-11-15 12:14:29 +01:00
thomasv
8fc042ee22 more fixes for the 0.6 servers 2012-11-15 10:34:56 +01:00
ThomasV
cc2ef02c2b gui fixes 2012-11-15 09:14:24 +01:00
ThomasV
871cf26d5c bump version number 2012-11-14 15:44:16 +01:00
ThomasV
8ec6a60daf compatibility with 0.6 protocol 2012-11-14 15:33:44 +01:00
thomasv
259c5c1b06 adding two more servers that upgraded 2012-11-13 15:26:49 +01:00
thomasv
41cd3484c8 remove format conversion; unneeded since new protocol 2012-11-09 11:02:26 +01:00
thomasv
0d0e9d56cb text gui: buttons 2012-11-08 11:32:25 +01:00
thomasv
ea5478f2ab text gui: proxy 2012-11-08 11:12:03 +01:00
thomasv
96a3fdbbc4 better input methods 2012-11-08 10:53:37 +01:00
ThomasV
ca481c84da text gui: fixes 2012-11-08 00:00:33 +01:00
ThomasV
2337a2b304 text gui: send button 2012-11-07 23:32:42 +01:00
ThomasV
10b02b37c9 raise exception on status mismatch too 2012-11-07 21:59:06 +01:00
ThomasV
da93473ee1 raise exception on history with repeated tx 2012-11-07 20:48:42 +01:00
ThomasV
da5a69d881 raise exception in case of server error 2012-11-07 20:46:18 +01:00
ThomasV
62be41161b check that histories and transactions are consistent 2012-11-07 20:25:23 +01:00
ThomasV
a48a971ae6 check consistency of results received by get_history 2012-11-07 09:37:14 +01:00
ThomasV
e39a5c9609 init headers file 2012-11-07 08:45:53 +01:00
ThomasV
8ed812830f PROTOCOL_VERSION 2012-11-06 22:20:54 +01:00
thomasv
8f85187545 readding bysh.me server 2012-11-06 11:05:04 +01:00
ThomasV
34a6cc5dee do not pass unconfirmed transactions to the verifier 2012-11-05 20:40:57 +01:00
ThomasV
cc028c2ca3 comment out the servers that are not 0.5 2012-11-05 17:45:31 +01:00
ThomasV
ff9e643dc6 fix: init_path 2012-11-05 17:25:38 +01:00
thomasv
5a212b8648 print -> print_error 2012-11-05 14:26:35 +01:00
thomasv
64588d3f18 Merge branch 'master' of github.com:spesmilo/electrum 2012-11-05 14:02:48 +01:00
thomasv
cda3f603bd default_wallet_file configuration string 2012-11-05 14:02:28 +01:00
Maran
18d5bef433 Updated the bytesized-hosting.com to the shorter bysh.me so that the server meta data fits 2012-11-05 13:18:57 +01:00
thomasv
dd2302140f include headers file in package 2012-11-05 13:03:05 +01:00
thomasv
765201be4e wallet.get_label method 2012-11-05 11:08:16 +01:00
thomasv
254a5d8790 hum, it should be a decimal division 2012-11-05 10:47:27 +01:00
thomasv
674096f870 float division 2012-11-05 10:43:57 +01:00
thomasv
80e97feb47 fix syntax error in lite gui and get_default_label 2012-11-05 10:42:57 +01:00
thomasv
73dc533e79 set timestamps on startup 2012-11-05 10:26:28 +01:00
ThomasV
32d0f6ed27 send protocol version 2012-11-04 22:45:50 +01:00
ThomasV
39a85767a3 solve deadlock during restore 2012-11-04 20:53:27 +01:00
ThomasV
5bb441ce37 add mnemonic functions to module 2012-11-04 19:40:17 +01:00
ThomasV
6fc0ae633d bugfix: wanted-> missing 2012-11-04 19:27:21 +01:00
ThomasV
4e4d4d33c3 fix race condition with prevout_values 2012-11-04 17:17:40 +01:00
ThomasV
e0c03d6207 request missing transactions on startup 2012-11-04 16:59:50 +01:00
ThomasV
f1d4838012 rename history -> addr_history 2012-11-04 15:47:19 +01:00
ThomasV
efccde2e8e fix: timestamps in transactions 2012-11-04 15:38:34 +01:00
ThomasV
0a7b69fc5b gui fixes 2012-11-04 11:57:12 +01:00
ThomasV
13c9991be8 fix: get_tx_value 2012-11-04 11:47:20 +01:00
ThomasV
4788ea62de fix: get_tx_value 2012-11-04 11:38:09 +01:00
ThomasV
f1a7473ae2 do not use old servers 2012-11-04 11:08:05 +01:00
thomasv
4cbee7554f new protocol: the server sends serialized tx, deserialize it in the client 2012-11-04 10:56:39 +01:00
ThomasV
ea42a74824 default ports to be used if we cannot get a list of peers 2012-11-01 11:43:59 +01:00
ThomasV
2a572a185a get_string 2012-10-30 22:04:37 +01:00
ThomasV
5fac0ecfc4 simplification 2012-10-30 21:28:46 +01:00
thomasv
e2add776bc text gui: spacing between tabs 2012-10-30 18:42:39 +01:00
thomasv
43ceb6b52a text gui: dialogs 2012-10-30 18:36:09 +01:00
thomasv
05c09ac9ac popups and messages 2012-10-30 16:56:58 +01:00
thomasv
d2711ac757 popup windows, selectors 2012-10-30 14:56:16 +01:00
thomasv
60bac7257e show active tab in bold 2012-10-29 17:23:50 +01:00
thomasv
5e28ccd09d Improve text gui. Disable print_error when text gui is used. 2012-10-29 16:22:53 +01:00
thomasv
cdb52c30d2 do not request merkle root for unconfirmed transactions 2012-10-29 09:31:42 +01:00
ThomasV
ea7dabe640 fix proxy index 2012-10-28 21:59:51 +01:00
ThomasV
5874457df2 fix: subscriptions 2012-10-28 10:22:12 +01:00
ThomasV
6df9eb491a revert label change: this was breaking i18n translations. 2012-10-28 07:49:15 +01:00
ThomasV
f40ca9efa6 disable text gui, as it is not ready for release 2012-10-28 07:45:11 +01:00
ThomasV
76eff7fdb6 increasing version number, and wiki translation version 2012-10-28 07:41:44 +01:00
ThomasV
71357cfb23 merkle root too 2012-10-27 20:52:32 +02:00
ThomasV
1a7f1daebd fix flags 2012-10-27 20:04:08 +02:00
ThomasV
69c56c5b8d open file with b flag 2012-10-27 19:57:28 +02:00
ThomasV
6de8a946eb use callback instead of wallet.was_updated 2012-10-27 19:20:50 +02:00
thomasv
2307323bb7 redo verifications if a header verification fails 2012-10-27 16:56:04 +02:00