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
When using chopsticks on Moonbeam runtime to debug XCM, runtime logs are not output. This could because the chain is an EVM style chain which accepts EVM style accounts with ECDSA.
It is not related to #845 as you are replaying a real tx with valid signature.
I can see logs from EVM pallet so runtime logs is working.
To debug this why the tx failed, I will suggest:
Launch a fork network with block height that is the parent of the failed tx (e.g. 8434475)
Submit the failed tx from pjs apps (using RPC author_submitExtrinsic).
Check the logs
this will allow you replay only the failed tx and if needed, you can do additional storage override before replay it. e.g. if you found out the issue is the source account does not have enough funds, you can top it up and replay to see if it is going to success this time
You can also use dev_setHead with -1 as parameter to revert last block
When using chopsticks on Moonbeam runtime to debug XCM, runtime logs are not output. This could because the chain is an EVM style chain which accepts EVM style accounts with ECDSA.
Possibly related issues:
#845
Example txs:
https://moonbeam.subscan.io/extrinsic/8434476-4
https://moonbeam.subscan.io/extrinsic/8492691-4
Steps to reproduce:
Expected output is a log line like:
Actual output:
out4.txt
Version:
The text was updated successfully, but these errors were encountered: