You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a feature for the JSON-RPC similar to debug_traceTransaction, which can be used for pending transactions given the call destination and the calldata?
The text was updated successfully, but these errors were encountered:
I think you can try debug_traceCall API which can you specify arbitrary call message based on the requested base state.
Also #22245 with this additional PR, you can even override/customize the base state.
I think you can try debug_traceCall API which can you specify arbitrary call message based on the requested base state.
Also #22245 with this additional PR, you can even override/customize the base state.
Not too sure how that would be used from json-rpc but looks cool. Ill give traceCall a try and see if it works.
Is there a feature for the JSON-RPC similar to debug_traceTransaction, which can be used for pending transactions given the call destination and the calldata?
The text was updated successfully, but these errors were encountered: