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

Only add public enums to the IDL #2310

Merged
merged 1 commit into from Dec 12, 2022
Merged

Conversation

Henry-E
Copy link
Contributor

@Henry-E Henry-E commented Dec 12, 2022

Closes #2188

This PR is simpler version of #2042, here we only filter out private enums and don't add the extra logic for checking if an enum is serializable. For now, just make the enum private if it's not serializable and you don't want it to show up in the IDL.

@vercel
Copy link

vercel bot commented Dec 12, 2022

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

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

private enums should not be serialized
1 participant