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
Similar to normal transfer, we need to validate recipient info on the receiving chain
The text was updated successfully, but these errors were encountered:
Lost tokens when transfer XCM MYTH -> MYTH(Polkadot asset hub) when input account without native tokens(DOT) Actual: Lost token Transaction: https://mythos.subscan.io/extrinsic/0xad7a86399f10b5ef49f64e4d9b45eb5b3f16d046de9298af8f6f2531892293e2
Expect: Don't allow transfer
Sorry, something went wrong.
Version test: http://14.224.129.242:8900/s/9yxMC5QLtMFdogB
Show incorect message in case XCM Actual: Show error message in case account have native token
Expect: Allow transfer
Re-check min XCM Actual: remove logic Min XCM = ED * 1.2
Version test: http://14.224.129.242:8900/s/crFztrAdaD7i6nA
Do not validate in case Amount < Min amount when XCM Actual: Do not show message error, allow transfer
Expect: Show error, block transfer
Unable to transfer local token on chain Actual: Show error Cannot convert 1.2 to a BigInt
PDTnhah
Successfully merging a pull request may close this issue.
Similar to normal transfer, we need to validate recipient info on the receiving chain
The text was updated successfully, but these errors were encountered: