Open joaop21 opened 4 hours ago
Why:
There is an implicit coupling with ethereumex, which causes bad decisions to spread from ethereumex to elixir_ethers, which is not desirable at all.
ethereumex
elixir_ethers
How:
By implementing an adapter for Ethereumex that formats and transforms inputs so that they are digested correctly by ethereumex.
Ethereumex
Resolves: #151
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