12345678910111213141516171819202122232425262728293031 |
- # 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
|