Commit 231573d
authored
Add LiteSVM tests for the PDA Rent Payer anchor program (#476)
* feat: add LiteSVM tests for PDA Rent-Payer
* Implement tests for initializing the Rent Vault and creating new accounts using the Rent Vault.
* Validate lamports in the Rent Vault and new accounts after transactions.
* chore: update dependencies and TypeScript configuration for PDA Rent-Payer
- Added litesvm dependency to package.json.
- Adjusted import path for PdaRentPayer in test.ts to include the .ts extension.
- Updated pnpm-lock.yaml to include litesvm and its variants.
- Changed TypeScript module resolution from commonjs to nodenext.
* chore: Remove deprecated bankrun and related stuff1 parent e754bb3 commit 231573d
File tree
6 files changed
+187
-163
lines changed- basics/pda-rent-payer/anchor
- tests
6 files changed
+187
-163
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 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
This file was deleted.
0 commit comments