-
Notifications
You must be signed in to change notification settings - Fork 1.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
chore(rpc): reusable eth api EthCall
#8683
Conversation
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
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.
this is coming together.
having a ton of traits can be overwhelming at first, but this makes a ton of sense here because the eth_api is massive, and dividing this in multiple traits makes sense, because this allows the consumer to reuse as much as possible from the ethapiinner and only reimplement necessary functions, right?
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.
looks like a ton of changes are actually due to main rebase?
let's get this into the branch and then have a closer look.
I believe this is looking great and will be very useful
EthApi
, to default trait implEthCall
EthApi
, to default trait implEthFees