From f2b75fa536e79a15194546acf75511972a757a62 Mon Sep 17 00:00:00 2001 From: Paul Gebheim Date: Mon, 20 Nov 2023 09:08:18 -0800 Subject: [PATCH] Update README.md Link 2 EVM Tests Repo --- evm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evm/README.md b/evm/README.md index 6011c3f4..1d5ad3a0 100644 --- a/evm/README.md +++ b/evm/README.md @@ -7,7 +7,7 @@ End-to-end workflows are currently in progress to suport this proving mode again ## Ethereum Compatibility -The aim of this module is to initially provide full ethereum compatibility. Today, all EVM tests for the Shanghai hardfork are implemented. Work is progressing on supporting the upcoming [Cancun](https://github.com/0xPolygonZero/plonky2/labels/cancun) EVM changes. Furthermore, this prover uses the full ethereum state tree and hashing modes. +The aim of this module is to initially provide full ethereum compatibility. Today, all [EVM tests](https://github.com/0xPolygonZero/evm-tests) for the Shanghai hardfork are implemented. Work is progressing on supporting the upcoming [Cancun](https://github.com/0xPolygonZero/plonky2/labels/cancun) EVM changes. Furthermore, this prover uses the full ethereum state tree and hashing modes. ## Audits