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

Dust off dependencies, update to anchor 0.29, solana 1.17 #588

Draft
wants to merge 18 commits into
base: develop
Choose a base branch
from

Conversation

archseer
Copy link
Collaborator

No description provided.

cargo update -p ahash@0.8.7 --precise 0.8.6
cargo update -p toml_edit@0.21.1 --precise 0.21.0
@archseer archseer changed the title Dust off dependencies, start updating to anchor 0.29 Dust off dependencies, update to anchor 0.29, solana 1.17 Mar 12, 2024
Comment on lines +1152 to +1156
preInstructions: [
// close seems to consume just over 200k units for some reason now
ComputeBudgetProgram.setComputeUnitLimit({ units: 300_000 })
]
});
Copy link
Collaborator Author

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
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^

@cl-sonarqube-production
Copy link

Quality Gate failed Quality Gate failed

Failed conditions
4 New issues
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube

Catch issues before they fail your Quality Gate with our IDE extension SonarLint SonarLint

@erikburt erikburt mentioned this pull request May 8, 2024
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.

None yet

1 participant