Open alistair-singh opened 6 days ago
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:
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: https://github.com/AcalaNetwork/chopsticks/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: