Randy Du
Randy Du
This bug occurs after bitcore-lib is upgraded from v0.16.0 to v8.7.1, it used to work properly.
BSV always crashes recently, stops at block 622559, it runs in a docker container: ``` INFO:Controller:Python version: 3.7.2 (default, Mar 7 2019, 22:40:59) [GCC 8.2.0] INFO:Controller:software version: ElectrumX 1.9.5 INFO:Controller:aiorpcX...
Here is error message from another docker instance: ``` ERROR:MemPool:1 txs dropped INFO:MemPool:100,694 txs touching 75,443 addresses INFO:ElectrumX:[151600] TCP 172.21.0.1:55340, 1 total ERROR:MemPool:1 txs dropped INFO:ElectrumX:[151601] TCP 172.21.0.1:55538, 1 total...
Restart the docker instance, the log messages are: ``` INFO:Controller:Python version: 3.7.2 (default, Mar 7 2019, 22:40:59) [GCC 8.2.0] INFO:Controller:software version: ElectrumX 1.9.5 INFO:Controller:aiorpcX version: 0.10.5 INFO:Controller:supported protocol versions: 1.2-1.4.1...
I will try the latest electrumX version to see if it makes any difference.
adds extra parameters as following: ``` -resync 30 -cleanup ``` it will resync and remove dangling services every 30 seconds.
I have not double checked if my fix really works for the error, it seems the error is not raised from line 67. Here is the stack trace when the...