-
Notifications
You must be signed in to change notification settings - Fork 8
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
Input Hash Forwarding, On chain CU improvements #74
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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 looks good and thanks for the cleanup. I think the Solana program might have a couple small issues, but otherwise pr seems ready to go
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.
Thank you for the cleanup and switching out the base-64 encoding with hex. I think that will be easier for devs to use!
I'd strongly recommend using '0x' as the canonical hex prefix instead of 'hex:' but otherwise this seems ready
This PR makes on chain execution more efficient, provides a working example, adds a tester to ensure SDK and on chain use cases are working for the simple example and does a little clean up.