Skip to content

Conversation

@jshiohaha
Copy link
Contributor

Description

  • Apply changes to upgrade Anchor 0.31.1 to 0.32.1. Unlike the previous PRs, there were few enough changes here to consolidate into 1 PR.

🔗 for reference, the related PRs:

Testing

  • Build all packages: yarn && yarn build
  • SDK and integration tests anchor test --run <..>
  • Whirlpools program unit tests: cargo test -p whirlpool --lib
  • Root yarn test command (except rust integration tests)

@jshiohaha jshiohaha changed the title upgrade all packages to anchor 0.32.1 [TKN-731] upgrade all packages to anchor 0.32.1 Oct 14, 2025
Base automatically changed from TKN-700/remaining to TKN-700/base October 20, 2025 01:09
@@ -1,5 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference path="./.next/types/routes.d.ts" />
Copy link
Contributor Author

Choose a reason for hiding this comment

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

automatically added during build

"**/artifacts",
"**/.docusaurus",
"**/.next",
"**/next-env.d.ts",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

without this, yarn format fails on the autogenerated content in this file

projects/solana/orca/whirlpools/examples/ts-sdk/next/next-env.d.ts
  3:1  error  Do not use a triple slash reference for ./.next/types/routes.d.ts, use `import` style instead  @typescript-eslint/triple-slash-reference

✖ 1 problem (1 error, 0 warnings)

@jshiohaha jshiohaha merged commit 438a543 into TKN-700/base Oct 20, 2025
@jshiohaha jshiohaha deleted the TKN-700/anchor-32 branch October 20, 2025 03:37
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.

3 participants