Commit Graph

899 Commits

Author SHA1 Message Date
thomasv bd717897e0 fix: set tx_height when it is not None 2013-02-24 09:39:43 +01:00
ThomasV 1b19382887 disable https because the server requests a client certificate 2013-02-24 08:21:42 +01:00
ThomasV 135f208cf4 method to run custom script 2013-02-23 21:01:19 +01:00
ThomasV 9ae12c43e4 word per word completions 2013-02-23 20:48:22 +01:00
ThomasV 166db1e16f add flush method for stdoutProxy, for compatibility 2013-02-23 20:33:10 +01:00
ThomasV d4f2c4855f don't show prefixes in completions 2013-02-23 20:26:05 +01:00
ThomasV 6b72d815c5 show tab completions in console 2013-02-23 20:21:46 +01:00
ThomasV 6be6738fac completions 2013-02-23 17:54:47 +01:00
ThomasV a0455725bd fix is_complete: count number of valid signatures 2013-02-23 17:36:32 +01:00
ThomasV 30b6d9b64e minor fix: unneeded 2013-02-23 17:23:12 +01:00
ThomasV 8cf97fdb52 minor fix 2013-02-23 17:20:22 +01:00
ThomasV 811d05a1c2 move methods into Transaction class 2013-02-23 17:18:22 +01:00
ThomasV 641177404d remove p2sh test; not needed anymore 2013-02-23 16:42:48 +01:00
thomasv 04a5739979 simplification: tx_for_sig 2013-02-23 15:15:16 +01:00
thomasv bd8dbbf79b check if multisig transaction is complete, add is_complete to json output 2013-02-23 15:11:41 +01:00
thomasv a56220f050 multisig: raise exception if no signature can be added 2013-02-23 14:42:31 +01:00
thomasv 6766990931 fix deserialize: OP_0 is not OP_PUSHDATA 2013-02-23 14:41:55 +01:00
thomasv 0c5f42cc29 fix history sorting function 2013-02-23 13:29:03 +01:00
thomasv 2642fa0f7d fix listunspent, add method wallet.get_unspent_coins 2013-02-23 13:18:15 +01:00
thomasv 780c5d01d5 fix get_tx_details 2013-02-23 12:11:32 +01:00
thomasv 9cfb73365b fix: use deserialized tx outputs in choose_tx_inputs 2013-02-23 12:07:46 +01:00
thomasv 03d36d91e2 remove unused method 2013-02-23 11:50:09 +01:00
thomasv 03e2160503 create separate class for deterministic key generation. add pubkeys to validateaddress 2013-02-23 11:35:46 +01:00
thomasv 94fbad2965 remove debugging messages 2013-02-23 10:00:33 +01:00
thomasv f0b255acba store transactions in serialized form 2013-02-22 19:22:22 +01:00
thomasv 67283f0b1b fix verify_message calls 2013-02-22 17:50:56 +01:00
thomasv ad6dac8d05 use 4-spaces indentation 2013-02-22 17:50:11 +01:00
thomasv 76439beec5 simplify get_private_key, use base58 2013-02-22 17:27:19 +01:00
thomasv 5d6496f1f9 move crypto from wallet class to bitcoin.py 2013-02-22 16:17:46 +01:00
thomasv b1f33015af Merge branch 'master' of github.com:spesmilo/electrum 2013-02-22 13:40:52 +01:00
thomasv 40b397dc0f signrawtransaction: parse redeemScript 2013-02-22 13:40:42 +01:00
Maran H. faf0e1d765 Merge pull request #148 from snipsnipsnip/add-translation-string
added translation text string in gui_lite.py
2013-02-22 04:11:28 -08:00
thomasv c400583443 bugfix: for_sig != -1 2013-02-21 16:51:02 +01:00
thomasv 0863f09a06 add dumpprivkey command; finalize private_keys parameter for signrawtransaction 2013-02-21 16:26:26 +01:00
thomasv aa166dd9f0 fix p2sh test 2013-02-21 15:36:38 +01:00
thomasv f4df5ed9c7 fix the p2sh test 2013-02-21 15:35:20 +01:00
thomasv ea7718fc59 create Transaction class 2013-02-21 14:18:12 +01:00
Satoshi Kodama aee1c342db added translation text string in gui_lite.py
Added gettext _() to the "public key has been copied" text string to be translated.
2013-02-21 01:15:28 +09:00
thomasv b4bb3c7449 Merge branch 'master' of github.com:spesmilo/electrum 2013-02-20 13:10:38 +01:00
thomasv 972ba397d1 support for multisig functions 2013-02-20 13:10:32 +01:00
Maran 2e583ec38d Dont migrate wallets for xp 2013-02-19 20:28:53 +01:00
thomasv f971c80d58 use standard indendation in age(), and fix the for loop in it 2013-02-19 13:52:18 +01:00
thomasv f40a365186 do not use Qt outside of the Qt gui. Also, do not request i18n translations for messages that will be displayed once at most 2013-02-19 13:41:59 +01:00
Maran 14a7429223 Tweaked the migration a bit 2013-02-18 23:45:27 +01:00
Maran 1b2a319f18 Added migration to APPDATA from LOCALAPPDATA for windows based Electrum installations 2013-02-18 23:44:47 +01:00
ThomasV 63cce2174f Merge branch 'master' of git://github.com/spesmilo/electrum 2013-02-18 21:12:54 +01:00
ThomasV 712e0a6c4a fix bug when timestamp is None 2013-02-18 21:12:39 +01:00
thomasv 94e5263486 updating url for headers file 2013-02-18 15:56:02 +01:00
Maran 392f0f47b0 Private keys, instead of private key 2013-02-15 17:48:13 +01:00
Maran b2b77f8ad9 Added the option to export your private keys to csv 2013-02-15 17:48:13 +01:00
ThomasV 4a0c70dafa version 1.7 2013-02-03 15:21:50 +01:00
ThomasV 7ae46aa413 raise exception if the method is used to overwrite the existing seed 2013-02-03 15:12:40 +01:00
ThomasV 043d6addff init_seed method. save seed and master public key separately 2013-02-03 15:08:26 +01:00
thomasv 50305e1f57 menu option to show private key 2013-02-02 11:46:02 +01:00
thomasv cd4afb89ea fix column width saving: do not store last column 2013-02-02 10:20:24 +01:00
thomasv d82a9a6eff delay console message until after the gui is initialized 2013-02-02 09:40:54 +01:00
ThomasV 326ddaf410 clear window on ctrl-L 2013-02-01 18:32:56 +01:00
ThomasV 8bb4628f11 Merge pull request #142 from rdymac/patch-34
import/export tab comment
2013-02-01 09:29:03 -08:00
ThomasV c3a0c9dd36 transform the wall into a python console 2013-02-01 18:22:36 +01:00
rdymac c7e90f401b import/export tab comment
Changed duplicated comment
2013-02-01 17:45:25 +01:00
ThomasV e4586ee59a Merge pull request #136 from rdymac/patch-30
Electrum version in the About section
2013-01-31 02:12:07 -08:00
ThomasV 681e8a0ec5 Merge pull request #139 from rdymac/patch-33
Reviewed the entire code for missing text strings
2013-01-31 02:10:20 -08:00
thomasv 094fb8b0a0 deserialize: p2sh trnsactions 2013-01-30 20:34:26 +01:00
thomasv 789223c871 fix syntax error and indentation 2013-01-30 20:27:28 +01:00
thomasv e1504ba80b basic functions and tests for multisig transactions and bip 32 2013-01-30 20:13:31 +01:00
Maran 515b3412b0 Hide the empty label when no version is detected 2013-01-30 16:25:48 +01:00
rdymac 1b19e98277 Reviewed the entire code for missing text strings 2013-01-30 10:16:00 +01:00
rdymac 72cab1c4ae Adding restoring process to translations (2)
"More text strings to be translated, this time from the restoring process and seedless wallets."

Fix (2): only separated the 'seedless' word, so it would be translated all over the code.
2013-01-30 08:52:24 +01:00
ThomasV 4dcac08ccf trigger synchronize when block height is received 2013-01-30 07:38:13 +01:00
thomasv 2f6d919afc more robust synchronization method 2013-01-29 14:53:13 +01:00
thomasv c3dfeec7e7 version 1.6.2 2013-01-29 14:52:34 +01:00
thomasv c638af7803 fix check_new_hist: transaction might not be in wallet 2013-01-29 13:19:00 +01:00
thomasv d451b93369 bugfix: method does not exist 2013-01-28 15:35:48 +01:00
thomasv 9bd75e05e7 simplify if statement 2013-01-28 14:01:25 +01:00
thomasv 11fd811b33 count all transactions in num_tx, in order to show the correct gap 2013-01-28 13:59:23 +01:00
rdymac 3a668cc047 Electrum version in the About section
Added the Electrum version to the About section.
2013-01-28 13:39:56 +01:00
rdymac 9b9e541747 Latest wiki version for the upcoming version build
Latest wiki version for the upcoming version build
2013-01-26 18:03:46 +01:00
ThomasV 02f40be0d7 remove donation address 2013-01-24 08:11:48 +01:00
Neil Booth d6eb9fb153 Place the change output in a random position 2013-01-23 13:23:15 +09:00
rdymac 09ab76a5cc Two more, almost everything is set to be translate
Two more, almost everything is set to be translated. Now the Classic and Lite mode are fully translated. If there anything missing I'll catch it up while digging into the code or using the app.
2013-01-21 14:15:23 +01:00
rdymac 5c4abfd059 More text strings and some fixes in new lines (2)
Fixed some new line commands and added more text strings to the translation file.

Text string splitting fixed. Thanks Animazing!
2013-01-21 13:54:05 +01:00
rdymac df15b42748 Text strings to appear translated
Another word to be shown translated from the Lite GUI
2013-01-21 12:05:31 +01:00
rdymac d7ac33ea32 Separated the text string from the github bug URL
Set the text and the link separated to be able to translate only the text part. If the bug report link ever change the text translated keep intact.
2013-01-21 01:52:02 +01:00
ThomasV b470532ec2 Merge pull request #123 from rdymac/patch-19
The current version number for the Wikia Electrum
2013-01-20 13:21:14 -08:00
ThomasV fddd9d2f05 Merge pull request #122 from rdymac/patch-18
Separated the new line command from text strings
2013-01-20 13:20:58 -08:00
rdymac 69f724bc81 The current version number for the Wikia Electrum
The current version number for the Wikia Electrum page for translations.
2013-01-20 17:52:04 +01:00
rdymac 5fc31899a2 Separated the new line command from text strings
Separated the new line command from text strings because it causes a bug when the text strings are pulled from the Translation wiki in multiple lines text strings.
2013-01-20 17:47:28 +01:00
Neil Booth 9da7bee57c Support NetBSD 2013-01-20 16:18:25 +09:00
rdymac 465dad87a6 “Every time” is always two separate words.
“Every time” is always two separate words.

As explained in WordReference and numerous dictionaries
2013-01-17 15:39:32 +01:00
ThomasV 6e783097cf Merge pull request #115 from rdymac/patch-14
More text strings to be translated
2013-01-16 22:49:53 -08:00
rdymac 8b955844fb More text strings to be translated
Added more text strings to be translated
2013-01-17 00:34:19 +01:00
rdymac 41b1eff1e2 Changed Master Public Key to first capital letters
Changed Master Public Key to first capital letters to maintain consistency with all MPK text strings.
2013-01-17 00:22:43 +01:00
Maran 839824e94d Fix quit electrum menu item not appearing in OSX; #fixes 110 2013-01-16 17:24:34 +01:00
Maran 24da38415e Rolled back original compare code 2013-01-16 17:07:59 +01:00
thomasv e0bdf0e079 fix regexp and compare_versions 2013-01-16 17:07:59 +01:00
thomasv c933e6c614 use print_error; transalte New version string 2013-01-16 17:07:59 +01:00
Maran 9009fba35c Implemented new version comparing 2013-01-16 17:07:59 +01:00
Maran 499a336c45 Removed extra set gui line and updated version address 2013-01-16 17:07:59 +01:00
Maran de778da3c5 Implemented update notification to classic GUI 2013-01-16 17:07:59 +01:00
ThomasV 79dcc2bd57 fix csv export in lite gui 2013-01-16 06:47:27 +01:00