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

fix(mev-build-rs): reduce ethers dependency size #195

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

refcell
Copy link

@refcell refcell commented Nov 11, 2023

Description

Reduces the dependency size primarily in mev-build-rs using ethers_core and ethers_signers sub-crates instead of ethers. This is in preparation for a port to alloy types - I believe the only blocker here is a wallet for transaction signing (?)

Copy link
Owner

@ralexstokes ralexstokes left a comment

Choose a reason for hiding this comment

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

thanks for this! I like reducing the scope and would also support a move to alloy rather than ethers

one thing here is that im still in the process of refining the builder machinery so the exact way wallets are used for the builder payment could change

let's revisit once that is more final

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