-
Couldn't load subscription status.
- Fork 531
(chore) add clippy to candy machine #490
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
Conversation
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.
If you could please update anchor and get the IDL fixed to include errors so we can generate those again with solita.
Also you should probably run the generator in any case + include with this PR(unless the IDL just got reordered and results in same generated code).
I'm fine if the anchor upgrade needs to happen in a separate PR and will approve if this is too tricky to include here.
| @@ -0,0 +1,313 @@ | |||
| use std::str::FromStr; | |||
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.
I like those helpers.
Maybe it's time to pull those into a separate crate we can use all over?
Maybe sol-test-utils or something like that for the solana core specific ones?
And mp-test-utils for the ones involving metaplex programs?
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.
LGTM now :)
…ix/build-analytics fix: build analytics page
Big IDL diff only because the items were reordered to match the actual rust file. The JSON file is identical. the order was initially changed to ensure the diff was small for #418