-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat: add support for eip5792 getCapabilities and sendCalls #2576
Conversation
…indow events with ids
…allet-call-paymaster
@@ -47,6 +48,10 @@ export function EthersGetCallsStatusTest() { | |||
} | |||
} | |||
function isGetCallsStatusSupported(): boolean { | |||
// Replace with capability check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it a todo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added a proper comment for following prs
@@ -98,7 +112,8 @@ export function EthersSendCallsWithPaymasterServiceTest() { | |||
) | |||
} | |||
|
|||
return false | |||
// Replace with capability check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same, is it a todo? Should be replaced with something else?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it requires more polishing or would be handled in another PR etc, would it be better to give more context to devs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually a todo yes. Ty
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually there's a typing issue. I'll change this in a different PR 🙏
Would like to get this merged
Description
Supersedes
#2527
#2320
Type of change
Checklist