Skip to content

Commit 40aed81

Browse files
authored
chore: bumped versions (#378)
* bumped versions * updated setup-anchor action * token 2022 version bump * --force keygen in action for fresh builds * bump spl-token-2022 in nft-meta-data-pointer * ignored nft-meta-data-pointer
1 parent c354e85 commit 40aed81

File tree

62 files changed

+5324
-168
lines changed

Some content is hidden

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

62 files changed

+5324
-168
lines changed

.github/.ghaignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,12 @@ tokens/escrow/anchor
2929

3030
# not live
3131
tokens/token-2022/group/anchor
32+
33+
# error in tests
34+
tokens/external-delegate-token-master/anchor
35+
36+
# build failed - program outdated
37+
tokens/token-2022/metadata/anchor
38+
39+
# dependency issues
40+
tokens/token-2022/nft-meta-data-pointer/anchor-example/anchor

.github/workflows/anchor.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,16 +104,15 @@ jobs:
104104
failed_projects: ${{ steps.set-failed.outputs.failed_projects }}
105105
steps:
106106
- uses: actions/checkout@v4
107-
- uses: heyAyushh/setup-anchor@v4.4
107+
- uses: heyAyushh/setup-anchor@v0.31
108108
with:
109-
anchor-version: 0.30.1
109+
anchor-version: 0.31.1
110110
solana-cli-version: stable
111-
node-version: 20.x
112-
use-avm: false
113111
- name: Display Versions and Install pnpm
114112
run: |
115113
solana -V
116-
solana-keygen new --no-bip39-passphrase
114+
# it's okay to use --force in github action since all programs are tested in isolation
115+
solana-keygen new --no-bip39-passphrase --force
117116
rustc -V
118117
anchor -V
119118
npm i -g pnpm

Cargo.lock

Lines changed: 23 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

basics/account-data/anchor/programs/anchor-program-example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ no-log-ix-name = []
1717
idl-build = ["anchor-lang/idl-build"]
1818

1919
[dependencies]
20-
anchor-lang = "0.30.1"
20+
anchor-lang = "0.31.1"

basics/checking-accounts/anchor/programs/anchor-program-example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ no-log-ix-name = []
1717
idl-build = ["anchor-lang/idl-build"]
1818

1919
[dependencies]
20-
anchor-lang = "0.30.0"
20+
anchor-lang = "0.31.1"

basics/close-account/anchor/programs/close-account/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ no-log-ix-name = []
1717
idl-build = ["anchor-lang/idl-build"]
1818

1919
[dependencies]
20-
anchor-lang = "0.30.0"
20+
anchor-lang = "0.31.1"

basics/counter/anchor/programs/counter_anchor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ no-log-ix-name = []
1717
idl-build = ["anchor-lang/idl-build"]
1818

1919
[dependencies]
20-
anchor-lang = "0.30.0"
20+
anchor-lang = "0.31.1"

basics/create-account/anchor/programs/create-system-account/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ no-log-ix-name = []
1717
idl-build = ["anchor-lang/idl-build"]
1818

1919
[dependencies]
20-
anchor-lang = "0.30.0"
20+
anchor-lang = "0.31.1"

basics/cross-program-invocation/anchor/programs/hand/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ no-log-ix-name = []
1717
idl-build = ["anchor-lang/idl-build"]
1818

1919
[dependencies]
20-
anchor-lang = "0.30.0"
20+
anchor-lang = "0.31.1"

basics/cross-program-invocation/anchor/programs/lever/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ no-log-ix-name = []
1717
idl-build = ["anchor-lang/idl-build"]
1818

1919
[dependencies]
20-
anchor-lang = "0.30.0"
20+
anchor-lang = "0.31.1"

0 commit comments

Comments
 (0)