Commit Graph

4531 Commits

Author SHA1 Message Date
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
ThomasV 271a27fc83 fix installwizard_restore 2015-02-06 07:20:09 +01:00
ThomasV e34b72bbf7 Merge pull request #1008 from romanz/master
audio_modem: update plugin to work with latest amodem version.
2015-02-05 15:03:13 +01:00
ThomasV 27da96c1f8 Merge pull request #1009 from blocktrail/blocktrail-baseurl
changed blocktrail baseurl to include network 'BTC' to avoid redirects
2015-02-05 15:02:44 +01:00
ThomasV 4bf019e9a6 fix 2015-02-05 13:31:09 +01:00
ThomasV 76cbafe754 fix Master Public Keys dialog 2015-02-05 13:29:18 +01:00
Ruben de Vries 99715fe07a changed blocktrail baseurl to include network 'BTC' to avoid redirects 2015-02-05 13:02:44 +01:00
Roman Zeyde f00df7023c audio_modem: update plugin to work with latest version.
send() and recv() API are now part of amodem.main module.
2015-02-04 18:38:38 +02:00
Riccardo Spagni ab6837485f
merge upstream, fix setup.py conflict 2015-02-04 16:03:03 +02:00
Bartosz Dabkowski 090816998e Resolve address when lost focus. 2015-02-04 14:44:50 +01:00
ThomasV 19d7a81d70 restrict plugins to qt for now 2015-02-04 12:05:46 +01:00
ThomasV de5bc0ceaf Merge pull request #1005 from kevcooper/master
Added electrum-env to use a virtualenv for python dependencies
2015-02-04 11:55:22 +01:00
Kevin Cooper f928c565c4 fixed setup.py so it doesnt break when trying to install pyasn1 2015-02-04 03:47:16 -07:00
Kevin Cooper 55c88a1748 Switched to using setup.py to install dependencies 2015-02-04 02:19:10 -07:00
ThomasV 8982a463a4 allow change_gap_limit in bip32 wallets 2015-02-03 16:26:00 +01:00