Commit Graph

3637 Commits

Author SHA1 Message Date
zebra-lucky 073adbed62 fix typo in lib/transaction.py 2018-06-28 18:21:46 +03:00
zebra-lucky d1dfd1695f change fee base unit to sat/kB 2018-06-28 18:09:34 +03:00
zebra-lucky e1b7a1b846 disable mempool fee use, remove from RELEASE-NOTES 2018-06-28 18:09:34 +03:00
zebra-lucky 3d84bd8441 add BitcoinAverage to exchange_rate.py/currensies.json 2018-06-28 18:09:34 +03:00
zebra-lucky e196cc205b add headers init via checkpoints.json 2018-06-28 18:09:34 +03:00
zebra-lucky d06e6aa67e add command exportcp to export checkpoints
Also exported additional 17 headers on last checkpoint
to provide data for get_target blockchain method
2018-06-28 18:09:34 +03:00
zebra-lucky 4aea667280 Zcash changes to lib/(network|blockchain).py 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 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 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 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 063ec0a758 release 3.0.4 2018-01-06 22:45:41 +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 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
Charles Bell d9925967b7 Fix segfault when using a specific camera device 2018-01-06 22:42:29 +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
ThomasV a13775e533
Merge pull request #3502 from SomberNight/tx_size_est_multisig
fix: tx size estimation for multisig
2017-12-12 05:45:19 +01:00
SomberNight b751e5e7d3 fix: tx size estimation for multisig 2017-12-12 05:43:34 +01:00
ThomasV 8ae1717772
Merge pull request #3500 from SomberNight/fix_sweep_2fa
fix sweeping for 2fa wallets
2017-12-12 05:31:07 +01:00
ThomasV 22d5d29b81 version 3.0.3 2017-12-12 05:27:49 +01:00
SomberNight ec99304ae1 fix sweeping for 2fa wallets 2017-12-11 17:37:10 +01:00
SomberNight 4e4a7746fc clean-up: use is_segwit_input in wallet.py 2017-12-11 01:49:38 +01:00
SomberNight 38e3143bd0 fix command: createmultisig 2017-12-06 18:30:02 +01:00
SomberNight 0aee9bbbb0 fix spending from multisig (broken by 8be777e882) 2017-12-06 16:02:40 +01:00
SomberNight 65c15c5a03 fix verifymessage command 2017-12-04 17:36:57 +01:00
SomberNight e65b598756 use the send tab when sweeping (qt gui) 2017-11-30 12:27:00 +01:00
cluelessperson 151e3ab8e0 minor 2017-11-29 18:14:39 -06:00
ThomasV f715caa27d fix #3413 2017-11-29 19:04:18 +01:00
ThomasV 2ea59aad14 fix #3345: do not require a wallet in order to sweep 2017-11-29 13:45:02 +01:00
ThomasV 9425319dcd
Merge pull request #3367 from SomberNight/tx_size_est_uncompressed_pk
tx size estimation: handle uncompressed pubkeys
2017-11-24 10:26:08 +01:00