-
Notifications
You must be signed in to change notification settings - Fork 514
Expand file tree
/
Copy path.ghaignore
More file actions
67 lines (52 loc) · 1.52 KB
/
.ghaignore
File metadata and controls
67 lines (52 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# build and test error
basics/realloc/native
basics/cross-program-invocation/native
# uses generated client from shank, can't rewrite to solana-bankrun
tools/shank-and-solita/native
# can't test on localnet
tokens/pda-mint-authority/native
tokens/nft-minter/native
tokens/transfer-tokens/native
tokens/spl-token-minter/native
tokens/create-token/native
tokens/token-swap/anchor
# not building
oracles/pyth/anchor
# not building
compression/cutils/anchor
compression/cnft-vault/anchor
# builds but need to test on localhost
compression/cnft-burn/anchor
# test failing
# https://github.com/solana-developers/helpers/issues/40
tokens/escrow/anchor
# not live
tokens/token-2022/group/anchor
# error in tests
tokens/external-delegate-token-master/anchor
# build failed - program outdated
tokens/token-2022/metadata/anchor
# dependency issues
tokens/token-2022/nft-meta-data-pointer/anchor-example/anchor
tokens/token-2022/mint-close-authority/native
tokens/token-2022/transfer-fee/native
tokens/token-2022/non-transferable/native
# all steel projects
basics/account-data/steel
basics/checking-accounts/steel
basics/close-account/steel
basics/counter/steel
basics/create-account/steel
basics/cross-program-invocation/steel
basics/favorites/steel
basics/pda-rent-payer/steel
basics/processing-instructions/steel
basics/program-derived-addresses/steel
basics/realloc/steel
basics/rent/steel
basics/transfer-sol/steel
tokens/escrow/steel
tokens/pda-mint-authority/steel
tokens/spl-token-minter/steel
tokens/token-swap/steel
tokens/transfer-tokens/steel