go-ethereum/eth/tracers/live
Chris Ziogas b07ef33e95
change output JSON schema
The new output becomes:

```
{
  "issuance": {
    "reward": 0,
    "withdrawals": 0
  },
  "burn": {
    "1559": 0,
    "blob": 0,
    "misc": 0
  },
  "blockNumber": 1,
  "hash": "0x",
  "parentHash": "0x"
}
```
2024-05-30 14:33:28 +03:00
..
noop.go eth/tracers: live chain tracing with hooks (#29189) 2024-03-22 18:53:53 +01:00
supply.go change output JSON schema 2024-05-30 14:33:28 +03:00