Skip to content

Commit

Permalink
Update to Solana-sdk 1.2.0 (solana-labs#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcmay committed Jun 3, 2020
1 parent c4d8902 commit 0c3842a
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 2,703 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ install:
script:
- npm install --prefix token
- npm run build:program --prefix token
- cargo test --manifest-path=token/src/program-test/Cargo.toml -- --nocapture
- npm run test --prefix token
- npm run cluster:devnet --prefix token
- npm run start --prefix token
8 changes: 4 additions & 4 deletions token/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/solana-labs/solana-program-library"
},
"testnetDefaultChannel": "v1.1.8",
"testnetDefaultChannel": "v1.2.0",
"scripts": {
"start": "babel-node src/cli/main.js",
"lint": "npm run pretty && eslint .",
Expand All @@ -16,9 +16,9 @@
"lint:watch": "watch 'npm run lint:fix' . --wait=1",
"bpf-sdk:update": "solana-bpf-sdk-install node_modules/@solana/web3.js && npm run clean:program",
"build:program": "./src/program/do.sh build",
"clean:program": "./src/program/do.sh clean && cargo clean --manifest-path ./src/program-test/Cargo.toml",
"clean:program": "./src/program/do.sh clean",
"test:program": "./src/program/do.sh test",
"bench:program": "npm run build:program && cargo test --manifest-path ./src/program-test/Cargo.toml -- --nocapture",
"bench:program": "npm run build:program",
"cluster:localnet": "rm -f .env",
"cluster:devnet": "cp cluster-devnet.env .env",
"cluster:testnet": "cp cluster-testnet.env .env",
Expand All @@ -28,7 +28,7 @@
"localnet:down": "solana-localnet down",
"localnet:logs": "solana-localnet logs -f",
"pretty": "prettier --write '{,src/**/}*.js'",
"postinstall": "npm run bpf-sdk:update && cargo update --manifest-path=src/program/Cargo.toml && cargo update --manifest-path=src/program-test/Cargo.toml",
"postinstall": "npm run bpf-sdk:update && cargo update --manifest-path=src/program/Cargo.toml",
"test": "npm run build:program && npm run flow"
},
"keywords": [],
Expand Down
1 change: 0 additions & 1 deletion token/src/program-test/.gitignore

This file was deleted.

Loading

0 comments on commit 0c3842a

Please sign in to comment.