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
I tried to have a executeCall call instantiate a function on a contract that sends sendCallmessage() . I have not been able to get this to work. The e2e demo does not implement this feature I think?
What I have been trying to do:
with a ICON EOA, call callSendMessage() on xCall addres.
get the reqId from the event log on BSC test
with an BSC EOA, call executeCall with correct reqId on BSC xCall
The transaction (on BSC) succees, but the internal transactions fail (the sendCallMessage() being executed in the handleCallMessage on BSC).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I tried to have a executeCall call instantiate a function on a contract that sends sendCallmessage() . I have not been able to get this to work. The e2e demo does not implement this feature I think?
What I have been trying to do:
The transaction (on BSC) succees, but the internal transactions fail (the sendCallMessage() being executed in the handleCallMessage on BSC).
The logs how the "XCall failed" messages, with other data I can not really decypher.
the tx: https://testnet.bscscan.com/tx/0x63aade9611051a333890447315da51a17348e286cbd4683edbfb99a0130a96ba
Beta Was this translation helpful? Give feedback.
All reactions