Commit Graph

4245 Commits

Author SHA1 Message Date
ThomasV 9874afac8b fixes for make_packages 2015-02-21 12:49:35 +01:00
ThomasV 91ea2d8752 move mki18n to contrib directory 2015-02-21 12:41:52 +01:00
ThomasV 1f58673915 add python mode for emacs 2015-02-21 12:24:40 +01:00
ThomasV 7dbb182a2e add script to copy dependencies in make_packages 2015-02-21 11:43:53 +01:00
ThomasV 7daccf143f update pyinstaller spec file 2015-02-21 10:53:54 +01:00
ThomasV 56dc9f7f80 cleanup dead code 2015-02-21 08:48:15 +01:00
ThomasV 1b65dd7974 Merge branch 'master' of git://github.com/spesmilo/electrum 2015-02-20 10:11:38 +01:00
ThomasV c1583001b4 Merge pull request #1041 from romanz/master
travis: use container-based infrastructure for faster tests
2015-02-20 10:06:55 +01:00
ThomasV e6a55803ab Merge pull request #1042 from openalias/master
relicensed to GPLv3
2015-02-20 10:01:46 +01:00
Riccardo Spagni 133c3386be
relicensed to GPLv3, added note allowing for future relicensing 2015-02-20 10:27:16 +02:00
Roman Zeyde 87fe48769b travis: use container-based infrastructure for faster tests 2015-02-19 13:17:32 +02:00
ThomasV b05df324bf make_commands_list script 2015-02-18 20:05:51 +01:00
ThomasV e389745491 remove appdata_dir and data_dir 2015-02-18 18:48:32 +01:00
ThomasV 4794ccfaf2 hide/show main window when wizard is called 2015-02-18 18:41:25 +01:00
ThomasV be172e2a95 update MANIFEST.in 2015-02-18 18:31:20 +01:00
ThomasV 31120e987f move hide/show in open_wallet 2015-02-18 18:30:59 +01:00
ThomasV d4c9c21902 rm data directory 2015-02-18 17:24:20 +01:00
ThomasV b5ac7f2a7c simplify setup.py using package_data 2015-02-18 17:13:41 +01:00
ThomasV 619ee02df8 add openalias to release notes 2015-02-18 05:25:19 +01:00
ThomasV 5f425738da version 2.0 beta 3 2015-02-17 18:39:15 +01:00
ThomasV 5426dae9fc re-add dnspython in setup.py 2015-02-17 18:30:04 +01:00
ThomasV f3ebed1545 fix email address in setup.py 2015-02-17 17:24:40 +01:00
ThomasV f5d25f6b3a fix: missing plugins in setup.py 2015-02-17 17:21:16 +01:00
ThomasV acaaec8405 fix comment: standard is not bip44 2015-02-17 16:57:48 +01:00
ThomasV 3ed9e46672 OA: show requirement; use print_error for debugging 2015-02-17 16:48:00 +01:00
ThomasV 42e586dc46 Merge pull request #986 from openalias/master
OpenAlias: Plugin v0.1
2015-02-17 15:03:17 +01:00
ThomasV 9205a35c22 rm failing test 2015-02-17 15:01:06 +01:00
Riccardo Spagni c41fe53fd2 Merge remote-tracking branch 'upstream/master' 2015-02-17 15:27:35 +02:00
Riccardo Spagni 41571de1e6
revert dnspython dependency in setup.py 2015-02-17 15:25:05 +02:00
ThomasV f302c90649 set self.wallet to None in plugin constructor 2015-02-17 11:39:06 +01:00
ThomasV 0934976f3a fix #1011 2015-02-17 10:30:10 +01:00
ThomasV 2ce3424968 Merge pull request #1034 from chiguireitor/master
Fixed some issues with VEF exchanges and general drowning of exceptions
2015-02-16 22:00:16 +01:00
John Miguel Villar Zavatti ea4bf4e91f * Added BTCParalelo price index for Venezuelan Bolivar VEF
* Fixed all of the update_* functions on the exchange_rate.py plugin to indicate when there are SSL errors, there was a horrorous try-except-pass block that was drowning all the exceptions
* Added get_json_insecure to allow exchange rates over HTTP

Signed-off-by: John Miguel Villar Zavatti <johnvillarzavatti@gmail.com>
2015-02-16 15:24:26 -04:30
ThomasV 69ee0bd0de new scripts: bip70 and estimate_fee 2015-02-16 14:05:04 +01:00
ThomasV 89a52a8273 Merge pull request #1030 from kevcooper/fix_env
added env/ to gitignore and fixed an issue with electrum-env
2015-02-15 21:29:45 +01:00
ThomasV 58d2e90fa5 parse PEM list using tlslite 2015-02-15 21:27:11 +01:00
Kevin Cooper 8a8dea7390 added env/ to gitignore and fixed an issue with electrum-env to pass command line arguments correctly 2015-02-15 13:00:03 -07:00
ThomasV b973d31a67 Merge pull request #1029 from m0mchil/transport_close
close Trezor USB transport on wallet close
2015-02-15 13:29:27 +01:00
ThomasV 65a8521d35 Merge pull request #1027 from m0mchil/check_trezor_ver
better trezor version checks
2015-02-15 13:28:14 +01:00
m0mchil beaa932c97 close Trezor USB transport on wallet close 2015-02-14 22:42:50 +02:00
m0mchil ae8c382a4d better trezor version checks 2015-02-14 14:13:59 +02:00
ThomasV 3ae3faf96b Merge pull request #1025 from atweiden/fix-help-message
fix help message
2015-02-12 08:33:18 +01:00
Andy Weidenbaum 80446aca9c s/defaut/default/ 2015-02-11 21:53:22 -08:00
ThomasV 03a88743a3 fix typo: stdout 2015-02-11 21:05:33 +01:00
Riccardo Spagni 67b39e67d4
fixed incorrect code order, handle @ chars correctly 2015-02-11 21:40:58 +02:00
ThomasV 018e073dd3 Merge pull request #1015 from m0mchil/show_on_trezor
Confirm address on TREZOR
2015-02-11 14:18:06 +01:00
ThomasV 64677facf2 fix #1013 2015-02-09 17:08:06 +01:00
ThomasV 3e1078c79b add support for rsa+sha384 and rsa+sha512 in paymentrequests 2015-02-08 20:04:42 +01:00
m0mchil 1601d58819 Confirm address on TREZOR 2015-02-08 13:28:10 +02:00
ThomasV 7b0903d81c fix #1010 and cleanup 2015-02-06 07:37:09 +01:00