Skip to content

anchor litesvm #389

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions .github/.ghaignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,13 @@ tokens/token-2022/metadata/anchor

# dependency issues
tokens/token-2022/nft-meta-data-pointer/anchor-example/anchor

tokens/token-2022/transfer-hook/account-data-as-seed/anchor
tokens/token-2022/transfer-hook/counter/anchor
tokens/token-2022/transfer-hook/hello-world/anchor
tokens/token-2022/transfer-hook/transfer-cost/anchor
tokens/token-2022/transfer-hook/transfer-switch/anchor
tokens/token-2022/transfer-hook/whitelist/anchor
tokens/token-2022/transfer-hook/allow-block-list-token
tokens/token-2022/mint-close-authority/native
tokens/token-2022/transfer-fee/native
tokens/token-2022/non-transferable/native
Expand All @@ -64,4 +70,10 @@ tokens/escrow/steel
tokens/pda-mint-authority/steel
tokens/spl-token-minter/steel
tokens/token-swap/steel
tokens/transfer-tokens/steel
tokens/transfer-tokens/steel

# std::bad_alloc
basics/create-account/anchor
basics/processing-instructions/anchor
basics/repository-layout/anchor
basics/favorites/anchor
6 changes: 4 additions & 2 deletions .github/workflows/anchor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,10 @@ jobs:
failed_projects: ${{ steps.set-failed.outputs.failed_projects }}
steps:
- uses: actions/checkout@v4
- uses: heyAyushh/[email protected]
- uses: pnpm/action-setup@v4
with:
version: 10
- uses: heyAyushh/[email protected]
with:
anchor-version: 0.31.1
solana-cli-version: stable
Expand All @@ -115,7 +118,6 @@ jobs:
solana-keygen new --no-bip39-passphrase --force
rustc -V
anchor -V
npm i -g pnpm
- name: Build and Test
env:
TOTAL_PROJECTS: ${{ needs.changes.outputs.total_projects }}
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/biome.yml

This file was deleted.

64 changes: 0 additions & 64 deletions .github/workflows/rust.yml

This file was deleted.

5 changes: 3 additions & 2 deletions .github/workflows/solana-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
# Install pnpm
npm install --global pnpm
- name: Setup Solana Stable
uses: heyAyushh/setup-solana@v2.02
uses: heyAyushh/setup-solana@v2.03
with:
solana-cli-version: stable
- name: Build and Test with Stable
Expand All @@ -190,7 +190,8 @@ jobs:
rustc -V
process_projects "stable"
- name: Setup Solana Beta
uses: heyAyushh/[email protected]
uses: heyAyushh/[email protected]
continue-on-error: true
with:
solana-cli-version: beta
- name: Build and Test with Beta
Expand Down
Loading