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

Commit eba134c

Browse files
committed
Update rust, solana, anchor, metaplex versions.
Note, due to compatibility issues between solana program test 1.17.* and anchor 0.29.0, solana-program-test is currently on a fork.
1 parent 513a77b commit eba134c

File tree

19 files changed

+2242
-1527
lines changed

19 files changed

+2242
-1527
lines changed

.cargo/audit.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# RUSTSEC-2020-0159 ignore as no upgrade path
2-
# RUSTSEC-2020-0071 as dependency in RUSTSEC-2020-0159
1+
# RUSTSEC-2022-0093 ed25519-dalek imported by latest version of solana
32

43
[advisories]
5-
ignore = ["RUSTSEC-2020-0159", "RUSTSEC-2020-0071"] # advisory IDs to ignore e.g. ["RUSTSEC-2019-0001", ...]
4+
ignore = ["RUSTSEC-2022-0093"] # advisory IDs to ignore e.g. ["RUSTSEC-2019-0001", ...]
65
informational_warnings = ["unmaintained"] # warn for categories of informational advisories
76
severity_threshold = "medium" # CVSS severity ("none", "low", "medium", "high", "critical")
87

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
CARGO_TERM_COLOR: always
13-
SOLANA_VERSION: '1.14.16'
13+
SOLANA_VERSION: '1.17.12'
1414

1515
jobs:
1616
build:

.github/workflows/lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
CARGO_TERM_COLOR: always
11-
SOLANA_VERSION: '1.14.16'
11+
SOLANA_VERSION: '1.17.12'
1212
RUST_TOOLCHAIN: stable
1313

1414
jobs:

Anchor.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ seeds = false
77
[programs.localnet]
88
nft_voter = "GnftV5kLjd67tvHpNGyodwWveEKivz3ZWvvE3Z4xi2iw"
99
gateway = "GgathUhdrCWRHowoRKACjgWhYHfxCEdBi5ViqYN6HVxk"
10-
solana-gateway-program = "gatem74V238djXdzWnJf94Wo1DcnuGkfijbf3AuBhfs"
10+
solana-gateway = "gatem74V238djXdzWnJf94Wo1DcnuGkfijbf3AuBhfs"
1111

1212
[registry]
1313
url = "https://anchor.projectserum.com"

0 commit comments

Comments
 (0)