ethermint
ethermint copied to clipboard
RPC: Change timeout to `time.duration` on `traceTx`
Currently TraceConfig
type on protobuf has Timeout
as string and is later parse inside of the function. This Timeout parameter should be of type time.duration
to avoid having this extra step.
This was done in the first place to comply with Go-Ethereum debug_traceTransaction
grpc endpoint.
@crypto-facs Addressed, PTAL #594.
https://github.com/tharsis/ethermint/pull/594#issuecomment-928820789 @crypto-facs is there an issue on Go Ethereum for this?
This issue is stale because it has been open 45 days with no activity. Remove Status: Stale
label or comment or this will be closed in 7 days.