risc0 / risc0-ethereum

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

Corruption tests for Steel #222

Closed nategraf closed 4 days ago

nategraf commented 1 week ago

Add tests to Steel that ensure any corruption of the data will be detected by the zkVM guest, or during verification against a the set of trusted block commitments. This serves as a basic check against unconstrained modification of the Steel query results, complimenting our tests of the "happy path".

Examples of data we need to check:

linear[bot] commented 1 week ago

WEB3-105 Corruption tests for Steel