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: multi specification support #517

Merged
merged 27 commits into from
Nov 19, 2024
Merged

Conversation

michalkvasnicak
Copy link
Collaborator

Change Summary

This PR introduces new unstable api that allows to handle multi specification frames.

Merge Checklist

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

Copy link

vercel bot commented Oct 25, 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 Nov 19, 2024 9:24am
framesjs-debugger ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 19, 2024 9:24am
framesjs-examples ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 19, 2024 9:24am

Comment on lines 435 to 449
resolveCastOrComposerActionSigner() {
console.log("resolve cast or composer action signer");

return {
signerState: farcasterSignerState,
frameContext: {
...farcasterFrameContext.frameContext,
address:
account.address || farcasterFrameContext.frameContext.address,
},
};
},
resolveSpecification() {
console.log("resolve spec");
if (
Copy link
Contributor

Choose a reason for hiding this comment

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

logs

@stephancill stephancill merged commit 7018e0c into dev Nov 19, 2024
8 checks passed
@stephancill stephancill deleted the feat/multi-specification-support branch November 19, 2024 09:51
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