Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate shared contract tests across relay, consensus, and mirror nodes #9357

Open
Tracked by #8828
steven-sheehy opened this issue Sep 15, 2024 · 0 comments
Open
Tracked by #8828
Labels
enhancement Type: New feature test Test infrastructure, automated tests required, etc web3 Area: Web3 API

Comments

@steven-sheehy
Copy link
Member

Problem

To verify the integration of modularized services' library, we should have a suite of tests that can execute against both consensus nodes and mirror nodes.

Solution

  • Investigate using either relay tests for eth_call, eth_estimateGas and eth_sendRawTransaction or HAPI spec tests for ContractCall, ContractCreate, and EthereumTransaction.
  • In either case, an adapter layer will need to be written to intercept requests and forward them to the mirror node

Alternatives

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Type: New feature test Test infrastructure, automated tests required, etc web3 Area: Web3 API
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant