Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
max-wickham committed Mar 28, 2024
1 parent 4f4e112 commit 2bab8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is an implementation in Rust of the ethereum EVM. This library provides a b

## Tests

This repo contains both some local tests as well as using the official Ethereum Test library. The official tests are included as a sub repo to make sure to clone sub repos in addition to the main repo before running tests. Currently about a third of the official arithmetic tests are passing.
This repo contains both some local tests as well as using the official Ethereum Test library. The official tests are included as a sub repo to make sure to clone sub repos in addition to the main repo before running tests. Currently about a third of the official arithmetic tests are passing. The JSON passing of tests is currently very inefficient as tests are repassed many times, this will be fixed soon.

## Project State

Expand Down

0 comments on commit 2bab8b0

Please sign in to comment.