risc0 / risc0-ethereum

Integration of the RISC Zero verifiable compute platform with Ethereum and EVM chains.
https://risczero.com
Apache License 2.0
60 stars 15 forks source link

Add E2E test for Steel EIP4788 commitments #203

Closed Wollac closed 1 day ago

Wollac commented 2 weeks ago

Currently, there is no test for the Steel commitment introduced in https://github.com/risc0/risc0-ethereum/pull/180. There are some unit tests for the individual (mocked) components, but an end-to-end test that includes the Steel proof generation and on-chain verification is missing, so we have no automated checks if this breaks. There should be a CI test that does the following

(Everything would be very similar to erc20-counter/test-local-deployment.sh, only on the local devent instead of anvil.

linear[bot] commented 2 weeks ago

WEB3-90 Add E2E test for Steel EIP4788 commitments