Skip to content

fix(fuzz): preserve stateless transactions#15814

Open
stevencartavia wants to merge 2 commits into
masterfrom
steven/fix-stateless-transactions
Open

fix(fuzz): preserve stateless transactions#15814
stevencartavia wants to merge 2 commits into
masterfrom
steven/fix-stateless-transactions

Conversation

@stevencartavia

Copy link
Copy Markdown
Member

Stateless fuzzing generates complete transactions but previously discarded everything except calldata. This meant values such as msg.value were not preserved consistently across execution, corpus storage, counterexamples, and replay.

This PR carries a complete BasicTxDetails through the stateless fuzzing path. It also keeps existing failure artifacts replayable.

This is PR 1 because a shared transaction representation is the foundation for unifying stateless and invariant fuzzing around sequences. Follow-up PRs will unify transaction generation and dictionaries, sequence generation and mutation, and finally the execution campaign. Those architectural changes are intentionally out of scope here.

Part of OSS-252

@mablr mablr left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants