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

Commit 23aecf9

Browse files
upgrade mangolana lib (#2455)
1 parent 289c36a commit 23aecf9

File tree

3 files changed

+81
-448
lines changed

3 files changed

+81
-448
lines changed

.github/workflows/ci-main-tests.yml

+23-23
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Run CodeQL
2828
uses: github/codeql-action/analyze@v2
29-
29+
3030
sca:
3131
name: Dependency Scan
3232
runs-on: ubuntu-latest
@@ -54,41 +54,41 @@ jobs:
5454
format: 'table'
5555
severity: 'CRITICAL'
5656
exit-code: '1'
57-
57+
5858
- name: Upload scan results
59-
uses: github/codeql-action/upload-sarif@v2
59+
uses: github/codeql-action/upload-sarif@v3
6060
if: always()
6161
with:
6262
sarif_file: 'trivy-results.sarif'
6363

6464
test:
65-
name: Run Tests
66-
runs-on: ubuntu-latest
67-
steps:
68-
- name: Checkout repository
69-
uses: actions/checkout@v4
65+
name: Run Tests
66+
runs-on: ubuntu-latest
67+
steps:
68+
- name: Checkout repository
69+
uses: actions/checkout@v4
7070

71-
- name: Setup Node
72-
uses: actions/setup-node@v4
73-
with:
74-
node-version: 20
75-
cache: yarn
71+
- name: Setup Node
72+
uses: actions/setup-node@v4
73+
with:
74+
node-version: 20
75+
cache: yarn
7676

77-
- name: Cache dependencies
78-
uses: actions/cache@v3
79-
with:
80-
path: '**/node_modules'
81-
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
77+
- name: Cache dependencies
78+
uses: actions/cache@v3
79+
with:
80+
path: '**/node_modules'
81+
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
8282

83-
- name: Install dependencies
84-
run: yarn ci
83+
- name: Install dependencies
84+
run: yarn ci
8585

86-
- name: Run tests
87-
run: yarn test-all
86+
- name: Run tests
87+
run: yarn test-all
8888

8989
pass:
9090
name: All tests pass
9191
needs: ['sast', 'sca', 'test']
9292
runs-on: ubuntu-latest
9393
steps:
94-
- run: echo ok
94+
- run: echo ok

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
},
3131
"dependencies": {
3232
"@blockworks-foundation/mango-mints-redemption": "0.0.11",
33-
"@blockworks-foundation/mango-v4": "0.33.5",
33+
"@blockworks-foundation/mango-v4": "0.33.6",
3434
"@blockworks-foundation/mango-v4-settings": "0.14.24",
35-
"@blockworks-foundation/mangolana": "0.0.18",
35+
"@blockworks-foundation/mangolana": "0.1.2",
3636
"@bonfida/spl-name-service": "0.1.47",
3737
"@bundlr-network/client": "0.7.15",
3838
"@carbon/icons-react": "11.7.0",

0 commit comments

Comments
 (0)