An open API service indexing awesome lists of open source software.

https://github.com/jsign/chunking-analysis


https://github.com/jsign/chunking-analysis

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# verke-chunking-analysis

This is a tool that process a folder of generated _PC traces_ from a Geth [custom live tracer](https://github.com/jsign/go-ethereum/blob/jsign/livetracer/eth/tracers/live/pctrace.go).

You can read more about a mainnet analysis done with this tool looking at [this document](https://hackmd.io/@jsign/verkle-code-mainnet-chunking-analysis).

## Run

You can run it with:

```bash
$ go run ./... --tracespath /data/pctraces_live
Loading contract bytecodes... OK
Processing traces... 0%
Processing traces... 12%
Processing traces... 24%
Processing traces... 37%
Processing traces... 49%
Processing traces... 62%
Processing traces... 74%
Processing traces... 87%
Processing traces... 99%
```

## LICENSE

MIT