Skip to content

Commit d12c2b4

Browse files
committed
add descriptions of proposer tool
1 parent b2a935f commit d12c2b4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

rollup/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@ make rollup_bins
3434
./build/bin/rollup_relayer --config ./conf/config.json
3535
```
3636

37+
# Proposer Tool
38+
39+
The Proposer Tool replays historical blocks with custom configurations (e.g., future hardfork configs, customized chunk/batch/bundle proposer configs) to generate chunks/batches/bundles, helping test parameter changes before protocol upgrade.
40+
41+
You can:
42+
43+
1. Enable different hardforks in the genesis configuration.
44+
2. Set custom chunk-proposer, batch-proposer, and bundle-proposer parameters.
45+
3. Analyze resulting metrics (blob size, block count, transaction count, gas usage).
46+
3747
## How to run the proposer tool?
3848

3949
### Set the configs

0 commit comments

Comments
 (0)