Skip to content

Conversation

@stephancill
Copy link
Contributor

@stephancill stephancill commented Oct 22, 2024

Change Summary

  • Example transaction miniapp
  • Support transactions in debugger (incl. error handling)
  • Refactor types

Merge Checklist

  • PR has a Changeset
  • PR includes documentation if necessary
  • PR updates the boilerplates if necessary

@vercel
Copy link

vercel bot commented Oct 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
frames-js ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 24, 2024 11:06am
framesjs-debugger ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 24, 2024 11:06am
framesjs-examples ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 24, 2024 11:06am

export type SignFrameActionFunc<
TSignerStorageType = Record<string, unknown>,
TFrameActionBodyType extends FrameActionBodyPayload = FrameActionBodyPayload,
TFrameContextType extends FrameContext = FarcasterFrameContext,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably create a prettier config that doesn't remove those commas. Introduces unnecessary changes in diff.

Copy link
Collaborator

@michalkvasnicak michalkvasnicak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved, great work! I would just introduce prettier config and keep the trailingComma: all so it doesn't change the types.

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.

3 participants