rollkit / go-execution-evm

An EVM implementation of go-execution interface
Apache License 2.0
0 stars 1 forks source link

Implement `ExecuteTxs` method #5

Open tzdybal opened 2 weeks ago

tzdybal commented 2 weeks ago

ExecuteTxs should call engine_newPayload and then wait for completion of execution using engine_getPayload.