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

test: create anvil devnet for tests #448

Open
wants to merge 1 commit into
base: base/consumer-chain-support
Choose a base branch
from

Conversation

parketh
Copy link
Collaborator

@parketh parketh commented Jun 29, 2024

Summary

Current OP e2e tests use an external RPC provider which is subject to rate limiting.

This PR replaces the external RPC with a local Anvil devnet instance run inside the test manager. It is run in memory and torn down at test completion, with logs stored at anvil.log for debugging.

Test Plan

make install
make test e2e-op

Note: this PR is superseded by #447

@bap2pecs
Copy link
Collaborator

yeah let's keep this one. it will still be useful if we add other non-OP chains

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants