Commit Graph

3671 Commits

Author SHA1 Message Date
Jon Layton 1dad9e8893
Merge pull request #6 from BTCP-community/chunk_write_fix
chunk write fix
2018-01-14 21:15:44 -06:00
nxsofsys 6670b94fc0 chunk write fix 2018-01-15 06:11:35 +03:00
Jon Layton 7e79d59e9b Added clean.sh, servers-orig 2018-01-14 21:34:22 -05:00
Jon Layton 615ea50786 Merge branch 'develop' 2018-01-14 21:25:53 -05:00
nxsofsys 4aee7f2f19 some missing functions 2018-01-15 04:59:22 +03:00
nxsofsys 047901d3ed switched to mainnet 2018-01-15 04:51:07 +03:00
nxsofsys 37dbdb4c3e Merge remote-tracking branch 'origin/develop' into zcl_header_chunks
# Conflicts:
#	lib/bitcoin.py
2018-01-15 04:32:37 +03:00
nxsofsys b2d6e083b4 new chunk size 2018-01-15 04:26:03 +03:00
Jon Layton 60ad2e14a2 Merge branch 'develop' 2018-01-14 18:49:19 -06:00
nxsofsys 34150e8245 header validation 2018-01-14 23:12:30 +03:00
nxsofsys 7980846f72 validating temporary disabled for test env 2018-01-14 22:14:59 +03:00
nxsofsys 98a80f6e43 stuck at equihash validate 2018-01-14 22:07:05 +03:00
nxsofsys c1601fd749 code drop 2018-01-14 20:04:59 +03:00
Jon Layton 7cedefddeb Add (truncated) powLimit / MAX_TARGET 2018-01-13 22:34:27 -05:00
Jon Layton 2e86fe6762 Fix typo 2018-01-13 18:27:43 -05:00
Jon Layton 1dc78eedb2 Set ADDRTYPE_P2PKH and ADDRTYPE_P2SH for mainnet and testnet 2018-01-13 18:03:06 -05:00
ThomasV 066ce9679b Small fix for checking block headers @csulmone 2018-01-13 16:57:45 -05:00
Chris Sulmone c6be316e10 Ported encoding/decoding of blocks to python3.5 based of the latest electrum 3.0.5 release 2018-01-13 16:50:41 -05:00
ThomasV c8e67e2bd0 fix #3635 2018-01-13 17:09:25 +01:00
SomberNight f3f43c8f2a Revert "disable p2wpkh for hw wallets for now"
This reverts commit e218c4a305.
2018-01-12 18:46:08 +01:00
ThomasV 4a40b3a0b2 separate merchant UI from main project 2018-01-12 10:37:14 +01:00
ThomasV d38303354c
Merge pull request #3683 from SomberNight/wizard_scriptnotsupported
wizard: allow to choose derivation again if script type is not supported
2018-01-11 16:45:55 +01:00
ThomasV 359882d0b1
Merge pull request #3630 from SomberNight/bip84
bip84 for sw seeds
2018-01-11 16:43:34 +01:00
SomberNight d8a9c9720a follow-up 65eae139af 2018-01-10 18:39:25 +01:00
SomberNight 9416e5bc35 wizard: allow to choose derivation again if script type is not supported (instead of closing the wizard) 2018-01-09 21:10:32 +01:00
pooler 8bcefe6cfa Fix Blockchain.get_target() 2018-01-08 21:48:09 +01:00
ThomasV eaeac4ca51 version 3.0.5 2018-01-08 01:22:12 +01:00
ThomasV b076f45f8e
Merge pull request #3664 from SomberNight/json_rpc_pw
Password-protect the JSON RPC interface
2018-01-08 00:28:27 +01:00
ThomasV 1020449684 disable jsonrpc commands in the GUI 2018-01-08 00:20:46 +01:00
ThomasV 7c702b518d disable jsonrpc on android 2018-01-08 00:20:27 +01:00
SomberNight af527b21fb Password-protect the JSON RPC interface 2018-01-07 19:30:23 +01:00
ThomasV f8fad2fd29 release 3.0.4 2018-01-07 02:49:39 +01:00
ThomasV 6be7bda023
Merge pull request #3659 from mithrandi/patch-1
Stop allowing CORS for the JSON-RPC server
2018-01-06 20:51:55 +01:00
ThomasV 1fe18ab1ce
Merge pull request #3611 from SomberNight/mnemonic_enforce_num_words
avoid shorter seeds 'by luck'
2018-01-06 12:51:30 +01:00
ThomasV c4e4d8a1dd
Merge pull request #3650 from SomberNight/daemon_lockfile_not_exec
make daemon lockfile not executable
2018-01-06 12:38:05 +01:00
Tristan Seligmann 0cf67997c0
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 08:42:54 +02:00
SomberNight aeee5e907c enable some translations in base_wizard.py 2018-01-05 13:42:06 +01:00
SomberNight f9e9597381 make daemon lockfile not executable 2018-01-04 23:41:10 +01:00
SomberNight 6d88eab005 tests: added 2fa seed case to test_wallet_vertical.py 2018-01-04 22:21:05 +01:00
SomberNight 563aae0dbd fix #3411 2018-01-04 03:40:35 +01:00
Andrew Chow 0a83b3af22 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-01 18:03:00 -05:00
ThomasV 7ae1a4cdeb
Merge pull request #3593 from SomberNight/scan_qr_textedit_allow_multi
ScanQRTextEdit optionally allows to concat data
2017-12-31 18:04:21 +01:00
SomberNight 6c2b974796 change default relay fee to 1000 sat/kbyte 2017-12-31 05:06:52 +01:00
SomberNight e218c4a305 disable p2wpkh for hw wallets for now 2017-12-31 02:42:02 +01:00
SomberNight e3164286d0 implement bip84: bip43 purpose/der path for p2wpkh scripts 2017-12-31 02:20:58 +01:00
SomberNight 6f954090e6 fix fee ui: offline case 2017-12-30 01:13:36 +01:00
SomberNight 295dc12612 avoid shorter seeds 'by luck' 2017-12-27 18:26:50 +01:00
SomberNight c04ebe9571 wizard: added derivation presets for bip44/49 2017-12-27 17:01:47 +01:00
SomberNight aef0444867 fix #3439: ScanQRTextEdit optionally allows to concat data 2017-12-24 03:30:04 +01:00
SomberNight e2c05c2400 RBF/sweep: use BIP_LI01_sort() 2017-12-22 02:33:22 +01:00