-
Notifications
You must be signed in to change notification settings - Fork 316
feat: add support for farcaster social network integration #12272
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
base: develop
Are you sure you want to change the base?
Conversation
cfc05f6
to
8f55dff
Compare
2dea943
to
358bb73
Compare
) {} | ||
|
||
serialize(): `${SessionType}:${string}` { | ||
const body = JSON.stringify({ |
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.
In case this is part of some protocol, or will be signed, you may need json-stable-stringify
@@ -0,0 +1,41 @@ | |||
export class AbortError extends Error { |
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.
looks like this class is never constructed. why not make it simple, isAbortError
?
} | ||
|
||
// failed to patch the signer | ||
if (error instanceof FarcasterPatchSignerError) throw error |
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.
this class is never constructed, in which case this will be hit?
The failed test is broken from nodejs 24.5.0 (known good) to 24.7.0 (known bad). I will investigate this. |
5840d57
to
5c5001e
Compare
fa4564b
to
12d7322
Compare
Hi you should pick #12276 to fix the test failure |
MF-0000 FW-0000