-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mm2 tries to fetch 2M block headers from electrum #1482
Comments
@borngraced this happens only for coins with |
ok cool thanks for the info! |
@cipig could you please check if this error has gone? |
looks good... i reenabled spv_proof for KMD and it works
it shows up every 10s, but doesn't say which coin |
@borngraced could you please check what's going on? |
I guess this behaviour is expected as we are suppose to stop the requests if there's no more headers to fetch hence we call notify on permanent error perhaps I need to check for this kind of error specifically and avoid attempting to refetch the headers |
We need to continue fetching headers because new headers appear onchain and we need these new headers to validate transactions against them, that's why we spawn a loop to continue fetching new headers. |
I believe the attempts shouldn't be reduced if the error is |
yes you should review it now. |
@cipig do you have an update on this? pls... |
used latest mm2 from dev, enabled spv_proof for KMD by setting swap is basically stuck at on maker side
the initial problem with |
thanks, I'm now looking into this. |
mm2 tries to request 2M block headers and gets error from electrumx servers because response is too large (over 2M bytes)
the doc for the
blockchain.block.headers
call: https://electrumx-spesmilo.readthedocs.io/en/latest/protocol-methods.html#blockchain-block-headersThe text was updated successfully, but these errors were encountered: