-
Notifications
You must be signed in to change notification settings - Fork 64
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
Chore/sign message clarificaitons #33
Chore/sign message clarificaitons #33
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for addressing all of this @tsmbl! just a few minor nits/typo fixes
@@ -29,7 +29,7 @@ export interface CreateActionPostResponseArgs< | |||
TransactionType = Transaction | VersionedTransaction, | |||
> { | |||
/** POST response fields per the Solana Actions spec. */ | |||
fields: Omit<ActionPostResponse, "transaction"> & { | |||
fields: Omit<TransactionResponse, "transaction"> & { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this works for now since the createPostResponse
does not yet support the recently added optional transactions and external links are not supported at all in the current version of @solana/actions
either way, this will also require updating the spec package inside the @solana/actions
package.
I just opened an issue to track it and will complete the update in a different PR: #34
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agreed, just wanted to address existing build errors
thanks for creating the issue
Co-authored-by: Nick Frostbutter <[email protected]>
Co-authored-by: Nick Frostbutter <[email protected]>
Co-authored-by: Nick Frostbutter <[email protected]>
Co-authored-by: Nick Frostbutter <[email protected]>
Co-authored-by: Nick Frostbutter <[email protected]>
Co-authored-by: Nick Frostbutter <[email protected]>
Co-authored-by: Nick Frostbutter <[email protected]>
Co-authored-by: Nick Frostbutter <[email protected]>
Co-authored-by: Nick Frostbutter <[email protected]>
Co-authored-by: Nick Frostbutter <[email protected]>
Co-authored-by: Nick Frostbutter <[email protected]>
Co-authored-by: Nick Frostbutter <[email protected]>
Co-authored-by: Nick Frostbutter <[email protected]>
Co-authored-by: Nick Frostbutter <[email protected]>
Update readme with clarifications on
SignMessage
data formatting, inspired by https://github.com/phantom/sign-in-with-solana, butchore: