-
Notifications
You must be signed in to change notification settings - Fork 84
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
Fix/dexalot lost orders fix #370
Conversation
# Conflicts: # hummingbot/connector/derivative/kucoin_perpetual/kucoin_perpetual_derivative.py
# Conflicts: # test/hummingbot/connector/derivative/binance_perpetual/test_binance_perpetual_derivative.py
If the transaction was recently submitted, an order status request could fail to find the transaction data. This was considered as order failure up until now, but it should be considered as "order not found".
This pull request has been linked to Shortcut Story #45141: Dexalot - Stuck on cancelling order. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and confirmed working by QA.
- Successfully cloned and installed the branch
- Successfully setup gateway both on source and docker
- Connected API keys (valid and invalid key) and confirmed working as expected
- Confirmed wallet and exchange balances are reflecting correct
- Created a pure_mm strategy and went through initial prompts successfully
- Started the strategy without issues, confirmed orders are created and cancelled based on config
- Confirmed order book prices is in sync with the exchange
- Trade information are correct based on history command output
- Compared trades in client and exchange, no discrepancies found
- Confirmed hanging order/cancellation and multiple order levels works as expected
Closing to re-open towards foundation: hummingbot#6611 |
Before submitting this PR, please make sure:
A description of the changes proposed in the pull request:
This PR addresses the issue where Dexalot orders remain stuck (orphaned) on the exchange.
[ch-45141]
Tests performed by the developer:
Unit tests.
Tips for QA testing:
Please ensure the behaviour is no longer reproducible.