Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional debugging tools to teleporter-cli #400

Closed
cam-schultz opened this issue Jun 13, 2024 · 0 comments · Fixed by #403
Closed

Add additional debugging tools to teleporter-cli #400

cam-schultz opened this issue Jun 13, 2024 · 0 comments · Fixed by #403
Assignees
Labels
enhancement New feature or request

Comments

@cam-schultz
Copy link
Contributor

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.

@cam-schultz cam-schultz added the enhancement New feature or request label Jun 13, 2024
@geoff-vball geoff-vball self-assigned this Jun 14, 2024
@geoff-vball geoff-vball moved this from Backlog 🗄️ to In Progress 🏗 in Platform Engineering Group Jun 14, 2024
@github-project-automation github-project-automation bot moved this from In Progress 🏗 to Done ✅ in Platform Engineering Group Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants