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
which causes a serious issue in token mapping, if the mapped contract lacks the mint_by_cronos_module method, then when converting tokens, the native tokens will disappear, and there are no equivalent crc20 tokens minted.
we better check the Transfer event in the returned receipt logs.
The text was updated successfully, but these errors were encountered:
yihuang
changed the title
Problem: internal EVM call don't fail if method is not implemented
Problem: internal EVM call don't fail if the method is not implemented
Jan 26, 2022
which causes a serious issue in token mapping, if the mapped contract lacks the
mint_by_cronos_module
method, then when converting tokens, the native tokens will disappear, and there are no equivalent crc20 tokens minted.we better check the
Transfer
event in the returned receipt logs.The text was updated successfully, but these errors were encountered: