-
Notifications
You must be signed in to change notification settings - Fork 806
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
Remove use of ethers core #5301
Conversation
@dospore sorry for leaving this PR open for a while, would you mind fixing conflicts? |
…nto remove_use_of_ethers_core
…e/lighthouse into remove_use_of_ethers_core
Is it necessary to bump |
…move_use_of_ethers_core
|
…move_use_of_ethers_core
This reverts commit effd591.
@mergify queue |
🛑 The pull request has been removed from the queue
|
@mergify requeue |
✅ This pull request will be re-embarked automaticallyThe followup |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 10445f3 |
Issue Addressed
Working from #5207 to begin conversion from ethers_core to alloy
Proposed Changes
Uses alloy RlpEncodable/RlpDecodable types instead of ethers_core rlp stream
Additional Info
There are many more uses of ethers_core in this repository so thought I would reduce the number of changes and potentially put more pr's in the future.