-
Notifications
You must be signed in to change notification settings - Fork 245
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
chore: deduplicate AccessList and Withdrawals types #324
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great start,
a few more todos!
fyi @klkvr with this AccessList types are deduplicated |
Can we get a more descriptive PR name and "closes #..." tags? |
can you also remove alloy/crates/network/src/ethereum/builder.rs Line 229 in e8c622c
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(see above)
done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
closes #255
deduplicates AccessList+Withdrawals by moving them into eips crate and reusing them in rpc and consensus