https://github.com/chainbound/taiko-priority-fee
https://github.com/chainbound/taiko-priority-fee
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chainbound/taiko-priority-fee
- Owner: chainbound
- Created: 2025-06-25T10:02:40.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-25T16:18:53.000Z (12 months ago)
- Last Synced: 2025-06-25T17:34:45.852Z (12 months ago)
- Language: Jupyter Notebook
- Size: 4.28 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Taiko Priority Fee Analysis
## Analysis
The analysis can be found in [`main.ipynb`](main.ipynb). Make sure you select the correct Python environment in the top right corner (from the virtual environment).
## Running / Replicating
Replicating this analysis requires [mise](https://mise.jdx.dev/getting-started.html#installing-mise-cli). On MacOS, use `brew install mise`.
After that, initialize the environment and install dependencies:
```
mise i
mise r init
```
Collect proposals, mainnet basefee and mainnet transactions if not present (can configure params in [`mise.toml`](mise.toml)):
```
mise r collect-proposals
mise r collect-mainnet-basefee
mise r collect-mainnet-txs
```
## Optimizing Settlement
- Pack calldata better
- Remove `BlockParams[] blocks` from `BatchProposed` event (in `BatchInfo`)