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: switch from ethers to alloy #1602

Merged
merged 2 commits into from
Jan 22, 2025
Merged

test: switch from ethers to alloy #1602

merged 2 commits into from
Jan 22, 2025

Conversation

Stebalien
Copy link
Member

Alloy is maintained, ethers is not. This lets us get rid of some outdated dependencies as well.

fixes #1601

@Stebalien

This comment was marked as resolved.

rust-toolchain.toml Outdated Show resolved Hide resolved
Base automatically changed from steb/update-bundler to master January 21, 2025 15:52
Alloy is maintained, ethers is not. This lets us get rid of some
outdated dependencies as well.

fixes #1601
We don't actually use it.
@@ -432,21 +428,7 @@ fn test_callactor_revert() {
}

// Much taken from tests/env.rs
abigen!(CallActorPrecompile, "./tests/contracts/CallActorPrecompile.abi");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we just delete all the .abi files now?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes.

Copy link
Member

@rvagg rvagg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, fine, looks like it gives us a nice cleanup, plus you've done some additional cleanups; the .abi files seem unnecessary now so maybe we just ditch them, and the Call suffix sucks but whatever

@Stebalien
Copy link
Member Author

I'm going to merge this with all the files in-place because I want to do a bigger cleanup.

@Stebalien Stebalien added this pull request to the merge queue Jan 22, 2025
Merged via the queue into master with commit 6967a23 Jan 22, 2025
16 checks passed
@Stebalien Stebalien deleted the steb/use-alloy branch January 22, 2025 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ☑️ Done (Archive)
Development

Successfully merging this pull request may close these issues.

Replace ethers dependency in the EVM tests with a maintained crate
2 participants