Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
zksp
command
Command zksp is the CLI entry point for the zk-state-prune toolkit.
|
Command zksp is the CLI entry point for the zk-state-prune toolkit. |
|
internal
|
|
|
analysis
Package analysis contains the statistical passes that operate on the zksp DB: interval construction, EDA, survival models, spatial/temporal analysis.
|
Package analysis contains the statistical passes that operate on the zksp DB: interval construction, EDA, survival models, spatial/temporal analysis. |
|
app
Package app carries the pure-function pipeline helpers that used to live in cmd/zksp/main.go.
|
Package app carries the pure-function pipeline helpers that used to live in cmd/zksp/main.go. |
|
config
Package config is the Phase-2 YAML loader for zksp.
|
Package config is the Phase-2 YAML loader for zksp. |
|
domain
Package domain contains core domain types shared across zksp.
|
Package domain contains core domain types shared across zksp. |
|
extractor
Package extractor turns external state-diff sources (RPC, files, or synthetic generators) into rows in the zksp analysis DB.
|
Package extractor turns external state-diff sources (RPC, files, or synthetic generators) into rows in the zksp analysis DB. |
|
render
Package render contains the human-readable (`--format text`) formatters that used to live in cmd/zksp/main.go.
|
Package render contains the human-readable (`--format text`) formatters that used to live in cmd/zksp/main.go. |
|
sim
Package sim hosts the tiering policy engine, the baseline runner, and the evaluation metrics used to compare policies on a trace.
|
Package sim hosts the tiering policy engine, the baseline runner, and the evaluation metrics used to compare policies on a trace. |
|
storage
Package storage wraps the SQLite analysis DB used by zksp.
|
Package storage wraps the SQLite analysis DB used by zksp. |
Click to show internal directories.
Click to hide internal directories.