lang, cli, spl: Update solana toolchain to v1.9.13#1653
lang, cli, spl: Update solana toolchain to v1.9.13#1653paul-schaaf merged 25 commits intosolana-foundation:masterfrom
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.
|
| - 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.
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.
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:
SysvarFeesandSysvarRecentBlockhashesare deprecated, so I removed them.misc/auction-house😞