3/3 Add trace proving input fuzz and proptest coverage - #3315
Open
huitseeker wants to merge 3 commits into
Open
Conversation
huitseeker
marked this pull request as draft
June 30, 2026 23:24
huitseeker
force-pushed
the
trace-proving-inputs-fuzz-proptest
branch
2 times, most recently
from
July 1, 2026 00:07
cc8b1a1 to
4e305e1
Compare
huitseeker
force-pushed
the
trace-proving-inputs-fuzz-proptest
branch
from
July 1, 2026 01:29
4e305e1 to
e3ace1c
Compare
huitseeker
marked this pull request as ready for review
July 1, 2026 01:54
huitseeker
force-pushed
the
trace-proving-inputs-fuzz-proptest
branch
2 times, most recently
from
July 3, 2026 23:54
4db1795 to
bd79f54
Compare
huitseeker
force-pushed
the
trace-proving-inputs-fuzz-proptest
branch
from
July 4, 2026 00:01
bd79f54 to
a3eb8b7
Compare
huitseeker
force-pushed
the
trace-proving-inputs-fuzz-proptest
branch
from
July 10, 2026 19:12
a3eb8b7 to
112463d
Compare
huitseeker
force-pushed
the
trace-proving-inputs-fuzz-proptest
branch
from
July 11, 2026 01:05
112463d to
cec75f4
Compare
huitseeker
force-pushed
the
trace-proving-inputs-fuzz-proptest
branch
from
July 11, 2026 13:42
cec75f4 to
f6e5507
Compare
huitseeker
force-pushed
the
trace-proving-inputs-fuzz-proptest
branch
from
July 11, 2026 20:05
f6e5507 to
34e060f
Compare
huitseeker
force-pushed
the
trace-proving-inputs-fuzz-proptest
branch
from
July 11, 2026 21:31
34e060f to
5874736
Compare
huitseeker
force-pushed
the
trace-proving-inputs-fuzz-proptest
branch
from
July 13, 2026 14:10
5874736 to
8946a7e
Compare
huitseeker
force-pushed
the
trace-proving-inputs-fuzz-proptest
branch
from
July 22, 2026 12:53
fa815cf to
01199d0
Compare
huitseeker
force-pushed
the
trace-proving-inputs-fuzz-proptest
branch
from
July 22, 2026 15:10
01199d0 to
aeb9710
Compare
huitseeker
force-pushed
the
trace-proving-inputs-fuzz-proptest
branch
from
July 23, 2026 23:59
aeb9710 to
36e8e0e
Compare
huitseeker
force-pushed
the
trace-proving-inputs-fuzz-proptest
branch
from
July 25, 2026 19:23
36e8e0e to
71ac8ab
Compare
huitseeker
force-pushed
the
trace-proving-inputs-fuzz-proptest
branch
2 times, most recently
from
July 28, 2026 13:50
9cff1a7 to
8d3eef3
Compare
huitseeker
force-pushed
the
trace-proving-inputs-fuzz-proptest
branch
from
July 29, 2026 13:54
8d3eef3 to
aa4cd1e
Compare
huitseeker
force-pushed
the
trace-proving-inputs-fuzz-proptest
branch
from
July 30, 2026 19:30
aa4cd1e to
85613a5
Compare
huitseeker
force-pushed
the
trace-proving-inputs-fuzz-proptest
branch
from
July 30, 2026 19:39
85613a5 to
d36953c
Compare
huitseeker
force-pushed
the
trace-proving-inputs-fuzz-proptest
branch
from
July 31, 2026 17:58
d36953c to
e5d4673
Compare
huitseeker
force-pushed
the
trace-proving-inputs-fuzz-proptest
branch
2 times, most recently
from
August 1, 2026 19:31
c69d2a3 to
e63573b
Compare
huitseeker
force-pushed
the
trace-proving-inputs-fuzz-proptest
branch
from
August 4, 2026 15:55
e63573b to
fd34922
Compare
huitseeker
force-pushed
the
trace-proving-inputs-fuzz-proptest
branch
from
August 5, 2026 15:43
fd34922 to
13b0794
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.
Closes #3235.
This PR adds fuzz targets and proptest coverage for trusted trace proving input serialization.
It adds arbitrary strategies for trace state data and seed tests for trace proving inputs.
It also wires the needed testing features through the workspace.
The full stack now supports trusted trace proving input serialization with sparse MAST forest payloads and fuzz coverage.