taikoxyz / raiko

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

Fix issue with cancun support #209

Closed Brechtpd closed 1 month ago

Brechtpd commented 1 month ago

Describe the feature request

Currently cancun is expected to work because we support Ethereum mainnet, however raiko is currently not able to prove all Ethereum blocks correctly because the calculated blockhash is wrong. Though only sometimes weirdly enough.

We need to investigate what we do wrong to correctly support cancun in all cases and fix the problem

Spam policy

Brechtpd commented 1 month ago

Fixed in https://github.com/taikoxyz/raiko/pull/222