Skip to content

Latest commit

 

History

History

tracers

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

based on github.com/ethereum/go-ethereum/eth/tracers v1.8.14 tag

2020-10-16(rebase to v1.9.23)

2022-05-07

introduce native tracers, forked from https://github.com/ethereum/go-ethereum/tree/v1.10.18 (de23cf910b814867d5c5d1ad6164835d79069638)

  • updated vm implementation, added CaptureEnter and CaptureExit
  • remove CaptureTxStart CaptureTxEnd from Logger interface
  • update contract create function in prestate
  • remove js tracers

2023-07-12

forked from https://github.com/ethereum/go-ethereum/tree/bed84606583893fdb698cc1b5058cc47b4dbd837 (v1.12.2)

  • add OnlyTopCall option to call tracers
  • add WithLogs option to call tracers
  • add DiffMode option to prestate tracers
  • remove nonce from prestate
  • add energy to prestate
  • use gencodec for native tracers, omit serval empty fields
  • removed "time" from all tracer outputs