-
Notifications
You must be signed in to change notification settings - Fork 365
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
ethers v4 and v5 overload behavior fixes & tests #269
ethers v4 and v5 overload behavior fixes & tests #269
Conversation
@krzkaczor this passes all the tests for me. I just merged Also merged in master to make sure all was still well. Looks good. Should be good to merge with #252 then to master but lmk if any issues on your end. The behavior change is a bit annoying :-P but what can ya do... ethers-io/ethers.js#407 (comment) |
This looks great. Thanks for you work @bradennapier! I will publish new packages probably tmrw. |
Sounds good! Thanks! |
Lets try this PR
This incorporates the already merged PR's as well as #256 with the conflict fixes. Should work with the tests.
I think the reason the tests failed were something I fixed in this PR but its been awhile so I forget. Either way, all the tests seem to be passing :-)
I am quite certain this is the right behavior as I dug into the ethers code on both v4 and v5 after noticing the comments mentioned the differences in that issue I linked. LMK if anything seems amiss.