Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
fix: typos (#1250)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuoer86 authored Oct 25, 2023
1 parent 9c4e32c commit febc5a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions e2e/hive/simulators/rpc-compat/README.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion e2e/hive/simulators/rpc/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit febc5a6

Please sign in to comment.