Neil Booth
5f73fa02a3
Prepare 0.8.8
8 years ago
Neil Booth
2a461bd98c
Serve sessions in a priority queue.
Add new RPC command requests.
Adjust sessions RPC command to show pending requests.
Only keep first 15 chars in version string.
Set socket timeout
Try more forceful closing of socket
Fixes #67
8 years ago
Neil Booth
1a9e8cdcd4
More work
8 years ago
Neil Booth
53e8398302
Merge branch 'release-0.8.7' into develop
8 years ago
Neil Booth
4839e6bdc6
Merge branch 'release-0.8.7'
8 years ago
Neil Booth
21d1825f09
Prepare 0.8.7
8 years ago
Neil Booth
b23c10696f
Merge branch 'develop' of github.com:kyuupichan/electrumx into develop
8 years ago
Neil
6427f40d75
Merge pull request #64 from bauerj/patch-2
Tweak systemd unit file settings
8 years ago
Johann Bauer
337f351b6e
Tweak systemd unit file settings
- Set the open file limit to 8192, which should hopefully be enough
- Set the timeout for process termination to 30 minutes. Systemd will send another SIGTERM after 30 minutes and then a SIGKILL after 60 minutes. That should be plenty of time for electrumx to cleanly finish whatever it's doing
8 years ago
Neil Booth
7399452294
Temporary hack to fix initial sync slowdown
8 years ago
Neil Booth
cbb1e504cc
Cache headers.
8 years ago
Neil Booth
e40db63beb
Queue requests, which have a process method.
8 years ago
Neil Booth
e908466e1e
Merge branch 'release-0.8.6' into develop
8 years ago
Neil Booth
b6e7eb3c04
Merge branch 'release-0.8.6'
8 years ago
Neil Booth
2d411ab20a
Prepare 0.8.6
8 years ago
Neil Booth
4e512343be
Fix other JSON bugs introduced in 0.8.5
Further clean up the JSON code.
8 years ago
Neil
b8122b9430
Merge pull request #61 from valesi/0.8.5-rpc-fix
Update RPC client for JSON rework and add missing arg in json_request_text
8 years ago
Shane Moore
e17a9ee2c7
Update RPC client for JSON rework and add missing arg in json_request_text
Fixes #60
8 years ago
Neil Booth
2b1d236b0d
Merge branch 'release-0.8.5' into develop
8 years ago
Neil Booth
82a7ca9dd4
Merge branch 'release-0.8.5'
8 years ago
Neil Booth
b9f28ba9dc
Prepare 0.8.5
8 years ago
Neil Booth
b2e4d32de6
Remove special-casing of all_seeing_eye
8 years ago
Neil Booth
f904ce2f5d
Rework the JSON layer
Batch requests are now processed and encoded incrementally.
Their bandwidth usage is also incrementally added, and so overlarge
responses are rejected as soon as they become too large.
JSON text is also more memory efficient than the python data
structures they represent.
8 years ago
Neil Booth
b116040365
Clean up param verification code
8 years ago
Neil Booth
341c05af61
Merge branch 'release-0.8.4'
8 years ago
Neil Booth
36a06ea2c2
Prepare 0.8.4
8 years ago
Neil Booth
1f1f0f42f8
Remove invalidated history cache on notifications
8 years ago
Neil Booth
643c990684
Revert "Add feature to rate limit connections"
This reverts commit a82ab0b075
.
8 years ago
Neil Booth
bc9027094b
Fix environment variable (bauerj)
8 years ago
Neil Booth
be8adbbcd5
Fix some typos.
8 years ago
Neil Booth
ce2aaa542a
Merge branch 'rate_limit' into develop
8 years ago
Neil Booth
a82ab0b075
Add feature to rate limit connections
8 years ago
Neil Booth
5b991e808c
Merge branch 'release-0.8.3' into develop
8 years ago
Neil Booth
0a8d560955
Merge branch 'release-0.8.3'
8 years ago
Neil Booth
3f88bc1ab9
Prepare 0.8.3
8 years ago
Neil Booth
9d336daf71
Merge branch 'session_logs' into develop
8 years ago
Neil Booth
79a9e91994
Handle closing sessions a little differently
Move connection type to first flag letter.
All seeing eye is not stale.
8 years ago
Neil Booth
fcf696d3f3
Don't require 2 params for version requests
8 years ago
Neil Booth
d952b530f6
Merge branch 'release-0.8.2' into develop
8 years ago
Neil Booth
32076adf55
Merge branch 'release-0.8.2'
8 years ago
Neil Booth
9456b75a91
Prepare 0.8.2
8 years ago
Neil Booth
238b9e0285
Process blocks in the executor
This should eliminate latency when new blocks come in
and prevent sessions being dropped whilst they are processed.
8 years ago
Neil Booth
ab9d9f7c07
Reduce bandwith usage over the bandwith interval
So if e.g. your limit is 10MB per hour, then every minute
your cumulative usage will be reduced by 1/6MB.
8 years ago
Neil Booth
93536c6a10
Merge branch 'release-0.8.1'
8 years ago
Neil Booth
26de3f0261
Prepare 0.8.1
8 years ago
Neil Booth
656f749c70
Add LRU cache for history
8 years ago
Neil Booth
556574640f
IRC encoding fix
8 years ago
Neil Booth
04369dd228
Forcefully drop stale sessions or if shutting down
Don't wait for the socket
8 years ago
Neil Booth
aaf0592f52
Fix typo
8 years ago
Neil Booth
e2243ff002
Merge branch 'release-0.8.0' into develop
8 years ago