-
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
Feat/polkadex v2 #366
Feat/polkadex v2 #366
Conversation
This pull request has been linked to Shortcut Story #43708: Send Polkadex V2 connector to the Foundation. |
- Removes unused method - Adds test case
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
- Removes testnet which is currently not supported
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
- Connected seed phrase 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#6558 |
Before submitting this PR, please make sure:
A description of the changes proposed in the pull request:
This PR introduces an update to the Polkadex connector to use the V2 API.
Tests performed by the developer:
Tips for QA testing:
Note that every now and then, the periodic order status update may fail because it happened immediately after submitting an order. Since Polkadex is a decentralized exchange, it takes a couple of seconds for the order to make it onto the chain and to become available for order status updates.
@CoinAlpha/qa-client, I am currently getting a segfault several seconds into using the OSS client. I've pinged Federico to check if that's a known issue on their end.
[ch-43708]