Skip to content

Commit

Permalink
Upgrade Anchor and Solana deps (#79)
Browse files Browse the repository at this point in the history
* remove token auth rules; bump anchor and solana

* upgrade more deps

* update anchor test workflow

* use ocp program id in ocp cpi calls
  • Loading branch information
Samuel Vanderwaal authored Jan 9, 2024
1 parent d22346f commit 110b4b8
Show file tree
Hide file tree
Showing 18 changed files with 897 additions and 470 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: metadaoproject/anchor-test@v1.3
- uses: metadaoproject/anchor-test@v2
with:
anchor-version: '0.24.2'
solana-cli-version: '1.14.3'
anchor-version: '0.29.0'
solana-cli-version: '1.16.24'
node-version: '16.15.1'
features: 'anchor-test'
- run: cargo fmt -- --check && cargo clippy
4 changes: 4 additions & 0 deletions Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ mmm = "mmm3XBJg5gk8XJxEKBvdgptZz6SgK4tXvn36sodowMc"

[scripts]
test = "npx ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.spec.ts"

[toolchain]
anchor = "0.29.0"
solana = "~1.16"
Loading

0 comments on commit 110b4b8

Please sign in to comment.