hashgraph / hedera-smart-contracts

Contains Hedera Smart Contract Service supporting files
Apache License 2.0
37 stars 50 forks source link

Analyze Hedera EVM Compatibility with the Ethereum Go-client #788

Closed se7enarianelabs closed 2 weeks ago

se7enarianelabs commented 4 weeks ago

Problem

The goal of this issue is to analyze the Hedera EVM compatibility with the Ethereum Go client: github.com/ethereum/go-ethereum/ethclient. We should test every RPC endpoint (Websockets, HTTP) against this specification: OpenRPC Specification.

As the end result, we should have a separate go-client folder here: hedera-json-rpc-relay/tools, and the automated tests against the specification should be added to this workflow: dev-tool-test.yml.

Solution

We have divided the work into a few steps:

Alternatives

No response

arianejasuwienas commented 2 weeks ago

Moved to https://github.com/hashgraph/hedera-json-rpc-relay/issues/2597