good morning!!!!

Skip to content
Snippets Groups Projects
  1. Sep 20, 2021
  2. Sep 17, 2021
    • Sina Mahmoodi's avatar
      core,eth: call frame tracing (#23087) · 40135497
      Sina Mahmoodi authored
      This change introduces 2 new optional methods; `enter()` and `exit()` for js tracers, and makes `step()` optiona. The two new methods are invoked when entering and exiting a call frame (but not invoked for the outermost scope, which has it's own methods). Currently these are the data fields passed to each of them:
      
          enter: type (opcode), from, to, input, gas, value
          exit: output, gasUsed, error
      
      The PR also comes with a re-write of the callTracer. As a backup we keep the previous tracing script under the name `callTracerLegacy`. Behaviour of both tracers are equivalent for the most part, although there are some small differences (improvements), where the new tracer is more correct / has more information. 
      Unverified
      40135497
  3. Sep 16, 2021
  4. Sep 15, 2021
  5. Sep 13, 2021
  6. Sep 10, 2021
  7. Sep 08, 2021
  8. Sep 07, 2021
  9. Sep 02, 2021
  10. Aug 31, 2021
  11. Aug 30, 2021
  12. Aug 27, 2021
  13. Aug 26, 2021
  14. Aug 25, 2021
  15. Aug 24, 2021
Loading