hedera-json-rpc-relay icon indicating copy to clipboard operation
hedera-json-rpc-relay copied to clipboard

Update `debug_traceTransaction` with `callTracer` to pass a timestamp for account queries

Open victor-yanev opened this issue 1 year ago • 0 comments
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.

victor-yanev avatar Sep 30 '24 10:09 victor-yanev