Skip to content

Adding the ability to fuzz max_priority_fee_per_gas#1

Open
op-will wants to merge 1 commit intomainfrom
op-will/addPriorityFeeFuzzing
Open

Adding the ability to fuzz max_priority_fee_per_gas#1
op-will wants to merge 1 commit intomainfrom
op-will/addPriorityFeeFuzzing

Conversation

@op-will
Copy link
Copy Markdown
Owner

@op-will op-will commented May 7, 2026

Note: forked from v0.10.0 which is why this conflicts with main


Adding ability to fuzz max_priority_fee_per_gas

Example scenario config to fuzz max_priority_fee_per_gas:

# Scenario config here

# ...

[[spam]]
[spam.tx]

# ...

fuzz = [
    # 10–20 gwei priority-fee tip. Edit in place to widen/narrow.
    { tx_field = "max_priority_fee_per_gas", min = "0x2540be400", max = "0x4a817c800" },
]

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant