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

2048 avoid connecting to 3rd party apis from tests #2056

Merged
merged 11 commits into from
Oct 10, 2024

Conversation

alysiahuggins
Copy link
Contributor

Closes #2048

This PR:

  • local anvil deployments for fee contract and light client for use in validation logic tests

Key places to review:

  • where the deploy fee contract logic was added

How to test this PR:

  • cargo test genesis --all-features
  • cargo test service --all-features

utils/src/deployer.rs Outdated Show resolved Hide resolved
sequencer/src/genesis.rs Outdated Show resolved Hide resolved
sequencer/src/genesis.rs Outdated Show resolved Hide resolved
sequencer/src/genesis.rs Outdated Show resolved Hide resolved
sequencer/src/genesis.rs Outdated Show resolved Hide resolved
@imabdulbasit imabdulbasit merged commit a877a04 into main Oct 10, 2024
16 checks passed
@imabdulbasit imabdulbasit deleted the 2048-avoid-connecting-to-3rd-party-apis-from-tests branch October 10, 2024 14:49
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.

Avoid connecting to 3rd party APIs from tests
2 participants