-
Notifications
You must be signed in to change notification settings - Fork 43
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
Dust off dependencies, update to anchor 0.29, solana 1.17 #588
Conversation
cargo update -p [email protected] --precise 0.8.6
cargo update -p [email protected] --precise 0.21.0
preInstructions: [ | ||
// close seems to consume just over 200k units for some reason now | ||
ComputeBudgetProgram.setComputeUnitLimit({ units: 300_000 }) | ||
] | ||
}); |
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.
Might need to adjust this in the gauntlet action too
@@ -35,7 +35,7 @@ type ProposalState = { | |||
export const wrapCommand = (command) => { | |||
return class Multisig extends SolanaCommand { | |||
command: SolanaCommand | |||
program: Program<any> | |||
program: any // TODO: typing Program<any> doesn't validate |
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.
^
Quality Gate failedFailed conditions See analysis details on SonarQube Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
closing in favor of: #769 |
https://smartcontract-it.atlassian.net/browse/BCI-2905