Skip to content

Conversation

swkatmask
Copy link
Contributor

MF-0000 FW-0000

@swkatmask swkatmask force-pushed the feat/firefly-token branch 3 times, most recently from cfc05f6 to 8f55dff Compare September 3, 2025 10:17
) {}

serialize(): `${SessionType}:${string}` {
const body = JSON.stringify({
Copy link
Member

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 {
Copy link
Member

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
Copy link
Member

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?

@Jack-Works
Copy link
Member

The failed test is broken from nodejs 24.5.0 (known good) to 24.7.0 (known bad). I will investigate this.

@swkatmask swkatmask force-pushed the feat/firefly-token branch 2 times, most recently from 5840d57 to 5c5001e Compare September 8, 2025 10:38
@Jack-Works
Copy link
Member

Hi you should pick #12276 to fix the test failure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants