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

Commit

Permalink
Merge pull request blockworks-foundation#55 from blockworks-foundatio…
Browse files Browse the repository at this point in the history
…n/anchor-v0-26-0-upgrade

Upgrade anchor to v0.26.0
Note: test_all_deposits timeouts on the CI build but works locally and needs to be investigated separately
  • Loading branch information
SebastianBor authored Dec 22, 2022
2 parents 3ef766d + 8f9db44 commit 62f96fe
Show file tree
Hide file tree
Showing 17 changed files with 2,207 additions and 653 deletions.
4 changes: 2 additions & 2 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ show_tree = true # Show inverse dependency trees along with advisories (default:
# arch = "x86_64" # Ignore advisories for CPU architectures other than this one
# os = "linux" # Ignore advisories for operating systems other than this one

[packages]
source = "all" # "all", "public" or "local"
#[packages]
#source = "all" # "all", "public" or "local"

[yanked]
enabled = false # Warn for yanked crates in Cargo.lock (default: true)
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
CARGO_TERM_COLOR: always
SOLANA_VERSION: "1.9.5"
SOLANA_VERSION: "1.14.10"
RUST_TOOLCHAIN: stable

defaults:
Expand Down Expand Up @@ -68,5 +68,5 @@ jobs:
echo "Generating keypair..."
solana-keygen new -o "$HOME/.config/solana/id.json" --no-passphrase --silent
- name: Run bpf tests
run: cargo test-bpf
- name: Run sbf tests
run: cargo test-sbf
2 changes: 1 addition & 1 deletion .github/workflows/ci-soteria.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
CARGO_TERM_COLOR: always
SOLANA_VERSION: "1.9.5"
SOLANA_VERSION: "1.14.10"

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions Anchor.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
anchor_version = "0.20.1"
solana_version = "1.9.5"
anchor_version = "0.26.0"
solana_version = "1.14.10"

[programs.localnet]
voter_stake_registry = "4Q6WW2ouZ6V3iaNm56MTd5n2tnTm4C5fiH8miFHnAFHo"
Expand Down
Loading

0 comments on commit 62f96fe

Please sign in to comment.