Commit Graph

413 Commits

Author SHA1 Message Date
Neil Booth
70ee7eebd8 Prepare 0.7.6 2016-11-23 22:52:23 +09:00
Neil Booth
956d1b8039 Fix IRC regression 2016-11-23 22:49:37 +09:00
Neil Booth
dc23c62625 Merge branch 'release-0.7.5' into develop 2016-11-23 18:00:16 +09:00
Neil Booth
86086cac63 Prepare 0.7.5 2016-11-23 17:59:18 +09:00
Neil Booth
9e220820aa Rework futures and event handling 2016-11-23 17:52:09 +09:00
Neil Booth
bab0d162de Merge ServerManager and BlockServer 2016-11-23 17:52:08 +09:00
Neil Booth
cebf93cdc3 Handle abuse better
- close connections on any encoding error
- if the connection is closing do not process buffered requests
2016-11-23 11:52:17 +09:00
Neil Booth
a886eeca73 Merge branch 'thelazier-irc_vars' into develop 2016-11-23 10:21:34 +09:00
Neil Booth
d7887b62be Merge branch 'irc_vars' of https://github.com/thelazier/electrumx into thelazier-irc_vars 2016-11-23 10:21:16 +09:00
TheLazieR Yip
f075f0bb5f Add coin's IRC parameters 2016-11-23 08:15:03 +07:00
Neil Booth
7ee789ab5e Merge branch 'release-0.7.4' into develop 2016-11-23 09:56:27 +09:00
Neil Booth
eb869efd96 Merge branch 'release-0.7.4' 2016-11-23 09:56:15 +09:00
Neil Booth
f20859a8a6 Prepare 0.7.4 2016-11-23 09:55:54 +09:00
Neil Booth
640360c809 Add feature to simulate reorgs for debugging 2016-11-23 09:52:30 +09:00
Neil Booth
8970205e6c Remove obsolete debugging feature 2016-11-23 09:16:41 +09:00
Neil Booth
2df5aa746f Pop one from tx_counts for each block we back up.
Fixes #40
2016-11-23 09:11:49 +09:00
Neil Booth
26221e751e Remove dead code 2016-11-23 09:02:01 +09:00
Neil Booth
3af5a33d30 Update env var sample 2016-11-23 08:49:06 +09:00
Neil Booth
87da366b1c Merge branch 'release-0.7.3' into develop 2016-11-22 08:12:43 +09:00
Neil Booth
cd2019702c Merge branch 'release-0.7.3' 2016-11-22 08:11:59 +09:00
Neil Booth
39021792ca Prepare 0.7.3 2016-11-22 08:11:05 +09:00
Neil Booth
d1ba4b1a76 Reset fs_height when backing up 2016-11-22 08:09:43 +09:00
Neil Booth
dca8c034ff Merge branch 'fix-reorg' into develop 2016-11-22 07:50:26 +09:00
Neil Booth
67bb01bf2c Fix reorgs with unspendable TXOs 2016-11-22 07:50:01 +09:00
Neil Booth
b8b9e362a3 Update REL-NOTES 2016-11-22 07:06:40 +09:00
Neil Booth
10e0ff2e01 Update REL-NOTES 2016-11-22 07:06:00 +09:00
Neil Booth
02ce8fe573 Merge branch 'release-0.7.2' into develop 2016-11-22 07:05:07 +09:00
Neil Booth
35f56462d3 Merge branch 'release-0.7.2' 2016-11-22 07:04:23 +09:00
Neil Booth
e5c4bb9743 Prepare 0.7.2 release 2016-11-22 07:03:37 +09:00
Neil Booth
76e0dde199 Merge branch 'cluelessperson-docs' into develop 2016-11-22 06:57:57 +09:00
Neil Booth
ee6beba35a Merge branch 'master' of https://github.com/cluelessperson/electrumx 2016-11-22 06:57:20 +09:00
Neil Booth
139efa57ae Merge branch 'cutoff_with_many_errors' into develop 2016-11-22 06:53:51 +09:00
Neil Booth
11ed1c4cae Don't log decoding errors any more
The can be frequent.
Close connections once they reach 10 errors.
2016-11-22 06:45:22 +09:00
Neil Booth
49282a28ca Merge branch 'AddDashRPC' of https://github.com/thelazier/electrumx into thelazier-AddDashRPC 2016-11-21 07:38:01 +09:00
Clueless
c55024a338 Merge pull request #1 from cluelessperson/samples
Reorganization of init systems files, adding systemd sample config
2016-11-20 08:54:40 -06:00
cluelessperson
84faf6cc8d Reorganization of init systems files, adding systemd sample config 2016-11-20 08:51:27 -06:00
Neil Booth
aa9f106865 Add missing self; use max_secs where intended. 2016-11-20 23:11:35 +09:00
Neil Booth
83dfbea506 Merge branch 'release-0.7.1' into develop 2016-11-20 22:04:14 +09:00
Neil Booth
e2e41c3663 Merge branch 'release-0.7.1' 2016-11-20 22:03:28 +09:00
Neil Booth
285a66fceb Prepare 0.7.1 2016-11-20 22:03:04 +09:00
Neil Booth
fa30c5529b Fix missing qualifier 2016-11-20 22:01:44 +09:00
TheLazieR Yip
5aae539476 Add DEFAULT_RPC_PORT for DASH 2016-11-20 19:11:22 +07:00
Neil Booth
796260af30 Merge branch 'develop' 2016-11-20 20:56:24 +09:00
Neil Booth
dd0cd0156f Remove debug log 2016-11-20 20:56:12 +09:00
Neil Booth
ead7bf1bec Merge branch 'develop' 2016-11-20 20:53:37 +09:00
Neil Booth
f3f7e02b2a Merge branch 'daemon_failover' into develop 2016-11-20 20:53:00 +09:00
Neil Booth
87cdd2709d Implement daemon failover
Daemon URLs can be comma-separated in the DAEMON_URL env var.
Surrounding whitespace is stripped.
http:// is preprended if missing.
The coin's default port is supplied if missing.
A trailing / is supplied if missing.
Closes #33
2016-11-20 20:52:54 +09:00
Neil Booth
11558fd9d2 Add debug log 2016-11-20 20:52:54 +09:00
Neil Booth
1dc43b3020 Show connection total in connection log
Fix typo resulting in no mempool notifications
2016-11-20 19:29:58 +09:00
Neil Booth
009750bacb Merge branch 'async_mempool' into develop 2016-11-20 18:25:40 +09:00