Skip to content
Merged
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
39 changes: 4 additions & 35 deletions .github/.ghaignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ tokens/transfer-tokens/native
tokens/token-minter/native
tokens/create-token/native

finance/token-swap/anchor

# not building
# not building: pyth-solana-receiver-sdk 1.1.0 pulls a borsh version that
# conflicts with Anchor 1.0 / Solana 3.x (PriceUpdateV2 fails BorshDeserialize).
# Blocked on an upstream SDK release compatible with solana 3.x.
basics/pyth/anchor

# not building
Expand All @@ -23,10 +23,6 @@ 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
finance/escrow/anchor

# not live
tokens/token-extensions/group/anchor
tokens/token-extensions/group/quasar
Expand All @@ -35,10 +31,6 @@ tokens/token-extensions/group/quasar
basics/cross-program-invocation/quasar



# error in tests
tokens/external-delegate-token-master/anchor

# build failed - program outdated
tokens/token-extensions/metadata/anchor

Expand All @@ -47,27 +39,4 @@ tokens/token-extensions/nft-meta-data-pointer/anchor-example/anchor

tokens/token-extensions/mint-close-authority/native
tokens/token-extensions/transfer-fee/native
tokens/token-extensions/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

finance/escrow/steel

tokens/pda-mint-authority/steel
tokens/token-minter/steel
finance/token-swap/steel
tokens/transfer-tokens/steel
tokens/token-extensions/non-transferable/native
Loading