taikoxyz / raiko

Multi-proofs for Taiko. SNARKS, STARKS and Trusted Execution Enclave. Our previous ZK-EVM circuits are deprecated.
Apache License 2.0
124 stars 91 forks source link

Allow reth to be used directly to generate test blocks #210

Open Brechtpd opened 6 months ago

Brechtpd commented 6 months ago

Describe the feature request

We want to be able to quickly generate test blocks with whatever transactions we need. To do that we can use reth to build blocks. So we need to import reth as a lib, be able to easily create some test transactions/set up the test state, execute the block and then get the required data from get to be able to prove the block.

Kind of related to this: https://github.com/taikoxyz/taiko-reth/pull/2, but also not really.

Spam policy