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

fix: Fix bytes being converted incorrectly in declare_program! #2966

Merged
merged 9 commits into from
May 15, 2024
Merged

fix: Fix bytes being converted incorrectly in declare_program! #2966

merged 9 commits into from
May 15, 2024

Conversation

cryptopapi997
Copy link
Contributor

declare_program! converts bytes in the idl to the type bytes in rust. This type doesn't exist, so we switch to converting it to a Vec<u8>

Copy link

vercel bot commented May 13, 2024

@cryptopapi997 is attempting to deploy a commit to the coral-xyz Team on Vercel.

A member of the Team first needs to authorize it.

@cryptopapi997 cryptopapi997 changed the title Fix bytes being converted incorrectly fix: Fix bytes being converted incorrectly in declare_program May 13, 2024
@cryptopapi997 cryptopapi997 changed the title fix: Fix bytes being converted incorrectly in declare_program fix: Fix bytes being converted incorrectly in declare_program! May 13, 2024
@acheroncrypto acheroncrypto added lang next Required for the next release fix Bug fix PR labels May 14, 2024
Copy link
Collaborator

@acheroncrypto acheroncrypto left a comment

Choose a reason for hiding this comment

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

Thanks!

@acheroncrypto acheroncrypto merged commit e71a63c into coral-xyz:master May 15, 2024
48 of 49 checks passed
@cryptopapi997 cryptopapi997 deleted the fix-bytes-conversion branch May 15, 2024 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix PR lang next Required for the next release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants