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

If a transaction receipt contains a revert reason, skip issuing the costly debug_traceTransaction call #127

Closed
wants to merge 3 commits into from

Commits on Apr 4, 2024

  1. Check for the revert reason in the TX receipt before using debug_trac…

    …eTransaction
    
    Signed-off-by: Matthew Whitehead <[email protected]>
    matthew1001 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    40f69c1 View commit details
    Browse the repository at this point in the history
  2. Restore padding of leading 0 for odd-length hex strings

    Signed-off-by: Matthew Whitehead <[email protected]>
    matthew1001 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c136537 View commit details
    Browse the repository at this point in the history
  3. Typo

    Signed-off-by: Matthew Whitehead <[email protected]>
    matthew1001 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    15cfefb View commit details
    Browse the repository at this point in the history