Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VALIDATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ the operator (see `harness/validate/README.md`).
| `F-bsc` | euler | bsc | factory, logs, transactions, receipts | 4×50k (seeded) | **RETIRED — vacuous by design (§5.5)** — same anchored-discovery flaw as `F-polygon`; `F-full` is the sole real factory cell | `bash harness/validate/run-cell.sh F-bsc` |
| `F-avalanche` | euler | avalanche | factory, logs, transactions, receipts | 4×50k (seeded) | **RETIRED — vacuous by design (§5.5)** — same anchored-discovery flaw as `F-polygon`; `F-full` is the sole real factory cell | `bash harness/validate/run-cell.sh F-avalanche` |
| `F-polygon` | euler | polygon | factory, logs, transactions, receipts | 4×50k (seeded) | **RETIRED — vacuous by design (§5.5).** Ran 4/4 `pass=true` but **0=0 rows every table** (empty in-window factory scan, ~75 req/window) — not counted as a factory PASS | `bash harness/validate/run-cell.sh F-polygon` |
| `T-eth` | traces | eth | logs, receipts, traces | 20×300 (seeded) | PENDING | `bash harness/validate/run-cell.sh T-eth` |
| `T-eth` | traces | eth | logs, receipts, traces | 20×300 (seeded) | **PASS (20/20) on post-#151/#153 build, 2026-07-11** — was 8 PASS / 12 FAIL pre-fix; every FAIL was one of the two trace-parity classes — root-frame `gas` ([#153](../../pull/153)/INV-21) and ancestor-error `error`/`revert_reason` cascade ([#151](../../pull/151)/INV-20) — both since made byte-identical to ponder's RPC store. Re-verified 20/20 byte-identical vs each window's preserved RPC store via a free Portal-only backfill (§5.9, §5.10) | `bash harness/validate/run-cell.sh T-eth` |
| `A-eth` | traces | eth | logs, receipts, traces † | 20×1k (seeded) | PENDING | `bash harness/validate/run-cell.sh A-eth` |
| `A-base` | traces | base | logs, receipts, traces † | 20×1k (seeded) | PENDING | `POOL_ADDRESS=… ROUTER_ADDRESS=… bash harness/validate/run-cell.sh A-base` |
| `U-eth` | univ3 | eth | factory, logs, receipts | 10×500 (seeded) | PENDING | `bash harness/validate/run-cell.sh U-eth` |
Expand Down
Loading