Skip to content
Merged
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
6 changes: 1 addition & 5 deletions .github/.ghaignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,4 @@ basics/cross-program-invocation/quasar
tokens/token-extensions/metadata/anchor

# dependency issues
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
tokens/token-extensions/nft-meta-data-pointer/anchor-example/anchor
18 changes: 18 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 2 additions & 21 deletions tokens/token-extensions/mint-close-authority/native/package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,7 @@
{
"scripts": {
"test": "pnpm ts-mocha -p ./tsconfig.json -t 1000000 ./tests/test.ts",
"build-and-test": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./tests/fixtures && pnpm test",
"build-and-test": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./tests/fixtures",
"build": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so",
"deploy": "solana program deploy ./program/target/so/program.so"
},
"dependencies": {
"@metaplex-foundation/mpl-token-metadata": "^2.5.2",
"@solana/spl-token": "^0.3.7",
"@solana/web3.js": "^1.98.4",
"borsh": "^2.0.0",
"buffer": "^6.0.3",
"fs": "^0.0.1-security"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"chai": "^4.4.1",
"mocha": "^9.0.3",
"solana-bankrun": "^0.3.0",
"ts-mocha": "^10.0.0",
"typescript": "^5"
"deploy": "solana program deploy ./program/target/so/token_2022_mint_close_authority_program.so"
}
}
Loading
Loading