Skip to content

This test suite evaluates the interoperability of the Tracer APIs across a variety of Ethereum client implementations

License

Notifications You must be signed in to change notification settings

ETCCooperative/ethereum-tracer-compatibility-tests

Repository files navigation

Testing compatibility of Tracer across different clients on Ethereum networks

This test suite evaluates the interoperability of the Tracer APIs across a variety of Ethereum client implementations, specifically utilizing go-ethereum and core-geth.

Requirements

  • Node.js version 14

Installation

  $ npm install

Configuration

You can set the RPC endpoints and other options at ./config/index.js.

Usage

To run the test suite execute the following command:

  npm test

or

  node test/traceBlock.js

About

This test suite evaluates the interoperability of the Tracer APIs across a variety of Ethereum client implementations

Resources

License

Stars

Watchers

Forks