-
Notifications
You must be signed in to change notification settings - Fork 795
abigen! fails for functions with same name, different args #543
Comments
that's somewhat related to #530 |
@mattsse out of curiosity, why it breaks if I remove log(address)? |
interesting will have to take a look |
@mattsse interestingly, as you can see from dapptools-rs#128, the abigen creates the following associated functions: So, it somewhat handles the repeated name. If you give me a pointer, I would happily take a stab at it. |
this should be fixed with #545 , could you check? |
@mattsse trying, recent ethers-rs commit broke Solc in dapptools-rs, so I have to figure that out first in order to compile again. |
I think this issue is resolved, we will fix the compilation issue in dapptools-rs separately, and then we can resume the console.sol work there. |
Version
ethers v0.5.3 (https://github.com/gakonst/ethers-rs#5ab0b7e0)
Platform
Darwin odys-mbp-68.local 20.6.0 Darwin Kernel Version 20.6.0: Mon Aug 30 06:12:21 PDT 2021; root:xnu-7195.141.6~3/RELEASE_X86_64 x86_64
Description
abigen!
fails to handle multiple functions that have the same name but different argumentsError
Code
The above is needed so that we can port
console.log
functionality to dapptools-rs.The text was updated successfully, but these errors were encountered: