We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Anvil
anvil e2e tests are using ethers-providers, which can be fully migrated to foundry now:
foundry/crates/anvil/tests/it/main.rs
Line 1 in 0026488
these can be done iteratively, one file at a time so that we could work in tandem on this
the setup should be very similar to alloy-examples
cc @zerosnacks @yash-atreya
likely blocked until @klkvr cast migration pr lands that updates alloy
Unblocked
No response
The text was updated successfully, but these errors were encountered:
Possibly unblocked now that https://github.com/foundry-rs/foundry/pull/7425/files has been merged
Currently blocked to a degree by Foundry pinning to 9ac2c90
9ac2c90
Sorry, something went wrong.
Related PR by @Evalir: #6960
@zerosnacks #7425 was merged into #7106 branch, this PR is blocked on it currently
Unblocked by merged #7106
Now ready to pick up
cc @yash-atreya
zerosnacks
Successfully merging a pull request may close this issue.
Component
Anvil
Describe the feature you would like
anvil e2e tests are using ethers-providers, which can be fully migrated to foundry now:
foundry/crates/anvil/tests/it/main.rs
Line 1 in 0026488
these can be done iteratively, one file at a time so that we could work in tandem on this
the setup should be very similar to alloy-examples
cc @zerosnacks @yash-atreya
likely blocked until @klkvr cast migration pr lands that updates alloyUnblocked
Additional context
No response
The text was updated successfully, but these errors were encountered: