There is no longer an optimism feature in the main reth crate, so there is some question of whether this works or not, or if there are some subcrates we now are compiling incorrectly
Additionally, we don't need reth as a dep in the alphanet binary crate anymore. I also moved the optimism feature flags into the workspace root.
There is no longer an
optimism
feature in the mainreth
crate, so there is some question of whether this works or not, or if there are some subcrates we now are compiling incorrectlyAdditionally, we don't need
reth
as a dep in the alphanet binary crate anymore. I also moved theoptimism
feature flags into the workspace root.