Skip to content
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: frames v2 support #531

Merged
merged 88 commits into from
Dec 20, 2024
Merged

feat: frames v2 support #531

merged 88 commits into from
Dec 20, 2024

Conversation

michalkvasnicak
Copy link
Collaborator

@michalkvasnicak michalkvasnicak commented Nov 28, 2024

Change Summary

TODO

  • - add react-native-web-view support
  • - add test for farcaster v2 parser
  • - actions.setPrimaryButton is implemented but there is no way at the moment to send the primaryButtonClicked event back to iframe
  • - frames.json manifest validation
  • - create own comlink fork that will implement cleaning up of exposed listeners
  • - if debugger detects also valid v2 but the v1 is selected as protocol, show a hint to developer so they know they need to change to v2
  • - farcaster manifest tab in debugger
  • - add a functionality to generate JSON Farcaster Signatures to debugger.
  • - add fetch functionality to useFrameApp() hook so it doesn't depend on useFrame().
  • - add event emitters so we can emit changes on eth provider to frames app
  • - fix missing connector.emitter
  • - implement notifications
    • - simple notifications log
    • - manage adding / removing frame app from notifications panel
    • - manage enabling / disabling frame app notifications from the panel if app is added
    • - send events to app webhook
    • - log events sent to webhook and their respective responses
    • - sign events sent to app webhook
  • - add trigger config information to debugger (allow to open the app not only by pressing the frame button but also by running it based on trigger configuration - render as buttons below the frame)
  • - render frame app as part of the page (not in dialogue) and provide developer tools like event history, notification debugging
  • - integrate farcaster's code
  • - send frame added, etc events to frame app
  • - do not store signer in redis (instead just proxy signed event through our api)
  • - use different storage for local debugger
  • - test in react native
  • - make parser less strict in debugger

Merge Checklist

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

Copy link

vercel bot commented Nov 28, 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 Dec 20, 2024 3:56pm
framesjs-debugger ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 20, 2024 3:56pm
framesjs-examples ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 20, 2024 3:56pm

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.

4 participants