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
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
Neil Booth
5eb92007ae
Remove redundant log; IRC will emit one
2016-11-20 18:18:30 +09:00
Neil Booth
98fd178c62
Make mempool truly asynchronous
...
Mempool updates happen in parallel asynchronously to processing of
new blocks once caught up. This means that, e.g., during the initial
slow mempool download incoming blocks can be processed and communicated
to clients without waiting for the downloaded mempool transaction
analysis to complete. From a client's point of view the server won't
be seen as lagging.
2016-11-20 18:17:55 +09:00
Neil Booth
8b34d1c134
Log IRC errors, typically missing package
2016-11-20 18:09:32 +09:00
Neil Booth
dd5a31d0f4
Take a little more care cleaning up connections
2016-11-19 20:56:08 +09:00
Neil Booth
8617c82ec2
Floor disk_count at zero.
2016-11-19 20:56:08 +09:00
Neil Booth
ccf24fdc71
Wait 20 secs for sockets to close
...
10 seems a little low
2016-11-19 20:00:38 +09:00
Neil Booth
e017547b46
Merge branch 'release-0.6.3' into develop
2016-11-19 17:12:35 +09:00
Neil Booth
725ad399d4
Merge branch 'release-0.6.3'
2016-11-19 17:12:03 +09:00
Neil Booth
d856cbab90
Prepare 0.6.3
2016-11-19 17:10:58 +09:00
Neil Booth
ac13ad5bda
Merge branch 'stop_log_spew' into develop
2016-11-19 17:09:22 +09:00
Neil Booth
52116539d4
Clean shutdown: wait for transports to close
...
We give 10 seconds for everything to be cleaned up, then close forcibly.
Fixes #30
2016-11-19 17:05:47 +09:00
Neil Booth
ab1b2be3b5
Merge branch 'formatted_time' into develop
2016-11-19 15:42:33 +09:00
Neil Booth
3d87e299ea
Move formatted_time to library
2016-11-19 15:42:06 +09:00
Neil Booth
0b52376f23
Add subscription limits
2016-11-19 10:51:16 +09:00
Neil Booth
4f7d0eb23d
Merge branch 'release-0.6.2' into develop
2016-11-19 08:22:20 +09:00
Neil Booth
de2ae2a3ad
Merge branch 'release-0.6.2'
2016-11-19 08:21:34 +09:00
Neil Booth
4a4d11ad7c
Prepare release 0.6.2
2016-11-19 08:21:17 +09:00
Neil Booth
ffd6cd63b0
Fix thinko
2016-11-19 08:16:20 +09:00
Neil Booth
913d156786
Convert DaemonError to RPCError
...
To cleanly return errors to clients
getrawtransaction has the ugly API and still does its own thing
Fixes #32
2016-11-19 08:12:13 +09:00
Neil Booth
892a3de85b
Merge branch 'no_mempool_wait' into develop
2016-11-19 08:08:25 +09:00
Neil Booth
942d5d6b00
Fix import
2016-11-19 08:07:37 +09:00
Neil Booth
063a5469cc
Move mempool to be with BlockServer
...
BlockProcessor doesn't really need a mempool; mempools are
only useful for servers.
Set first_sync before flushing, so it goes into DB state.
Start servers immediately on catchup; mempool fills asynchronously.
Fixes #31
2016-11-19 08:02:13 +09:00
Neil Booth
d6fa4a1564
More logging improvements
...
- log software and DB version at startup
- log more DB info at startup
- log software and DB version when first synced
Fixes #29
2016-11-19 07:29:17 +09:00
Neil Booth
3abddf4a51
Simplify sessions call
2016-11-19 00:02:56 +09:00
Neil Booth
1d375e263b
Merge branch 'release-0.6.1' into develop
2016-11-18 22:36:21 +09:00
Neil Booth
c21e1c90ef
Merge branch 'release-0.6.1'
2016-11-18 22:28:52 +09:00