diff --git a/e2e/hive/simulators/rpc-compat/README.md b/e2e/hive/simulators/rpc-compat/README.md index 7e4a88237..17706030f 100644 --- a/e2e/hive/simulators/rpc-compat/README.md +++ b/e2e/hive/simulators/rpc-compat/README.md @@ -1,11 +1,11 @@ # RPC-Compat Hive -The RPC-Compat Hive directory runs the tests specified by the `ethereum/rpc-compat` simluation test spec. +The RPC-Compat Hive directory runs the tests specified by the `ethereum/rpc-compat` simulation test spec. The rpc-compat simulation is automatically run as a part of the rpc simulation test, thus its exclusion from the CI. However, they can also be run in isolation if desired. ## Files Changed -`Dockerfile`: The tests are normally cloned into the repo at runtime by `ethereum/rpc-compat` in the docker image setup, but since we are running our own test cases, the dockerfile has been modified to accomodate for that. +`Dockerfile`: The tests are normally cloned into the repo at runtime by `ethereum/rpc-compat` in the docker image setup, but since we are running our own test cases, the dockerfile has been modified to accommodate for that. `tests`: These tests come from `https://github.com/ethereum/execution-apis`, but since Polaris does not support `chain.rlp`, some tests have been modified locally. \ No newline at end of file diff --git a/e2e/hive/simulators/rpc/README.md b/e2e/hive/simulators/rpc/README.md index 57524bcfe..68167b10e 100644 --- a/e2e/hive/simulators/rpc/README.md +++ b/e2e/hive/simulators/rpc/README.md @@ -1,6 +1,6 @@ # RPC Hive -The RPC Hive directory runs the tests specified by the `ethereum/rpc` simluation test spec. +The RPC Hive directory runs the tests specified by the `ethereum/rpc` simulation test spec. These tests are run as go functions, and required a few changes to comply with Polaris logic.