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

fix: typos #1250

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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