-
Notifications
You must be signed in to change notification settings - Fork 469
fix ci errors #423
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
base: main
Are you sure you want to change the base?
fix ci errors #423
Conversation
fix anchor errors fix group 3 errors fix anchor errors group 2 Update pnpm-lock.yaml update checking account pnpm lock remove biome update pnpm lock anchor group 0 move pnpm install in anchor workflow update anchor version in group 0 Revert "update anchor version to 0.31.1" This reverts commit ca12179. update anchor version to 0.31.1 add type:module to anchor bankrun tests add with json to bankrun tests remove curly braces from bankrun tests use import in bankrun tests fix ts strip only error add type: "module" to basic native example package.json add type module to package.json fix ts strip only error fix token-2022 errors fix biome remove seahorse and steel github workflows silence warnings in basics example - use workspace deps - use solana-system-interface - use borsh::to_vec() - use allow unexpected cfgs and depreciated add allow unexpected cfgs and update deps in basic examples
7002451
to
dd1d7dd
Compare
#![allow(unexpected_cfgs)] | ||
#![allow(deprecated)] |
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.
These are everywhere. Why? Can't we get rid of these in anchor 0.32.1?
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 added it before the new release and there was no other way to fix it then. I'll update it now.
No description provided.