-
Notifications
You must be signed in to change notification settings - Fork 20.2k
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
eth: move eth.Config to a common package #22205
Conversation
Please fix the linter issue. |
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.
I'm not a fan, I have a couple outstanding Prs that I will have to rebase again because of this. Apart from that, LGTM.
With this change, les still imports eth for |
@fjl I can also make the change here. I think the |
@fjl I think all the dependency from the les to eth has been resolved. Please take another look. |
dbc9324
to
e59a770
Compare
This PR moves the eth config definition into a separate/common package. So that both ETh/LES protocol can only import this common package.