Commit ee2aaa2
authored
feat: Add LiteSVM tests for the Program Derived Addresses anchor program (#479)
* feat: add LiteSVM tests for page visit tracking in Anchor program
* Implement tests for creating and incrementing page visit counts using LiteSVM.
* Update existing test structure to include assertions for page visit tracking.
* Refactor test descriptions for clarity.
* chore: add and update dependencies in anchor package.json and pnpm-lock.yaml
* Upgrade @solana/web3.js to version 1.98.4.
* Add litesvm dependency with version 0.4.0.
* Update TypeScript module resolution in tsconfig.json to nodenext.
* chore: remove deprecated bankrun and related stuff
* Delete bankrun test file to clean up the codebase.
* Remove anchor-bankrun and solana-bankrun dependencies from package.json and pnpm-lock.yaml.1 parent 8143091 commit ee2aaa2
File tree
6 files changed
+283
-186
lines changed- basics/program-derived-addresses/anchor
- tests
6 files changed
+283
-186
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
0 commit comments