-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Definitive solution for Contract with functions overloading (ethers.js issue) #172
Comments
As
I think that issue has |
After ricmoo response on the issue, it's clear now that isn't an
We have to think about how the approach is more appropriated to our users. More friendly as |
That makes sense. Hmm yes, this is interesting. I’ll have to think about this a bit more. Thanks for looking into it. I think let’s put this in milestone 0.2.0, but handle it as one of the first tasks in that milestone. |
Seems that
ethers.js
is loading the first function that appears on ABI and ignoring the others.Ref: ethers-io/ethers.js#407
Related to: #160
The text was updated successfully, but these errors were encountered: