Results 24 comments of michprev

Pre-built solc ARM binaries are not currently available at https://github.com/ethereum/solc-bin. The only thing we can do now is to raise an exception if we encounter an unsupported architecture.

Hi @khegeman, there is a possibility that Anvil crashes or generating the debug trace log takes longer than the timeout set in Woke. To debug the issue, let's use `woke...

@mattsse any further progress on this? Is there any (sub)task I can help with? This feature is quite important as it allows to: - detect created contracts, - detect self-destructed...

I think the `result` field makes sense in both cases when the tx fails and succeeds. Currently, the `result` field contains `gas_used`, `code` and `address` sub-fields for create call traces...