-
Notifications
You must be signed in to change notification settings - Fork 522
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
Replacing asserts with explicit errors + more #702
Conversation
looks good but there are some conflicts |
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.
when conflicst resolved
c694cde
to
5910899
Compare
Fixed merge conflicts |
Workflow |
- Also - Adding new error variants. - Updating `get_instruction_type()` to contain new instruction discriminators. - Cargo fmt and clippy fixes. - Removing a collection TODO since we solved a different way. - Removing unreachable enum variant in match statement for schema version error after team discussion.
d34c072
to
84881d7
Compare
Removed the change for fixed-price-sale because I don't want to mix this issue in with this PR. |
Workflow |
…maining-accounts * master: chore: stabilize auction-house tests in CI (#718) Update README.md (#713) build: update path filters to include program/js subdirs (#708) Replacing asserts with explicit errors + more (#702) Adding script to download SPL programs used for Bubblegum testing (#706) Update bubblegum to use spl version of Compression (#699)
a different way.
#[allow(unreachable_patterns)]
on one specific unsupportedschema error.