hedera-json-rpc-relay
hedera-json-rpc-relay copied to clipboard
Update `debug_traceTransaction` with `callTracer` to pass a timestamp for account queries
trafficstars
In the callTracer implementation of the debug_traceTransaction method, we need to update the logic to comply with the new implicit 60-day time limit in the mirror node.
Pass the consensus timestamp of the fetched transaction as a timestamp parameter when calling resolveEntityType in resolveMultipleAddresses and resolveAddress.
This update ensures that the queries we send to the mirror node are in line with the new 60d update.