foundry-rs / foundry

Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
https://getfoundry.sh
Apache License 2.0
8.33k stars 1.76k forks source link

anvil: Correctly set HF fields for Genesis block #9248

Closed ngotchac closed 3 weeks ago

ngotchac commented 3 weeks ago

Some fields were missing for some HF, leading to an invalid Genesis block hash.

This is linked to https://github.com/foundry-rs/foundry/pull/9202