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

feat: show events in pretty call-trace or from receipt #2161

Merged
merged 14 commits into from
Jun 27, 2024

Conversation

antazoey
Copy link
Member

@antazoey antazoey commented Jun 25, 2024

What I did

  • Show and enrich event data in Call-traces
  • Attach missing events to call tree during a show().
  • Add show_events() method to ReceiptAPI

fixes: #834
fixes: #1776

requires: ApeWorX/evm-trace#66

Screenshot 2024-06-26 at 18 35 27

note: for non structLog approach, logs are injected at top of the trace because that is the best we can do seemingly

How I did it

How to verify it

Checklist

  • All changes are completed
  • New test cases have been added
  • Documentation has been updated

@antazoey antazoey marked this pull request as ready for review June 26, 2024 23:36
@antazoey antazoey changed the title feat: show events in pretty call-trace feat: show events in pretty call-trace or from receipt Jun 26, 2024
@antazoey antazoey requested a review from fubuloubu June 27, 2024 00:05
@antazoey antazoey merged commit 9d40bab into ApeWorX:main Jun 27, 2024
17 checks passed
@antazoey antazoey deleted the feat/events-in-trace branch June 27, 2024 21:30
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.

Print event logs in a formatted way Include Logs in transaction trace
2 participants