Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Do not persist all intermediary block proofs to disk #104

Closed
Nashtare opened this issue Jun 10, 2024 · 0 comments · Fixed by #106
Closed

Do not persist all intermediary block proofs to disk #104

Nashtare opened this issue Jun 10, 2024 · 0 comments · Fixed by #106
Assignees

Comments

@Nashtare
Copy link
Collaborator

Since #96, we have the ability to prove a sequence of blocks in one go. This however writes all generated block proofs to disk, which is not needed.
More specifically, say we have checkpoint height $N$ and we generate blocks $N+1$ to $M$, then every subsequent proof $\pi_t$ will be attesting validity of all previous block proofs $pi_{N < i < t}$. As such, only the latter is really useful and needs to be persisted.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants