https://github.com/zeroxbrock/blocklogger
gather trace data from blockchain, plot it
https://github.com/zeroxbrock/blocklogger
Last synced: over 1 year ago
JSON representation
gather trace data from blockchain, plot it
- Host: GitHub
- URL: https://github.com/zeroxbrock/blocklogger
- Owner: zeroXbrock
- Created: 2024-12-19T03:45:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-09T22:28:52.000Z (over 1 year ago)
- Last Synced: 2025-01-23T09:19:47.906Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 676 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blocklogger
*thank ChatGPT for this absolute abomination.*
scans blocks for storage access and generates graphs:
- storage slot heatmap
- gas-per-block chart
- time-to-inclusion histogram
- tx gas usage histogram
then compile that business into a markdown file.
---
To install dependencies:
```bash
bun install
pip install -r requirements.txt
```
> 🐍 tested with python `3.9.18`, may work on others.
To run:
```bash
./run-report.sh
```
---
> 🤦 author's note: This is a pile of garbage. This functionality will most likely be migrated to [contender](https://github.com/flashbots/contender) and this repo will be deprecated.