Skip to content

Migrate from ethers-rs to alloy-rs #653

Draft
dharjeezy wants to merge 3 commits intomainfrom
dami/alloy-rs-implementation
Draft

Migrate from ethers-rs to alloy-rs #653
dharjeezy wants to merge 3 commits intomainfrom
dami/alloy-rs-implementation

Conversation

@dharjeezy
Copy link
Contributor

This PR migrates the codebase from the deprecated ethers-rs library to alloy-rs for all EVM interactions across the provers, tesseract consensus clients, messaging, and the ISMP Solidity ABI crate.

@dharjeezy dharjeezy changed the title Dami/alloy rs implementation Migrate from ethers-rs to alloy-rs Feb 8, 2026
Copy link
Member

Choose a reason for hiding this comment

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

this build script isn't doing anything

Comment on lines +34 to +49
pub type AlloyProvider = alloy::providers::fillers::FillProvider<
alloy::providers::fillers::JoinFill<
alloy::providers::Identity,
alloy::providers::fillers::JoinFill<
alloy::providers::fillers::GasFiller,
alloy::providers::fillers::JoinFill<
alloy::providers::fillers::BlobGasFiller,
alloy::providers::fillers::JoinFill<
alloy::providers::fillers::NonceFiller,
alloy::providers::fillers::ChainIdFiller,
>,
>,
>,
>,
alloy::providers::RootProvider,
>;
Copy link
Member

Choose a reason for hiding this comment

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

damn

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