Skip to content

feat(decoded_traces): implement auto decoding traces #58

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lethuzulu
Copy link

Purpose

This PR adds a feature for auto decoding trace inputs and outputs.

Changes

  • Added a trace_signature field to the StreamConfig for populating the decoded_trace.
  • Added a decoded_trace field to the ColumnMapping.
  • Added the decoded_traces field to the response for collecting the decoded traces.

Additional Information

  • Before decoding the traces, first filtered out the "Reverted" rows from the batches.
  • Limitation: the "error" field must be specified in the field_selection to successfully filter out "Reverted" rows.

Checklist

  • Code implemented.
  • Tests written and passing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant