-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
lang, cli, spl: Update solana toolchain to v1.9.13 #1653
Conversation
22757ca
to
478539d
Compare
Move to Solana 1.9 is very important because of the change of the zstd version (a C library), you cannot even have solana_* 1.8 and solana_* 1.9 coexist in the same library which breaks applications who is depending on both anchor 0.22/0.23 and solana 1.9. e.g.
|
@@ -239,6 +239,55 @@ jobs: | |||
- run: cd tests/bpf-upgradeable-state && cp bpf_upgradeable_state-keypair.json target/deploy/bpf_upgradeable_state-keypair.json && anchor test --skip-local-validator --skip-build --skip-lint | |||
- uses: ./.github/actions/git-diff/ | |||
|
|||
# this test exists to make sure that anchor |
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.
nit: let's do 80 chars for comments
@@ -0,0 +1,4 @@ | |||
#!/bin/sh | |||
|
|||
rm ./tests/misc.ts |
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.
Should add a comment here for future readers.
Close #1375
Probably I need to update also lock files in tests 🤔, will check and push changes if required.
edited:
SysvarFees
andSysvarRecentBlockhashes
are deprecated, so I removed them.misc
/auction-house
😞