Skip to content
Open
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
4 changes: 2 additions & 2 deletions basics/account-data/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"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": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so",
"deploy": "solana program deploy ./program/target/so/program.so"
"build": "cargo build-sbf --manifest-path=./program/Cargo.toml",
"deploy": "solana program deploy ./program/target/deploy/*.so"
},
"dependencies": {
"@solana/web3.js": "^1.47.3",
Expand Down
4 changes: 2 additions & 2 deletions basics/checking-accounts/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"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": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so",
"deploy": "solana program deploy ./program/target/so/program.so"
"build": "cargo build-sbf --manifest-path=./program/Cargo.toml",
"deploy": "solana program deploy ./program/target/deploy/*.so"
},
"dependencies": {
"@solana/web3.js": "^1.47.3"
Expand Down
4 changes: 2 additions & 2 deletions basics/close-account/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"scripts": {
"test": "pnpm ts-mocha -p ./tests/tsconfig.test.json -t 1000000 ./tests/close-account.test.ts",
"build-and-test": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./tests/fixtures && pnpm test",
"build": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so",
"deploy": "solana program deploy ./program/target/so/program.so"
"build": "cargo build-sbf --manifest-path=./program/Cargo.toml",
"deploy": "solana program deploy ./program/target/deploy/*.so"
},
"dependencies": {
"@solana/web3.js": "^1.35"
Expand Down
4 changes: 2 additions & 2 deletions basics/counter/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"scripts": {
"test": "pnpm ts-mocha -p ./tests/tsconfig.test.json -t 1000000 ./tests/counter.test.ts",
"build-and-test": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./tests/fixtures && pnpm test",
"build": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so",
"deploy": "solana program deploy ./program/target/so/program.so"
"build": "cargo build-sbf --manifest-path=./program/Cargo.toml",
"deploy": "solana program deploy ./program/target/deploy/*.so"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
Expand Down
4 changes: 2 additions & 2 deletions basics/create-account/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"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": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so",
"deploy": "solana program deploy ./program/target/so/program.so"
"build": "cargo build-sbf --manifest-path=./program/Cargo.toml",
"deploy": "solana program deploy ./program/target/deploy/*.so"
},
"dependencies": {
"@solana/web3.js": "^1.47.3"
Expand Down
4 changes: 2 additions & 2 deletions basics/favorites/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"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": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so",
"deploy": "solana program deploy ./program/target/so/program.so"
"build": "cargo build-sbf --manifest-path=./program/Cargo.toml",
"deploy": "solana program deploy ./program/target/deploy/*.so"
},
"dependencies": {
"@solana/web3.js": "^1.47.3",
Expand Down
4 changes: 2 additions & 2 deletions basics/pda-rent-payer/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"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": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so",
"deploy": "solana program deploy ./program/target/so/program.so"
"build": "cargo build-sbf --manifest-path=./program/Cargo.toml",
"deploy": "solana program deploy ./program/target/deploy/*.so"
},
"dependencies": {
"@solana/web3.js": "^1.47.3"
Expand Down
4 changes: 2 additions & 2 deletions basics/processing-instructions/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"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": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so",
"deploy": "solana program deploy ./program/target/so/program.so"
"build": "cargo build-sbf --manifest-path=./program/Cargo.toml",
"deploy": "solana program deploy ./program/target/deploy/*.so"
},
"dependencies": {
"@solana/web3.js": "^1.47.3"
Expand Down
4 changes: 2 additions & 2 deletions basics/program-derived-addresses/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"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": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so",
"deploy": "solana program deploy ./program/target/so/program.so"
"build": "cargo build-sbf --manifest-path=./program/Cargo.toml",
"deploy": "solana program deploy ./program/target/deploy/*.so"
},
"dependencies": {
"@solana/web3.js": "^1.47.3",
Expand Down
4 changes: 2 additions & 2 deletions basics/realloc/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"scripts": {
"test": "pnpm ts-mocha -p ./tests/tsconfig.test.json -t 1000000 ./tests/realloc.test.ts",
"build-and-test": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./tests/fixtures && pnpm test",
"build": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so",
"deploy": "solana program deploy ./program/target/so/program.so"
"build": "cargo build-sbf --manifest-path=./program/Cargo.toml",
"deploy": "solana program deploy ./program/target/deploy/*.so"
},
"dependencies": {
"@solana/web3.js": "^1.35",
Expand Down
4 changes: 2 additions & 2 deletions basics/rent/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"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": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so",
"deploy": "solana program deploy ./program/target/so/program.so"
"build": "cargo build-sbf --manifest-path=./program/Cargo.toml",
"deploy": "solana program deploy ./program/target/deploy/*.so"
},
"dependencies": {
"@solana/web3.js": "^1.47.3",
Expand Down
4 changes: 2 additions & 2 deletions basics/repository-layout/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"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": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so",
"deploy": "solana program deploy ./program/target/so/program.so"
"build": "cargo build-sbf --manifest-path=./program/Cargo.toml",
"deploy": "solana program deploy ./program/target/deploy/*.so"
},
"dependencies": {
"@solana/web3.js": "^1.47.3",
Expand Down
4 changes: 2 additions & 2 deletions basics/transfer-sol/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"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": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so",
"deploy": "solana program deploy ./program/target/so/program.so"
"build": "cargo build-sbf --manifest-path=./program/Cargo.toml",
"deploy": "solana program deploy ./program/target/deploy/*.so"
},
"dependencies": {
"@solana/web3.js": "^1.47.3",
Expand Down
4 changes: 2 additions & 2 deletions tokens/escrow/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"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": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so",
"deploy": "solana program deploy ./program/target/so/program.so"
"build": "cargo build-sbf --manifest-path=./program/Cargo.toml",
"deploy": "solana program deploy ./program/target/deploy/*.so"
},
"dependencies": {
"@solana/web3.js": "^1.95.4",
Expand Down
4 changes: 2 additions & 2 deletions tokens/token-2022/mint-close-authority/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"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": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so",
"deploy": "solana program deploy ./program/target/so/program.so"
"build": "cargo build-sbf --manifest-path=./program/Cargo.toml",
"deploy": "solana program deploy ./program/target/deploy/*.so"
},
"dependencies": {
"@metaplex-foundation/mpl-token-metadata": "^2.5.2",
Expand Down
Loading