Neil Booth
|
98daf5417a
|
Fix prior
|
6 years ago |
Neil Booth
|
d90d76cbdd
|
daemon.py: work around aiohttp bug
Also log unexpected exceptions in the prefetcher
|
6 years ago |
Neil Booth
|
f6e0962262
|
Add protocol-ideas.rst
|
6 years ago |
Neil Booth
|
374e8360b4
|
Add missing await
|
6 years ago |
Neil Booth
|
c801cc0f40
|
Update protocol docs
|
6 years ago |
Neil Booth
|
39817eec7e
|
Portocol: add blockchain.scripthash.unsubscribe
|
6 years ago |
Neil Booth
|
04ead9b68a
|
Handle subscriptions whose history becomes too long
|
6 years ago |
Neil Booth
|
2a8390abac
|
Ignore add_peer unless PEER_DISCOVERY is ON
Closes #731
|
6 years ago |
Neil Booth
|
1d554ff579
|
Use normal loops
|
6 years ago |
Neil Booth
|
56823805f1
|
Don't access _can_send base member.
|
6 years ago |
Neil Booth
|
304e44d523
|
Handle subscriptions whose history becomes too long
|
6 years ago |
Neil Booth
|
17519611bb
|
Remove dead code for address subs
|
6 years ago |
Neil Booth
|
031d193d26
|
Save a subscription only if address_status succeeds.
|
6 years ago |
Neil Booth
|
ddfc87ecc9
|
Strip the newlines form sys.version
|
6 years ago |
Neil Booth
|
f651d166d2
|
Add LOG_LEVEL environment variable
Closes #605
|
6 years ago |
Neil Booth
|
dc790fcdf2
|
limited_history: raise error on long histories
Requires aiorpcX 0.15.0
Fixes #566
|
6 years ago |
zebra-lucky
|
cac452fbae
|
dash: add CbTx version 2 support (#794)
|
6 years ago |
Neil Booth
|
eeb9c3e5b2
|
peers.py: use sent_request_timeout
|
6 years ago |
Neil Booth
|
e41c3dc518
|
session.py: use MerkleCache, add a cache of them
|
6 years ago |
Neil Booth
|
0c86a833c1
|
session.py: bump history cache to 1000
|
6 years ago |
Neil Booth
|
dcd255b3b6
|
session.py: introduce an lrucache for block tx hashes
Adjust request costing based on whether cache is hit.
Add stats to RPC getinfo
|
6 years ago |
Neil Booth
|
9b4a3c9dff
|
session.py: handle block tx hashes more efficiently
• only convert tx_hash from hex to bytes once
• keep the tx_hashes list in binary saving an expensive list
conversion from binary->hex->binary
|
6 years ago |
Neil Booth
|
d7162311e5
|
session.py: don't bother showing the block hash
Don't sanity-check height twice
|
6 years ago |
Neil Booth
|
5e161b1a25
|
Use aiohttp session correctly when reading blacklist
|
6 years ago |
Neil Booth
|
b05f3793f9
|
session.py: log_me is now in the aiorpcX base class
|
6 years ago |
Neil Booth
|
377e8f3a52
|
electrumx_rpc: add lognew command
|
6 years ago |
Neil Booth
|
516b04e6eb
|
Remove a condition that is always true now
|
6 years ago |
Neil Booth
|
f02e551442
|
setup.py: update
|
6 years ago |
Neil Booth
|
b71e95b1a5
|
_close_servers: close the servers before waiting
Might help #795
|
6 years ago |
Neil Booth
|
5e03dc038b
|
Mark 4 env vars as obsolete
|
6 years ago |
Neil Booth
|
1129e50252
|
Add REQUEST_TIMEOUT environment variable
|
6 years ago |
Neil Booth
|
96537bd554
|
Require aiorpcX 0.13.6
|
6 years ago |
Roger Taylor
|
16914022bf
|
Bitcoin SV scaling testnet support. (#796)
|
6 years ago |
Neil Booth
|
9635ab6a8b
|
tx.py: clean up
|
6 years ago |
Neil Booth
|
a04b84722a
|
server_base.py, text.py: clean up
|
6 years ago |
Neil Booth
|
3abaf87865
|
script.py: clean up
|
6 years ago |
Neil Booth
|
22a8b0727c
|
merkle.py: clean up
|
6 years ago |
Neil Booth
|
7fbde07b1c
|
coins.py: clean up
|
6 years ago |
Neil Booth
|
82b1a9d59e
|
history.py: clean up
|
6 years ago |
Neil Booth
|
065c61c350
|
db.py: clean up
|
6 years ago |
Neil Booth
|
49c5e0af45
|
session.py: clean up
|
6 years ago |
Neil Booth
|
e1abaa8fb4
|
mempool.py: cleanup
|
6 years ago |
Neil Booth
|
08c55bbc6c
|
peers.py: cleanup
|
6 years ago |
Neil Booth
|
a6785929c4
|
daemon.py, blockprocessor.py: cleanup
|
6 years ago |
Neil Booth
|
52993215cb
|
environment.rst: tweak docs for SESSION_TIMEOUT
|
6 years ago |
Neil Booth
|
c881397f8e
|
Prepare 1.10.1
|
6 years ago |
Neil Booth
|
12b0727722
|
Tweak tx_hashes cost
Reduce it given SomberNight's optimisation
The logic and costing needs cleaning up here but this is good for now
|
6 years ago |
Neil Booth
|
7ea05184dc
|
ElectrumX: recalc concurrency on connect
Require aiorpcX 0.13.5
|
6 years ago |
turcol
|
e497a50cfb
|
Rename CivX to EXOS for mainnet and testnet (#793)
|
6 years ago |
Neil Booth
|
57baafde0f
|
Fix doc typos
|
6 years ago |