Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit f601fdd

Browse files
committed
Merge branch 'master' into confidential_mint_burn_ext_program
2 parents b01ac24 + c59e2f3 commit f601fdd

File tree

90 files changed

+1921
-1198
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+1921
-1198
lines changed

.github/workflows/pull-request-account-compression.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ on:
1010
- ".github/workflows/pull-request-account-compression.yml"
1111
- "!account-compression/sdk/**"
1212
push:
13-
branches: [master]
13+
branches: [master, ac-mainnet-tag]
1414
paths:
1515
- "account-compression/**"
1616
- "libraries/concurrent-merkle-tree/**"
1717
- "ci/*-version.sh"
1818
- "ci/install-anchor.sh"
1919
- ".github/workflows/pull-request-account-compression.yml"
2020
- "!account-compression/sdk/**"
21+
workflow_dispatch:
2122

2223
concurrency:
2324
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

.github/workflows/pull-request-js.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,24 @@ jobs:
4444
package:
4545
[
4646
account-compression,
47-
libraries,
4847
memo,
4948
name-service,
5049
stake-pool,
5150
token,
52-
token-group,
53-
token-metadata,
5451
token-swap,
5552
]
5653
include:
57-
# Restrict single-pool and token-lending to supported Node.js versions.
54+
# Restrict certain packages to supported Node.js versions.
55+
- package: libraries
56+
node-version: 20.x
5857
- package: single-pool
5958
node-version: 20.5
59+
- package: token-group
60+
node-version: 20.x
6061
- package: token-lending
6162
node-version: 18.5
63+
- package: token-metadata
64+
node-version: 20.x
6265
runs-on: ubuntu-latest
6366
steps:
6467
- uses: actions/checkout@v4

.github/workflows/pull-request-libraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
js-test:
6767
runs-on: ubuntu-latest
6868
env:
69-
NODE_VERSION: 20.5
69+
NODE_VERSION: 20.x
7070
steps:
7171
- uses: actions/checkout@v4
7272
- name: Use Node.js ${{ env.NODE_VERSION }}

.github/workflows/pull-request-token-group.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
js-test:
7575
runs-on: ubuntu-latest
7676
env:
77-
NODE_VERSION: 16.x
77+
NODE_VERSION: 20.x
7878
steps:
7979
- uses: actions/checkout@v4
8080
- name: Use Node.js ${{ env.NODE_VERSION }}

.github/workflows/pull-request-token-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
js-test:
7676
runs-on: ubuntu-latest
7777
env:
78-
NODE_VERSION: 16.x
78+
NODE_VERSION: 20.x
7979
steps:
8080
- uses: actions/checkout@v4
8181
- name: Use Node.js ${{ env.NODE_VERSION }}

0 commit comments

Comments
 (0)