2/3 Serialize trace proving inputs - #3314
Open
huitseeker wants to merge 10 commits into
Open
Conversation
huitseeker
marked this pull request as draft
June 30, 2026 23:24
huitseeker
force-pushed
the
trace-proving-inputs-serialization-core
branch
from
June 30, 2026 23:25
adedc1a to
5554513
Compare
huitseeker
force-pushed
the
trace-proving-inputs-serialization-core
branch
from
July 1, 2026 01:29
a44ea0b to
1391b6a
Compare
huitseeker
marked this pull request as ready for review
July 1, 2026 01:54
huitseeker
force-pushed
the
trace-proving-inputs-serialization-core
branch
from
July 3, 2026 21:12
1391b6a to
f4074a5
Compare
huitseeker
force-pushed
the
trace-proving-inputs-serialization-core
branch
from
July 3, 2026 23:54
f4074a5 to
3074ebc
Compare
This was referenced Jul 4, 2026
huitseeker
force-pushed
the
trace-proving-inputs-serialization-core
branch
from
July 10, 2026 19:12
42e8e71 to
f88a029
Compare
huitseeker
force-pushed
the
trace-proving-inputs-serialization-core
branch
from
July 11, 2026 01:05
f88a029 to
e42f07b
Compare
huitseeker
force-pushed
the
trace-proving-inputs-serialization-core
branch
3 times, most recently
from
July 11, 2026 21:31
16ae066 to
91a9741
Compare
huitseeker
force-pushed
the
trace-proving-inputs-serialization-core
branch
from
July 13, 2026 14:10
91a9741 to
b680958
Compare
Base automatically changed from
trace-proving-inputs-sparse-mast-serialization
to
next
July 13, 2026 14:16
huitseeker
force-pushed
the
trace-proving-inputs-serialization-core
branch
6 times, most recently
from
July 17, 2026 19:45
a169c94 to
e92c603
Compare
huitseeker
force-pushed
the
trace-proving-inputs-serialization-core
branch
7 times, most recently
from
July 25, 2026 20:02
61cdbf8 to
a6845fb
Compare
huitseeker
force-pushed
the
trace-proving-inputs-serialization-core
branch
from
July 28, 2026 13:50
a6845fb to
7edc346
Compare
huitseeker
force-pushed
the
trace-proving-inputs-serialization-core
branch
6 times, most recently
from
August 4, 2026 15:55
db33ecb to
c2c6a99
Compare
huitseeker
force-pushed
the
trace-proving-inputs-serialization-core
branch
2 times, most recently
from
August 5, 2026 17:33
edacd0e to
a7c26d5
Compare
huitseeker
force-pushed
the
trace-proving-inputs-serialization-core
branch
from
August 7, 2026 18:24
a7c26d5 to
a382dd2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #3235.
This PR serializes trusted trace proving inputs for remote proving.
It writes the trace generation context, sparse MAST forest store, replay data, proving options, and precompile transcript state.
Readers check the stored shape before use, including fragment size, stack depth, and MAST forest IDs.
This PR does not add fuzz targets or proptest coverage.