Skip to content

Commit

Permalink
Remove outdated limitation on EVM example (risc0#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzerrell authored May 4, 2023
1 parent 2ee4d20 commit 84528d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/evm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Currently, this demo accepts an Ethereum transaction hash and replays the transa

## Limitations

* While we build in support for elliptic curve precompiles using the [k256](https://crates.io/crates/k256) crate, running them within the zkVM is expensive enough to trigger our cycle count limit. So, this is not compatible with all Ethereum transactions.
* It currently defaults to the revm default forkid which is BERLIN. Older transactions might vary in results.
* This demo only runs pre-existing transactions by tx_hash.

Expand Down

0 comments on commit 84528d3

Please sign in to comment.