This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Include other trace_ RPCs in parity.js #3487
Labels
F3-annoyance 💩
The client behaves within expectations, however this “expected behaviour” itself is at issue.
M6-rpcapi 📣
RPC API.
P2-asap 🌊
No need to stop dead in your tracks, however issue should be addressed as soon as possible.
Q2-easy 💃
Can be fixed by copy and pasting from StackOverflow.
Milestone
Currently missing:
trace_call
(likeeth_call
but takes an extrawhat_trace
arg)trace_rawTransaction
(likeeth_sendRawTransaction
but takes an extrawhat_trace
arg and doesn't actually send it)trace_replayTransaction
(takes a transaction hash andwhat_trace
arg)what_trace
is an array that should contain one or more ofvmTrace
,trace
andstateDiff
, depending on what kind of trace you want to make.The text was updated successfully, but these errors were encountered: