Skip to content

Commit

Permalink
Upgrade Token Metadata, Solana, Anchor (#84)
Browse files Browse the repository at this point in the history
* upgrade token metadata lib

* update to anchor 0.29 and solana 1.16

* update github action

* update spl-memo to match anchor 0.29
  • Loading branch information
Samuel Vanderwaal authored Jan 3, 2024
1 parent 7a7746b commit 843f97f
Show file tree
Hide file tree
Showing 10 changed files with 5,038 additions and 278 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
anchor_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: metadaobuilders/anchor-test@v1
- uses: actions/checkout@v3
- 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'
Loading

0 comments on commit 843f97f

Please sign in to comment.