Skip to content

Commit

Permalink
Merge pull request #57 from Squads-Protocol/feat/anchor-0.29
Browse files Browse the repository at this point in the history
feat(program,sdk): upgrade anchor
  • Loading branch information
ogmedia authored Nov 8, 2023
2 parents e8e9a2a + e8f7b64 commit 75e3719
Show file tree
Hide file tree
Showing 37 changed files with 1,797 additions and 1,279 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/release-please.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/reusable-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ on:
required: true
type: string

secrets:
MULTISIG_PROGRAM_KEYPAIR:
required: true

env:
CACHE: inputs.cache
SOLANA_CLI_VERSION: ${{ inputs.solana_cli_version }}
Expand Down Expand Up @@ -75,9 +71,5 @@ jobs:
- name: Build Program
run: yarn build

- name: Replace Program keypair in target/deploy
run: |
echo -n "${{ secrets.MULTISIG_PROGRAM_KEYPAIR }}" > ./target/deploy/squads_multisig_program-keypair.json
- name: Run Tests
run: yarn test
6 changes: 2 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:
uses: ./.github/workflows/reusable-tests.yaml
with:
cache: true
solana_cli_version: 1.14.16
anchor_version: 0.27.0
solana_cli_version: 1.17.0
anchor_version: 0.29.0
node_version: 18
cargo_profile: debug
secrets:
MULTISIG_PROGRAM_KEYPAIR: ${{ secrets.MULTISIG_PROGRAM_KEYPAIR }}
4 changes: 4 additions & 0 deletions Anchor.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[toolchain]
anchor_version = "0.29.0" # `anchor-cli` version to use
solana_version = "1.17.0" # Solana version to use

[features]
seeds = false
skip-lint = false
Expand Down
Loading

0 comments on commit 75e3719

Please sign in to comment.