Skip to content

Commit 5ebe6e0

Browse files
committed
chore: remove deprecated bankrun and related stuff
- Delete @solana-developers/helpers and related references from package.json and pnpm-lock.yaml. - Remove favorites-bankrun.test.ts and system-errors.ts files as they are no longer needed. - Clean up the project structure by eliminating obsolete code and dependencies.
1 parent 392f6a7 commit 5ebe6e0

File tree

4 files changed

+0
-239
lines changed

4 files changed

+0
-239
lines changed

basics/favorites/anchor/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
},
77
"dependencies": {
88
"@coral-xyz/anchor": "0.32.1",
9-
"@solana-developers/helpers": "^2.0.0",
109
"@solana/web3.js": "^1.98.4",
1110
"litesvm": "^0.4.0"
1211
},
@@ -15,11 +14,9 @@
1514
"@types/bn.js": "^5.1.0",
1615
"@types/chai": "^4.3.0",
1716
"@types/mocha": "^9.0.0",
18-
"anchor-bankrun": "^0.4.0",
1917
"chai": "^4.3.4",
2018
"mocha": "^9.0.3",
2119
"prettier": "^2.6.2",
22-
"solana-bankrun": "^0.3.0",
2320
"ts-mocha": "^10.0.0",
2421
"typescript": "^4.3.5"
2522
}

basics/favorites/anchor/pnpm-lock.yaml

Lines changed: 0 additions & 119 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

basics/favorites/anchor/tests/favorites-bankrun.test.ts

Lines changed: 0 additions & 97 deletions
This file was deleted.

basics/favorites/anchor/tests/system-errors.ts

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)