Skip to content

Commit db04a85

Browse files
committed
bump all anchor from 0.31.1 to 0.32.1
1 parent 4b9beed commit db04a85

File tree

15 files changed

+959
-843
lines changed

15 files changed

+959
-843
lines changed

.changeset/wacky-mugs-bake.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
"@orca-so/whirlpools-example-rust-repositioning-bot": patch
3+
"@orca-so/whirlpools-sdk-integration": patch
4+
"@orca-so/whirlpools-example-ts-next": patch
5+
"@orca-so/whirlpools-sdk": patch
6+
"@orca-so/whirlpools-rust-integration": patch
7+
"@orca-so/whirlpools-program": patch
8+
"@orca-so/whirlpools-rust": patch
9+
"@orca-so/common-sdk": patch
10+
"@orca-so/tx-sender": patch
11+
"@orca-so/whirlpools": patch
12+
"@orca-so/whirlpools-rust-client": patch
13+
"@orca-so/whirlpools-docs": patch
14+
"@orca-so/whirlpools-sdk-cli": patch
15+
"@orca-so/whirlpools-client": patch
16+
"@orca-so/whirlpools-core": patch
17+
"@orca-so/whirlpools-docs-rust": patch
18+
---
19+
20+
Update to Anchor 0.32.1

.github/actions/anchor/action.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
name: 'Setup Anchor'
2-
description: 'Sets up an Anchor development environment.'
1+
name: "Setup Anchor"
2+
description: "Sets up an Anchor development environment."
33

44
branding:
55
icon: anchor
66
color: blue
77

88
inputs:
99
solana-cluster:
10-
description: 'The cluster to use for the solana sdk.'
10+
description: "The cluster to use for the solana sdk."
1111
required: false
12-
default: 'devnet'
12+
default: "devnet"
1313
solana-key:
14-
description: 'The private key to use for the solana sdk.'
14+
description: "The private key to use for the solana sdk."
1515
required: false
1616
rustc-version:
17-
description: 'The version of rustc to use.'
18-
default: 'v1.84.0'
17+
description: "The version of rustc to use."
18+
default: "v1.84.0"
1919
node-version:
20-
description: 'The version of node to use.'
21-
default: 'v22.8.0'
20+
description: "The version of node to use."
21+
default: "v22.8.0"
2222
solana-version:
23-
description: 'The version of solana to use.'
24-
default: 'v2.1.0'
23+
description: "The version of solana to use."
24+
default: "v2.2.1"
2525
anchor-version:
26-
description: 'The version of anchor to use.'
27-
default: 'v0.31.1'
26+
description: "The version of anchor to use."
27+
default: "v0.32.1"
2828

2929
runs:
3030
using: "composite"
@@ -52,8 +52,8 @@ runs:
5252
uses: actions/setup-node@v4
5353
with:
5454
node-version: ${{ inputs.node-version }}
55-
cache: 'yarn'
56-
registry-url: 'https://registry.npmjs.org'
55+
cache: "yarn"
56+
registry-url: "https://registry.npmjs.org"
5757
- name: Install Solana CLI
5858
run: |
5959
wget -qO- "https://release.anza.xyz/${{ inputs.solana-version }}/solana-release-x86_64-unknown-linux-gnu.tar.bz2" | tar -xvj

0 commit comments

Comments
 (0)