-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Accept Addressable objects as address arguments in function calls #4087
Labels
bug
Verified to be an issue.
fixed/complete
This Bug is fixed or Enhancement is complete and published.
v6
Issues regarding v6
Comments
Can you assign me ? @fvictorio |
Not really, I'm not a member of this repository. |
ricmoo
added
on-deck
This Enhancement or Bug is currently being worked on.
v6
Issues regarding v6
labels
Jun 2, 2023
ricmoo
added a commit
that referenced
this issue
Jun 7, 2023
ricmoo
added
bug
Verified to be an issue.
and removed
enhancement
New feature or improvement.
labels
Jun 7, 2023
This was a bug specifically in how the Contract interacted with the type guard for Typed objects. It’s in CI now. :) |
The bug ihas been fixed in v6.5.0. Thanks! :) |
ricmoo
added
fixed/complete
This Bug is fixed or Enhancement is complete and published.
and removed
on-deck
This Enhancement or Bug is currently being worked on.
labels
Jun 8, 2023
Woodpile37
pushed a commit
to Woodpile37/ethers.js
that referenced
this issue
Jan 14, 2024
Woodpile37
pushed a commit
to Woodpile37/ethers.js
that referenced
this issue
Jan 14, 2024
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
bug
Verified to be an issue.
fixed/complete
This Bug is fixed or Enhancement is complete and published.
v6
Issues regarding v6
Describe the Feature
Given this contract:
I would like to be able to do:
But that throws a
TypeError: no matching function (argument="key", value="_typedSymbol", code=INVALID_ARGUMENT, version=6.4.0)
I have to do this instead:
The text was updated successfully, but these errors were encountered: