Skip to content

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

Open
refcell wants to merge 1 commit intoralexstokes:mainfrom
refcell:refcell/reduce-ethers-dependency
Open

fix(mev-build-rs): reduce ethers dependency size#195
refcell wants to merge 1 commit intoralexstokes:mainfrom
refcell:refcell/reduce-ethers-dependency

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