core/vm: adds refund as part of the json standard trace (#17910)
This adds the global accumulated refund counter to the standard json output as a numeric json value. Previously this was not very interesting since it was not used much, but with the new sstore gas changes the value is a lot more interesting from a consensus investigation perspective.
Showing
- cmd/evm/json_logger.go 9 additions, 8 deletionscmd/evm/json_logger.go
- core/vm/gen_structlog.go 30 additions, 22 deletionscore/vm/gen_structlog.go
- core/vm/logger.go 12 additions, 11 deletionscore/vm/logger.go
- core/vm/logger_test.go 8 additions, 3 deletionscore/vm/logger_test.go
- eth/tracers/tracer.go 11 additions, 5 deletionseth/tracers/tracer.go
- eth/tracers/tracer_test.go 9 additions, 2 deletionseth/tracers/tracer_test.go
Loading
Please register or sign in to comment