Commit Graph

275 Commits

Author SHA1 Message Date
Jon Layton 757c2b93b0 Removed leftovers, added back HEADERS_URL 2018-03-05 20:51:39 -06:00
Jon Layton 0ca9fc8391 Merge remote-tracking branch 'up/master' into HEAD 2018-03-05 19:40:10 -06:00
SomberNight 81b6d65764 refactor network constants 2018-03-04 22:10:59 +01:00
ThomasV 24054ac399
Merge pull request #3943 from SomberNight/fee_cleanup
clean up fees a bit
2018-02-23 10:11:20 +01:00
ThomasV 381de43cac
Merge pull request #3925 from SomberNight/wif_format_change
change WIF to "txin_type:old_wif"
2018-02-21 11:10:03 +01:00
SomberNight 4ddda74dad clean up fees a bit 2018-02-21 03:22:26 +01:00
SomberNight 51c235a8be privkeys WIF: store in extended WIF internally; export as "txin_type:old_wif" 2018-02-19 20:42:53 +01:00
SomberNight ea66333e48 bip32 version numbers (xpub headers): use t/u/U/v/V for testnet 2018-02-13 16:45:41 +01:00
ThomasV c3f3843cc3 Add memory pool based fee estimates
- fee estimates can use ETA or mempool
 - require protocol version 1.2
 - remove fee_unit preference
2018-02-05 12:23:32 +01:00
Chris Sulmone dfff1e9405 Fixed headers url and a typo 2018-02-01 23:11:01 -06:00
Chris Sulmone 30da9e6b20 Fixed CDN ip for 1.0.0 release 2018-01-27 19:38:39 -06:00
Chris Sulmone 6fbf674f6c Added blockchain_headers to google load balanced cdn 2018-01-27 19:16:07 -06:00
SomberNight c811c5c9d9 allow encrypting watch-only wallets. initial support for hw wallet storage encryption. 2018-01-28 02:09:44 +01:00
Chris Sulmone 7a9555b2ba Changed blockchain_headers to main server and updated 2018-01-19 00:16:39 -06:00
Jon Layton f2f2f6233e Zcash/Zclassic strMessageMagic value set 2018-01-18 18:29:18 -06:00
Jon Layton 86e74d976b Merge branch 'master' of https://github.com/ch4ot1c/electrum-zcl into ch4ot1c-master 2018-01-17 04:53:04 -05:00
Jon Layton d8d698402a Working HEADERS_URL, 50003->2, explorer ui for mainnet 2018-01-17 04:31:37 -05:00
Chris Sulmone e40b3123e8 Fix strange unicode encoding bug 2018-01-17 03:00:10 -06:00
Chris Sulmone eb831374e5 Fixed headers and verification 2018-01-17 02:23:18 -06:00
Jon Layton ca50c2fabf Add DEFAULT_FEE_RATE, disable 'dynamic_fees', initially 'show_fees' 2018-01-16 21:06:03 -06:00
Chris Sulmone 6c1f72564b Added a fix for URI parsing and defined shielded transaction constants 2018-01-15 11:20:41 -06:00
Jon Layton 9047d4a3e2 Connects to electrum-zcl.com 2018-01-15 02:38:45 -05:00
Chris Sulmone 1efbf83241 Fix for b58 address check 2018-01-14 23:51:20 -06:00
Chris Sulmone 5ff77230c7 Fixed parsing and encoding of t addresses for ZCL 2018-01-14 23:28:40 -06: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 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 1dc78eedb2 Set ADDRTYPE_P2PKH and ADDRTYPE_P2SH for mainnet and testnet 2018-01-13 18:03:06 -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 44a83c2401 read checkpoints file in NetworkConstants, add it to setup.py 2017-12-12 11:10:50 +01:00
SomberNight 66cce115ef more robust commands.getprivatekeys() and bitcoin.is_segwit_address() 2017-11-19 23:46:59 +01:00
Justin Turner Arthur 857eb4ac1d Remove unused imports. Explicitly import a few deep imports. 2017-11-13 02:28:00 -06:00
SomberNight c65d01ea96 file i/o: use 'with' keyword 2017-11-12 14:33:46 +01:00
SomberNight 9e2cd17790 sweeping minikeys: search for both compressed and uncompressed pubkeys 2017-11-11 11:02:30 +01:00
SomberNight 0db5ea67a0 bitcoin.NetworkConstants: easier changing between testnet and mainnet 2017-11-09 17:47:57 +01:00
ThomasV 2774126db6 fix #3170 2017-11-01 22:44:13 +01:00
ThomasV 8623d8c258 fix magic number for p2wsh-p2sh 2017-11-01 21:25:43 +01:00
ThomasV f36024e216 hardware wallets: pass xtype to get_xpub 2017-10-31 11:45:25 +01:00
SomberNight c05549c8cd follow-up prev commit: revert "strict checks" for old seeds 2017-10-29 20:04:31 +01:00
SomberNight d45e13553a old seeds: normalize, and stricter is_old_seed() 2017-10-29 17:34:45 +01:00
ThomasV 6f3c822867
Merge pull request #3125 from SomberNight/sweep_p2pk
try to sweep p2pk outputs from old type WIF privkeys
2017-10-27 21:01:56 +02:00
ThomasV a220932711 serialize txin-type in xpub/xprv 2017-10-27 12:04:26 +02:00
SomberNight 1c31177d03 try to sweep p2pk outputs from old type WIF privkeys 2017-10-26 01:17:46 +02:00
ThomasV 8683d71711 fix: witness serialization 2017-10-22 12:39:36 +02:00