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

Signed frame action payload generation #168

Merged
merged 5 commits into from
Jan 30, 2024
Merged

Conversation

neekolas
Copy link
Contributor

@neekolas neekolas commented Jan 30, 2024

Summary

Adds the ability to generate a SignedFrameActionPayload which can be sent to the Frame

Copy link

changeset-bot bot commented Jan 30, 2024

🦋 Changeset detected

Latest commit: 978124c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@xmtp/frames-client Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@neekolas neekolas marked this pull request as ready for review January 30, 2024 02:17
@neekolas neekolas requested a review from jhaaaa as a code owner January 30, 2024 02:17
@neekolas neekolas requested a review from a team January 30, 2024 02:17
@@ -0,0 +1,43 @@
import { publicKey } from "@xmtp/proto";
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm trying to avoid actually importing xmtp-js, so I just re-implemented some functionality for converting V1 bundles to V2 bundles here.

@neekolas neekolas merged commit 67270ed into main Jan 30, 2024
5 checks passed
@neekolas neekolas deleted the nm/signed-frame-action-payload branch January 30, 2024 02:26
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