Skip to content

docs(fill): explain how to verify fixture refactors via hasher #1298

Open
@danceratopz

Description

@danceratopz

Add something along the lines of the following which was taken from #1170 (review)


For future reference, here's how I verified fixtures locally:

# Fill with your branch: with flag 
rm -rf fixtures-1170/; fill --fork Shanghai tests/shanghai/eip3860_initcode/test_initcode.py ----output=fixtures-1170
# Fill with main:
rm -rf fixtures-main/; fill --fork Shanghai tests/shanghai/eip3860_initcode/test_initcode.py ----output=fixtures-main

# Run hasher on both output dirs:
uv run hasher fixtures-1170 > after.txt
uv run hasher fixtures-main > before.txt

#    Diff hasher output:
diff before.txt after.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions