apollo_storage: add patricia_proofs table for OS-input witnesses#14382
apollo_storage: add patricia_proofs table for OS-input witnesses#14382yoavGrs wants to merge 1 commit into
Conversation
Mirrors the accessed_keys storage: a per-block table mapping BlockNumber to a Patricia witness proofs payload (StarknetForestProofs), stored in an mmap file. Gated behind the os_input feature. The batcher will use this to persist the proofs returned by the committer's read_paths_and_commit_block endpoint. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Artifacts upload workflows: |
PR SummaryMedium Risk Overview Under the The new Reviewed by Cursor Bugbot for commit 17bf2cf. Bugbot is set up for automated code reviews on this repo. Configure here. |

Mirrors the accessed_keys storage: a per-block table mapping BlockNumber to
a Patricia witness proofs payload (StarknetForestProofs), stored in an mmap
file. Gated behind the os_input feature. The batcher will use this to persist
the proofs returned by the committer's read_paths_and_commit_block endpoint.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com