-
Notifications
You must be signed in to change notification settings - Fork 77
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: adjust router for insufficient asset #765
Conversation
# Conflicts: # pallets/route-executor/src/lib.rs
Crate versions that have been updated:
Runtime version has been increased. |
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.
pls bump versions
…trade so precise balance check is not possible
WARNING: dont merge it yet, we will rework to get the ED from asset registry |
# Conflicts: # Cargo.lock # integration-tests/Cargo.toml # integration-tests/src/router.rs
…we discarded the it
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.
Rebench and LGTM
# Conflicts: # Cargo.lock # integration-tests/Cargo.toml # runtime/adapters/Cargo.toml
Since we introduced insufficient assets, the balance check won't work properly as we can have special case with selling fee payment asset for shitcoin, so we decided to remove it.
Furthermore we wanna disable route setting for insufficient asset
TODO: