-
Notifications
You must be signed in to change notification settings - Fork 98
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
BEP20: MakerPaymentRefundFailed for swap failed couple days ago #947
Comments
Thanks for opening the issue! Sure, we can reduce the block range for |
Could you please try to refund the same swap using the https://github.com/KomodoPlatform/atomicDEX-API/tree/mm2.1-various-fixes branch? |
i get |
Yeah, I have an error there, will push the fix soon. |
Also fix the block range in EthCoin::search_for_swap_tx_spend #947
@cipig Could you please pull the changes and retry? |
Also fix the block range in EthCoin::search_for_swap_tx_spend #947
now it works, thanks for the fix
https://bscscan.com/tx/0x5d3f72e8b537663b58b659833ec76717d9714f8f0677a85eed567945d02b964c |
the reason of the swap failure is not that important (there were some problems with out of sync nodes and too low fee on BSC, solved in the meantime)
but the real problem is this on calling
recover_funds_of_swap
:i guess that
eth_getLogs
for such a long period of time (4 days) is not a good idea: bnb-chain/bsc#101 ... i haven't used--rangelimit
on my nodes yet, but will need to add it soon, the CPU load it causes is hugecan
eth_getLogs
calls be limited to a certain block range in mm2?the entire swap file:
630d81e5-42c2-4d91-9e9e-c47fb884a780.txt
The text was updated successfully, but these errors were encountered: