We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We don't have test where router.set_route() fails due to change in tradability flags of omnipool assets.
https://github.com/galacticcouncil/HydraDX-node/blob/a0c524a6c3d7613635614588901a51546782b341/pallets/omnipool/src/types.rs#L31-L35
Scenario: DOT has BUY disabled sell DOT->HDX will pass but HDX->DOT will fail due to BUY of DOT being disabled.
This is currently case with LRNA
The text was updated successfully, but these errors were encountered:
dmoka
Successfully merging a pull request may close this issue.
We don't have test where router.set_route() fails due to change in tradability flags of omnipool assets.
https://github.com/galacticcouncil/HydraDX-node/blob/a0c524a6c3d7613635614588901a51546782b341/pallets/omnipool/src/types.rs#L31-L35
Scenario:
DOT has BUY disabled
sell DOT->HDX will pass but HDX->DOT will fail due to BUY of DOT being disabled.
This is currently case with LRNA
The text was updated successfully, but these errors were encountered: