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
Context and scope
The following debugging tools have proven helpful in investigating Teleporter and Warp issues. We should add them to teleporter-cli. We should do this before #377
debug_traceTransaction calls
Decode raw transaction bytes
Decode Warp AddressedCall
These operations can be stacked with the existing decode TeleporterMessage function so that they emit the output of all functions in the call stack. For example, calling debug_traceTransaction would call decodeRawTx, decodeAddressedCall, and decodeTeleporterMessage, emitting the output of each.
The text was updated successfully, but these errors were encountered:
Context and scope
The following debugging tools have proven helpful in investigating Teleporter and Warp issues. We should add them to teleporter-cli. We should do this before #377
These operations can be stacked with the existing decode TeleporterMessage function so that they emit the output of all functions in the call stack. For example, calling
debug_traceTransaction
would calldecodeRawTx
,decodeAddressedCall
, anddecodeTeleporterMessage
, emitting the output of each.The text was updated successfully, but these errors were encountered: