You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't think we need to create state from eth1 to do all the tests. Maybe create a state from phase0, and use upgradeStateToX to get the desired state we want for testing
Reference: ethereum/consensus-specs#4017
As described by @ensi321 ,
initialize_beacon_state_from_eth1
is being removed from spec. Review usage in Lodestar.Currently is used in
spec/presets/genesis.test.ts
andinitDevState()
The text was updated successfully, but these errors were encountered: