Commit graph

1427 commits

Author SHA1 Message Date
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
7a73c2cb50 security fix: do not let user change seed 2012-10-28 09:19:07 +01:00
ThomasV
fa870d83b9 add option to disable spv; just in case 2012-10-28 08:58:21 +01:00
ThomasV
3a8a649d4e update homepage 2012-10-28 08:41:57 +01:00
ThomasV
1d527c450b don't include every file in scripts, because merchant.conf is often there 2012-10-28 08:27:26 +01:00
ThomasV
7ab5e14369 update validate_tx script 2012-10-28 08:19:39 +01:00
ThomasV
df85516bd0 add callback to example script 2012-10-28 08:14:00 +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
thomasv
8152072938 fix: self.s is None if we are not connected 2012-10-27 16:46:42 +02:00
ThomasV
cfb3aa6a12 move 'peers.subscribe' and 'server.version' calls into the interface 2012-10-27 14:15:03 +02:00
ThomasV
18c9c2f369 request headers chunk if we need more than 50 blocks 2012-10-27 13:02:59 +02:00
ThomasV
be6aab538d cosmetic change 2012-10-27 12:31:43 +02:00
ThomasV
5edf41f2e0 cosmetic change 2012-10-27 12:10:16 +02:00
ThomasV
35882f7fb7 catch ssl exception caused by timeout 2012-10-27 10:24:43 +02:00
ThomasV
a6e7470b11 add payment verifier and confirmations to merchant script 2012-10-27 02:57:06 +02:00
ThomasV
03199dcf2e minor fix for settings dialog combo 2012-10-27 01:19:27 +02:00
ThomasV
208e789af4 fix: synchronizer 2012-10-27 00:02:52 +02:00
ThomasV
faa002f53c fix: below or equal in var_int encoding 2012-10-26 22:51:33 +02:00
ThomasV
4038c0273f fix: var_int encoding 2012-10-26 22:49:06 +02:00
ThomasV
3216c0467d use print_error 2012-10-26 18:25:43 +02:00
ThomasV
1ecce5dffc bugfix: default to [], so that we do not create new addresses if the history was deleted 2012-10-26 18:00:32 +02:00
ThomasV
a63b9e527e by default, use user dir 2012-10-26 17:44:07 +02:00
ThomasV
1117741e59 new command: 'get' 2012-10-26 17:35:35 +02:00
thomasv
1f37a330b3 bugfix: add channel when calling send 2012-10-26 16:06:54 +02:00
thomasv
b78fd6b3b6 bugfix: address->addr 2012-10-26 15:48:57 +02:00
thomasv
b6729b3aab verifier: download chunks first for efficiency 2012-10-26 15:08:12 +02:00
thomasv
8526915420 readme for merchant script 2012-10-26 14:00:28 +02:00
thomasv
15a7626b14 spv: request previous headers recursively in order to support blockchain reorgs 2012-10-26 13:43:20 +02:00
thomasv
1e15dbab81 protocol v0.4: use position for branching 2012-10-26 11:29:11 +02:00
thomasv
ee84e5c007 document public methods of verifier 2012-10-26 10:20:47 +02:00
thomasv
ee4de40c37 use WalletVerifier.add() method to register transactions 2012-10-26 10:02:09 +02:00
thomasv
e20e40829d start verifier thread only after the first wallet synchronization 2012-10-26 09:08:06 +02:00
ThomasV
927bbda591 callback everytime there is an update 2012-10-26 07:06:43 +02:00
ThomasV
063fef86aa set command: authorize by default, forbid only when dangerous 2012-10-26 07:05:22 +02:00
ThomasV
b59e20a1ad return zero if unconfirmed 2012-10-26 06:59:33 +02:00