You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recent changes to the AssetHub's logic broke chopsticks tests when sending USDC or USDT from Interlay to AssetHub.
The main change was that the USDC/T amounts are converted to DOT before sent as fees. That seems to make the tests fail even though the destination fee estimates are set high enough.
Find out which evaluation logic fails, fix it, and reenable the test cases.
For reference: the test case was disabled in commit 9b3fb50
The text was updated successfully, but these errors were encountered:
Recent changes to the AssetHub's logic broke chopsticks tests when sending USDC or USDT from Interlay to AssetHub.
The main change was that the USDC/T amounts are converted to DOT before sent as fees. That seems to make the tests fail even though the destination fee estimates are set high enough.
Find out which evaluation logic fails, fix it, and reenable the test cases.
For reference: the test case was disabled in commit 9b3fb50
The text was updated successfully, but these errors were encountered: