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

Adding LeafSchemaEvent struct to Rust client #52

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

danenbm
Copy link
Contributor

@danenbm danenbm commented Oct 4, 2023

bubblegum::state::leaf_schema::LeafSchemaEvent is needed by Read API parsing. But this type is not used by the program and not in the IDL, so it is in the same boat as InstructionName.

Thus this PR is manually adding LeafSchemaEvent struct to the Rust client. Note there is already an enum variant BubblegumEventType::LeafSchemaEvent that is in the Rust client, but that is different.

@danenbm danenbm requested review from febo and blockiosaurus October 4, 2023 20:45
@danenbm danenbm marked this pull request as ready for review October 4, 2023 20:45
@danenbm danenbm changed the title Adding LeafSchemaEvent struct to Rust client Adding LeafSchemaEvent struct to Rust client Oct 4, 2023
@danenbm danenbm merged commit 77debad into update-metadata-staging Oct 4, 2023
7 checks passed
@danenbm danenbm deleted the danenbm/leaf-schema-event branch October 4, 2023 20:56
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