Commit Graph

8276 Commits

Author SHA1 Message Date
zebra-lucky 4cc7dc7188 add new pubkeys/* from 3.1.3 2018-06-28 18:09:34 +03:00
zebra-lucky 0d569719ef add new and changed icons from 3.1.3 2018-06-28 18:09:34 +03:00
zebra-lucky 66fc1e57cf add main module changes from electrum 3.1.3 2018-06-28 18:09:34 +03:00
zebra-lucky fb23570b0e add root repo files changes from 3.1.3 2018-06-28 18:09:34 +03:00
zebra-lucky b75dbe65c9 add lib changes from electrum 3.1.3
- Add electrum 3.1.3 changes to lib, lib/tests.
 - Get new electrum 3.1.3 lib/constants.py, add Zcash changes.
 - Get original electrum 3.1.3 lib/blockchain.py (will be
 - modified in next commits).
 - Remove debian/ lib-util patch (fixed in 3.1.3 code).
 - Remove lib/www (as in 3.1.3).
2018-06-28 18:09:11 +03:00
zebra-lucky a05e9f21d7 remove default mutalbe antipattern 2018-06-06 19:58:37 +03:00
zebra-lucky 78f469aa50 fix coinbase detection for z inputs 2018-04-09 15:15:03 +03:00
zebra-lucky db927cc4bd place address filters bottom, fix strings 2018-04-08 00:51:08 +03:00
zebra-lucky 2b28066bd6 make qrcode.png opaque 2018-04-08 00:50:22 +03:00
zebra-lucky b292c3ddbd show antialiased icons 2018-04-08 00:18:16 +03:00
zebra-lucky 79f7dac0f8 add new logo/tray icons 2018-04-08 00:08:07 +03:00
zebra-lucky 184a9d68d8 integrate electrum-3.0.6 changes 2018-04-06 02:42:04 +03:00
zebra-lucky a3aa9f4015 change headers urls 2018-04-06 00:32:38 +03:00
zebra-lucky 26cf6d6b78 calculate next target in each block 2018-04-02 02:31:13 +03:00
zebra-lucky 97982733f7 Zcash changes to test_wallet_vertical.py 2018-03-21 20:41:38 +02:00
zebra-lucky 1be473468d Zcash changes to test_transaction.py, test_util.py 2018-03-21 20:32:13 +02:00
zebra-lucky b1776f311d Zcash changes to setup.py, fix test_bitcoin.py 2018-03-21 20:10:09 +02:00
zebra-lucky 387c77b185 add Zcash specific to lib/(bitocin|blockchain|network).py 2018-03-20 22:27:48 +02:00
zebra-lucky fe602c2499 Zcash changes to gui/kivy 2018-03-17 13:42:38 +02:00
zebra-lucky e77f58d815 Zcash changes to gui/(qt|stdio|text), app icon, icons.qrc 2018-03-11 14:06:26 +02:00
zebra-lucky 96c05a5594 Zcash code to ledger/trezor plugins, rename electrum 2018-03-11 12:34:03 +02:00
zebra-lucky 8483acc9d5 add Zcash code to plugins exclud. ledger/treror 2018-03-11 12:15:20 +02:00
zebra-lucky de2ef374c9 remove RBF/CPFP support, trustedcoin plugin 2018-03-11 11:02:05 +02:00
zebra-lucky a0f4f21382 Zcash changes to lib/exchange_rate.py 2018-03-11 10:27:37 +02:00
zebra-lucky 9f61882b3a Zcash changes to lib 2018-03-11 03:23:24 +02:00
zebra-lucky 717b3d7df2 remove segwit from tests 2018-03-11 01:52:03 +02:00
zebra-lucky b4f8cd8746 remove segwit from plugins/gui/RELEASE-NOTES/main 2018-03-11 01:40:56 +02:00
zebra-lucky fc0d01ec2c remove segwit from lib 2018-03-10 22:50:36 +02:00
zebra-lucky a154b9c2b6 change bip44 coin constant to 133 (Zcash) 2018-03-10 22:28:58 +02:00
zebra-lucky f7be1a03f9 change network constants to Zcash 2018-03-10 22:15:19 +02:00
ThomasV a9973ce6ab version 3.0.5 2018-01-08 00:50:15 +01:00
SomberNight 1fc45132c0 Password-protect the JSON RPC interface 2018-01-08 00:29:57 +01:00
ThomasV e65353c062 disable jsonrpc commands in the GUI 2018-01-07 23:53:25 +01:00
ThomasV 0045784a58 disable jsonrpc on android 2018-01-07 16:13:56 +01:00
ThomasV 79d402d3f9 update hw wallet versions 2018-01-07 15:13:59 +01:00
ThomasV 063ec0a758 release 3.0.4 2018-01-06 22:45:41 +01:00
Johann Bauer d4f1445914 Bundle QR scanner with Android app 2018-01-06 22:44:37 +01:00
SomberNight 498a269c88 fix #3411 2018-01-06 22:44:12 +01:00
Andrew Chow b7c20e71ac Avoid modifying self.transactions in prepare_for_verifier
In python3, the `.keys()` function returns an iterator, not a list,
so to get a list that can be iterated over, use `list()` instead to
avoid modification of a list while in use.
2018-01-06 22:44:04 +01:00
SomberNight a6e59499db fix #3217: make sure qt quits 2018-01-06 22:43:56 +01:00
SomberNight d3a963e673 fix kivy refresh bug with Addresses tab 2018-01-06 22:43:49 +01:00
SomberNight e4308a360b fix #3601 2018-01-06 22:43:09 +01:00
SomberNight e98406fc7c fix: kivy Addresses tab crash for Imported_Wallet change 2018-01-06 22:43:04 +01:00
SomberNight dfaf4817c9 fix #3578 2018-01-06 22:42:55 +01:00
SomberNight 0f54051ecb fix: address filters for Imported_Wallet: wallet.is_used() 2018-01-06 22:42:46 +01:00
SomberNight 02fda5a85b fix: crash when closing qrscanner window (see #3546) 2018-01-06 22:42:37 +01:00
Charles Bell d9925967b7 Fix segfault when using a specific camera device 2018-01-06 22:42:29 +01:00
SomberNight 006aece3a3 fix #3526 2018-01-06 22:42:22 +01:00
ThomasV c7a47a06b5 format a few strings with str.format(). fix #3405 2018-01-06 22:42:15 +01:00
Tristan Seligmann fdd10bfb60 Stop allowing CORS for the JSON-RPC server
As far as I can tell, there is no need to allow this, and doing so poses severe security risks (see #3374).
2018-01-06 22:41:58 +01:00