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

core,eth: call frame tracing #23087

Merged
merged 48 commits into from Sep 17, 2021
Merged

core,eth: call frame tracing #23087

merged 48 commits into from Sep 17, 2021

Commits on Sep 10, 2021

  1. core,eth: call frame tracing prototype

    s1na authored and holiman committed Sep 10, 2021
    Copy the full SHA
    00a42ee View commit details
    Browse the repository at this point in the history
  2. core/vm: add create2 frame type

    s1na authored and holiman committed Sep 10, 2021
    Copy the full SHA
    d746339 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5a253be View commit details
    Browse the repository at this point in the history
  4. eth/tracers: use addToObj in GetResult

    s1na authored and holiman committed Sep 10, 2021
    Copy the full SHA
    b5b1743 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    24932b9 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    92c0af9 View commit details
    Browse the repository at this point in the history
  7. core/vm: fix frame marshaling in json logger

    s1na authored and holiman committed Sep 10, 2021
    Copy the full SHA
    22d4520 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    611d084 View commit details
    Browse the repository at this point in the history
  9. eth/tracers: Add js call frame tracer

    s1na authored and holiman committed Sep 10, 2021
    Copy the full SHA
    481839d View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    d25f8c8 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    3aad776 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    8bfc448 View commit details
    Browse the repository at this point in the history
  13. core,eth: rename callframe type var to typ

    s1na authored and holiman committed Sep 10, 2021
    Copy the full SHA
    fdb6341 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    416a747 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    76e0849 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    ada0e6a View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    ea632d4 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    516d093 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    0f93be4 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    c5dfb70 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

  1. core/vm: fix crash

    holiman committed Sep 12, 2021
    Copy the full SHA
    f27caae View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0ee54b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Copy the full SHA
    c1fa4fe View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b8906d5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    66dd419 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    fe57b47 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    bcb2f50 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    82a41a0 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    6814a9d View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    5525eda View commit details
    Browse the repository at this point in the history
  9. core/vm: rm extra comment

    s1na committed Sep 13, 2021
    Copy the full SHA
    386d04e View commit details
    Browse the repository at this point in the history
  10. core/vm: use CopyBytes

    Co-authored-by: Martin Holst Swende <martin@swende.se>
    s1na and holiman committed Sep 13, 2021
    Copy the full SHA
    b055bce View commit details
    Browse the repository at this point in the history
  11. core/vm: minor

    s1na committed Sep 13, 2021
    Copy the full SHA
    992ec6d View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    27de81a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Copy the full SHA
    78475bc View commit details
    Browse the repository at this point in the history
  2. core/vm: minor

    s1na committed Sep 14, 2021
    Copy the full SHA
    366ecfd View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4ad29ff View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    52cc78c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    07240e5 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    f7f1520 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Copy the full SHA
    57901b2 View commit details
    Browse the repository at this point in the history
  2. eth/tracers: minor test fix

    s1na committed Sep 15, 2021
    Copy the full SHA
    a691191 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6361ce8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7e6f83b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f156b3c View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Copy the full SHA
    8627eb5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6c76c46 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3f79aaa View commit details
    Browse the repository at this point in the history