.ghaignore 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. # build and test error
  2. basics/realloc/native
  3. basics/cross-program-invocation/native
  4. # uses generated client from shank, can't rewrite to solana-bankrun
  5. tools/shank-and-solita/native
  6. # can't test on localnet
  7. tokens/pda-mint-authority/native
  8. tokens/nft-minter/native
  9. tokens/transfer-tokens/native
  10. tokens/spl-token-minter/native
  11. tokens/create-token/native
  12. tokens/token-swap/anchor
  13. # not building
  14. oracles/pyth/anchor
  15. # not building
  16. compression/cutils/anchor
  17. compression/cnft-vault/anchor
  18. # builds but need to test on localhost
  19. compression/cnft-burn/anchor
  20. # test failing
  21. # https://github.com/solana-developers/helpers/issues/40
  22. tokens/escrow/anchor
  23. # not live
  24. tokens/token-2022/group/anchor
  25. # error in tests
  26. tokens/external-delegate-token-master/anchor
  27. # build failed - program outdated
  28. tokens/token-2022/metadata/anchor
  29. # dependency issues
  30. tokens/token-2022/nft-meta-data-pointer/anchor-example/anchor
  31. tokens/token-2022/transfer-hook/account-data-as-seed/anchor
  32. tokens/token-2022/transfer-hook/counter/anchor
  33. tokens/token-2022/transfer-hook/hello-world/anchor
  34. tokens/token-2022/transfer-hook/transfer-cost/anchor
  35. tokens/token-2022/transfer-hook/transfer-switch/anchor
  36. tokens/token-2022/transfer-hook/whitelist/anchor
  37. tokens/token-2022/transfer-hook/allow-block-list-token
  38. tokens/token-2022/mint-close-authority/native
  39. tokens/token-2022/transfer-fee/native
  40. tokens/token-2022/non-transferable/native
  41. # all steel projects
  42. basics/account-data/steel
  43. basics/checking-accounts/steel
  44. basics/close-account/steel
  45. basics/counter/steel
  46. basics/create-account/steel
  47. basics/cross-program-invocation/steel
  48. basics/favorites/steel
  49. basics/pda-rent-payer/steel
  50. basics/processing-instructions/steel
  51. basics/program-derived-addresses/steel
  52. basics/realloc/steel
  53. basics/rent/steel
  54. basics/transfer-sol/steel
  55. tokens/escrow/steel
  56. tokens/pda-mint-authority/steel
  57. tokens/spl-token-minter/steel
  58. tokens/token-swap/steel
  59. tokens/transfer-tokens/steel
  60. # std::bad_alloc
  61. basics/create-account/anchor
  62. basics/processing-instructions/anchor
  63. basics/repository-layout/anchor