-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add Adapter for RPC client #152
Conversation
1c11bec
to
acf5644
Compare
Thank you @joaop21 this looks very good. I would rather to also be backwards compatible with Thanks again. |
ed01dcf
to
c1a63d9
Compare
@alisinabh I think it's done on my side 👌 |
Also according to tests, |
Thank you for the contribution 💚 💜 |
hey @alisinabh thank you for making the required changes 🚀 |
Why:
There is an implicit coupling with
ethereumex
, which causes bad decisions to spread fromethereumex
toelixir_ethers
, which is not desirable at all.How:
By implementing an adapter for
Ethereumex
that formats and transforms inputs so that they are digested correctly byethereumex
.Resolves: #151