EVM: support the debug_traceTransaction RPC
Specification:
- https://geth.ethereum.org/docs/developers/evm-tracing/built-in-tracers
- https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-debug
- https://www.quicknode.com/docs/ethereum/debug_traceTransaction
The one that will be implemented for now is the "opcode logger".
Edited by Rodi-Can Bozman