1. 01 Nov, 2022 1 commit
    • Delweng's avatar
      eth/tracers: add withLog to callTracer (#25991) · 8e69622c
      Delweng authored
      In some cases, it is desirable to capture what is triggered by each trace, when using the `callTracer`. For example: call `USDT.transfer` will trigger a `Transfer(from, to, value)` event.
      
      This PR adds the option to capture logs to the call tracer, by specifying `{"withLog": true}` in the tracerconfig. 
      Any logs belonging to failed/reverted call-scopes are removed from the output, to prevent interpretation mistakes.
      Signed-off-by: 's avatarDelweng <delweng@gmail.com>
      Co-authored-by: 's avatarSina Mahmoodi <itz.s1na@gmail.com>
      8e69622c
  2. 31 Oct, 2022 3 commits
  3. 28 Oct, 2022 4 commits
  4. 27 Oct, 2022 5 commits
  5. 26 Oct, 2022 4 commits
  6. 24 Oct, 2022 2 commits
  7. 21 Oct, 2022 2 commits
  8. 20 Oct, 2022 1 commit
  9. 19 Oct, 2022 3 commits
  10. 18 Oct, 2022 1 commit
  11. 12 Oct, 2022 11 commits
  12. 11 Oct, 2022 3 commits