https://github.com/jsign/chunking-analysis
https://github.com/jsign/chunking-analysis
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsign/chunking-analysis
- Owner: jsign
- License: mit
- Created: 2024-06-11T12:08:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T17:24:21.000Z (almost 2 years ago)
- Last Synced: 2025-10-20T06:49:23.340Z (8 months ago)
- Language: Go
- Size: 253 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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