hashgraph / hedera-smart-contracts

Contains Hedera Smart Contract Service supporting files
Apache License 2.0
38 stars 53 forks source link

Add `debug_traceTransaction` with opcode logger tests #783

Closed natanasow closed 2 months ago

natanasow commented 4 months ago

Problem

Recently, the mirror node web3 added a debug opcodes endpoint which is utilized in the relay as well but there is no testing coverage yet.

Solution

Add debug_traceTransaction tests

Alternatives

No response