Conversation
Signed-off-by: jsign <[email protected]>
|
cc @kevaundray (for visibility) since I touched on the last paragraph yesterday in another chat I think we can live with this Reth fork a bit... but looks the ideal solution is |
|
This causes some probs with |
Maybe we can create an issue in execution specs in the future to specify the ask re evmone supporting eexecution witness |
Signed-off-by: jsign <[email protected]>
Sounds good. I'll create the issue in some mins. |
|
Updating ere-guest to latest |
Signed-off-by: Ignacio Hagopian <[email protected]>
The current
statelesscrate is quite broken for witness generation:reth_taskruntime setup in tests.This is a blocking problem to allow generating execution witness in this repo, and can't leave this broken until this gets fixed in Reth (if ever). Had no other option to fork it and use the fixes directly, so at least we aren't blocked by this.
I think the ideal thing would be that
evmone-t8ncan allow generating theexecutionWitnessinexecution-specs, so we can fill the benchmarks directly with that (plus being spec compliant) and completely remove the need of requiring an EL in here to generate the execution witness.