Commit Graph

  • a4989bc235 Merge branch 'santzi-master' into develop Neil Booth 2016-11-28 07:32:07 +0900
  • 07b1e9672e Merge branch 'master' of https://github.com/santzi/electrumx into santzi-master Neil Booth 2016-11-28 07:31:25 +0900
  • e9e7ff16ad Add tests for `close`. Johann Bauer 2016-11-27 21:44:42 +0100
  • f1911140ef Updated Litecoin mainnet parameters Santzi 2016-11-27 19:13:38 +0200
  • e1a321398f Merge branch 'release-0.7.12' into develop Neil Booth 2016-11-27 22:01:59 +0900
  • c34c3f493d Merge branch 'release-0.7.12' 0.7.12 Neil Booth 2016-11-27 22:01:35 +0900
  • 98c4ce3fef Prepare 0.7.12 Neil Booth 2016-11-27 22:01:12 +0900
  • b2032b0a66 Fix 2 JSON RPC issues Neil Booth 2016-11-27 20:21:52 +0900
  • b8fc739590 Fix ordering in get_utxos Neil Booth 2016-11-27 19:43:43 +0900
  • f9cc21807f Further optimize the inner loop Neil Booth 2016-11-27 07:58:13 +0900
  • 5c0b026158 Tasks queue just has null entries for now Neil Booth 2016-11-27 13:35:09 +0900
  • 6aef79461f Don't shut down block processor by cancellation Neil Booth 2016-11-27 12:12:20 +0900
  • 1b95bcd8ac Open DB differently depending on if syncing Neil Booth 2016-11-26 22:36:05 +0900
  • 0afddb7bc3 Give backing up its own flush function Neil Booth 2016-11-26 20:34:00 +0900
  • f5384ccc98 Remove get_tx_hash Neil Booth 2016-11-26 20:02:24 +0900
  • 37a84f7fe3 Merge branch 'release-0.7.11' into develop Neil Booth 2016-11-26 18:21:28 +0900
  • 812509ab08 Merge branch 'release-0.7.11' 0.7.11 Neil Booth 2016-11-26 18:21:03 +0900
  • 4fc5e309ab Prepare 0.7.11 Neil Booth 2016-11-26 18:20:40 +0900
  • 9eb701f220 Replace $VERSION in the banner file Neil Booth 2016-11-26 18:19:53 +0900
  • 1aaed2e913 Create just one server connection Neil Booth 2016-11-26 18:10:03 +0900
  • 3f743e9630 Distinguish undo_info being empty and not existing Neil Booth 2016-11-26 16:16:17 +0900
  • af3ae6429e Fix logging bug Neil Booth 2016-11-26 15:35:55 +0900
  • 4e26e0fe96 Bump default value of MAX_SEND to 1m bytes. Neil Booth 2016-11-26 14:51:31 +0900
  • 95a2de6dae Move DB undo code to db.py Neil Booth 2016-11-23 22:47:27 +0900
  • a5fb9618d6 Merge branch 'clean_db' into develop Neil Booth 2016-11-26 13:16:14 +0900
  • 8d253c81d3 Move clean_db() to db.py Neil Booth 2016-11-23 19:03:46 +0900
  • db5d0dd6cb Merge branch 'serve_disk_only' into develop Neil Booth 2016-11-26 13:12:57 +0900
  • c4e2aa1543 Merge branch 'touched' into develop Neil Booth 2016-11-26 13:12:50 +0900
  • 59244cc24e Move bulk of FS flush code to db.py Neil Booth 2016-11-23 18:31:02 +0900
  • df3cb8535a Cleaner handling of touched addresses Neil Booth 2016-11-26 12:46:11 +0900
  • b97496d4a5 Set max_open_files for LevelDB to 256 Neil Booth 2016-11-26 10:33:22 +0900
  • 9157618089 Tweak ENV-NOTES Neil Booth 2016-11-26 10:13:19 +0900
  • 81ee6d69ed Merge branch 'release-0.7.10' into develop Neil Booth 2016-11-26 09:55:27 +0900
  • 1c3c8f61e3 Merge branch 'release-0.7.10' 0.7.10 Neil Booth 2016-11-26 09:55:01 +0900
  • 9544170c55 Prepare release-0.7.10 Neil Booth 2016-11-26 09:53:47 +0900
  • 292073f2c7 Log large requests and reject them Neil Booth 2016-11-26 09:32:29 +0900
  • 59733e4609 Move bitcoin-specific coin defaults to Bitcoin Neil Booth 2016-11-26 08:32:30 +0900
  • 198fe298b7 Bump timeout to 15s. Show timeout if timed out. Neil Booth 2016-11-26 07:14:38 +0900
  • ffd9c65e7d Merge pull request #45 from thelazier/header_hash Neil 2016-11-25 21:49:55 +0900
  • f3ecfe00e2 Remove unused variables TheLazieR Yip 2016-11-25 07:45:45 -0500
  • 828727d41a Remove unneccessary local variables TheLazieR Yip 2016-11-25 07:44:19 -0500
  • dfaf36ae16 Remove header_hashes TheLazieR Yip 2016-11-25 07:21:19 -0500
  • e987510432 Replace double_sha256 with header_hash from coin TheLazieR Yip 2016-11-25 07:20:25 -0500
  • b3623f5455 replace header_hashes with header_prevhash , header_hash TheLazieR Yip 2016-11-25 07:15:18 -0500
  • 6b63ecb439 Add header_hash and header_prevhash class methods TheLazieR Yip 2016-11-25 07:14:09 -0500
  • d4c871814f Merge branch 'release-0.7.9' into develop Neil Booth 2016-11-25 21:23:52 +0900
  • b6de915890 Merge branch 'release-0.7.9' 0.7.9 Neil Booth 2016-11-25 21:23:31 +0900
  • 9f2bd981f0 Prepare 0.7.9 Neil Booth 2016-11-25 21:23:14 +0900
  • 42c00d32d2 Rewrite lib/jsonrpc.py to be a useful client too Neil Booth 2016-11-25 21:19:43 +0900
  • dcf4d237a2 Merge branch 'release-0.7.8' into develop Neil Booth 2016-11-25 08:12:21 +0900
  • 8f3802444e Merge branch 'release-0.7.8' 0.7.8 Neil Booth 2016-11-25 08:11:59 +0900
  • 2dbb9f44f6 Prepare release 0.7.8 Neil Booth 2016-11-25 08:10:53 +0900
  • ef2703177e Fix another assertion error during reorgs Neil Booth 2016-11-25 08:06:57 +0900
  • f53e955dde Merge branch 'release-0.7.7' into develop Neil Booth 2016-11-24 23:50:46 +0900
  • 6ccd5ad71e Merge branch 'release-0.7.7' 0.7.7 Neil Booth 2016-11-24 23:49:48 +0900
  • 86b0f7fa72 Prepare 0.7.7 Neil Booth 2016-11-24 23:42:49 +0900
  • de4930b96d Introduce MAX_HIST environment variable. Neil Booth 2016-11-24 23:30:40 +0900
  • eaf99f2b98 Merge branch 'release-0.7.6' into develop Neil Booth 2016-11-23 22:53:01 +0900
  • 8b9750982b Merge branch 'release-0.7.6' 0.7.6 Neil Booth 2016-11-23 22:52:39 +0900
  • 70ee7eebd8 Prepare 0.7.6 Neil Booth 2016-11-23 22:52:23 +0900
  • 956d1b8039 Fix IRC regression Neil Booth 2016-11-23 22:49:37 +0900
  • dc23c62625 Merge branch 'release-0.7.5' into develop Neil Booth 2016-11-23 18:00:16 +0900
  • 35367c84d0 Merge branch 'release-0.7.5' 0.7.5 Neil Booth 2016-11-23 17:59:37 +0900
  • 86086cac63 Prepare 0.7.5 Neil Booth 2016-11-23 17:59:18 +0900
  • 9e220820aa Rework futures and event handling Neil Booth 2016-11-23 16:55:23 +0900
  • bab0d162de Merge ServerManager and BlockServer Neil Booth 2016-11-23 15:07:16 +0900
  • cebf93cdc3 Handle abuse better Neil Booth 2016-11-23 11:52:17 +0900
  • a886eeca73 Merge branch 'thelazier-irc_vars' into develop Neil Booth 2016-11-23 10:21:34 +0900
  • d7887b62be Merge branch 'irc_vars' of https://github.com/thelazier/electrumx into thelazier-irc_vars Neil Booth 2016-11-23 10:21:16 +0900
  • f075f0bb5f Add coin's IRC parameters TheLazieR Yip 2016-11-22 20:02:20 -0500
  • 7ee789ab5e Merge branch 'release-0.7.4' into develop Neil Booth 2016-11-23 09:56:27 +0900
  • eb869efd96 Merge branch 'release-0.7.4' 0.7.4 Neil Booth 2016-11-23 09:56:15 +0900
  • f20859a8a6 Prepare 0.7.4 Neil Booth 2016-11-23 09:55:54 +0900
  • 640360c809 Add feature to simulate reorgs for debugging Neil Booth 2016-11-23 09:52:30 +0900
  • 8970205e6c Remove obsolete debugging feature Neil Booth 2016-11-23 09:16:41 +0900
  • 2df5aa746f Pop one from tx_counts for each block we back up. Neil Booth 2016-11-23 09:11:49 +0900
  • 26221e751e Remove dead code Neil Booth 2016-11-23 09:02:01 +0900
  • 3af5a33d30 Update env var sample Neil Booth 2016-11-23 08:49:06 +0900
  • 87da366b1c Merge branch 'release-0.7.3' into develop Neil Booth 2016-11-22 08:12:43 +0900
  • cd2019702c Merge branch 'release-0.7.3' 0.7.3 Neil Booth 2016-11-22 08:11:59 +0900
  • 39021792ca Prepare 0.7.3 Neil Booth 2016-11-22 08:11:05 +0900
  • d1ba4b1a76 Reset fs_height when backing up Neil Booth 2016-11-22 08:09:43 +0900
  • dca8c034ff Merge branch 'fix-reorg' into develop Neil Booth 2016-11-22 07:50:26 +0900
  • 67bb01bf2c Fix reorgs with unspendable TXOs Neil Booth 2016-11-22 07:50:01 +0900
  • b8b9e362a3 Update REL-NOTES 0.7.2 Neil Booth 2016-11-22 07:06:00 +0900
  • 10e0ff2e01 Update REL-NOTES Neil Booth 2016-11-22 07:06:00 +0900
  • 02ce8fe573 Merge branch 'release-0.7.2' into develop Neil Booth 2016-11-22 07:05:07 +0900
  • 35f56462d3 Merge branch 'release-0.7.2' Neil Booth 2016-11-22 07:04:23 +0900
  • e5c4bb9743 Prepare 0.7.2 release Neil Booth 2016-11-22 07:03:37 +0900
  • 76e0dde199 Merge branch 'cluelessperson-docs' into develop Neil Booth 2016-11-22 06:57:57 +0900
  • ee6beba35a Merge branch 'master' of https://github.com/cluelessperson/electrumx Neil Booth 2016-11-22 06:57:20 +0900
  • 139efa57ae Merge branch 'cutoff_with_many_errors' into develop Neil Booth 2016-11-22 06:53:51 +0900
  • 11ed1c4cae Don't log decoding errors any more Neil Booth 2016-11-22 06:45:22 +0900
  • 49282a28ca Merge branch 'AddDashRPC' of https://github.com/thelazier/electrumx into thelazier-AddDashRPC Neil Booth 2016-11-21 07:38:01 +0900
  • c55024a338 Merge pull request #1 from cluelessperson/samples Clueless 2016-11-20 08:54:40 -0600
  • 84faf6cc8d Reorganization of init systems files, adding systemd sample config cluelessperson 2016-11-20 08:51:27 -0600
  • aa9f106865 Add missing self; use max_secs where intended. Neil Booth 2016-11-20 22:13:21 +0900
  • 83dfbea506 Merge branch 'release-0.7.1' into develop Neil Booth 2016-11-20 22:04:14 +0900
  • e2e41c3663 Merge branch 'release-0.7.1' 0.7.1 Neil Booth 2016-11-20 22:03:28 +0900
  • 285a66fceb Prepare 0.7.1 Neil Booth 2016-11-20 22:03:04 +0900