anchor/tests
Armani Ferrante 62fcd75401
spl, tests: Use feature flag for dex (#985)
2021-11-11 14:12:50 +00:00
..
cashiers-check Static owner and program ID checks (#686) 2021-09-07 13:06:15 -07:00
cfo spl, tests: Use feature flag for dex (#985) 2021-11-11 14:12:50 +00:00
chat Static owner and program ID checks (#686) 2021-09-07 13:06:15 -07:00
composite Static owner and program ID checks (#686) 2021-09-07 13:06:15 -07:00
errors lang: Add custom error for raw constraint (#905) 2021-10-21 15:51:20 -07:00
escrow tests: Add EscrowAccount type extraction and make package.json sufficient (#861) 2021-10-23 16:42:20 -07:00
events Static owner and program ID checks (#686) 2021-09-07 13:06:15 -07:00
ido-pool tests: Fix #699 ido-pool seeds constraint was violated (#902) 2021-10-20 10:40:38 -07:00
interface Static owner and program ID checks (#686) 2021-09-07 13:06:15 -07:00
lockup lang: Remove cpi feature flag for account signer check (#849) 2021-10-07 12:21:55 -07:00
misc tests: 2d array test (#966) 2021-11-02 11:32:24 -07:00
multisig Static owner and program ID checks (#686) 2021-09-07 13:06:15 -07:00
permissioned-markets spl, tests: Use feature flag for dex (#985) 2021-11-11 14:12:50 +00:00
pyth lang, spl: Program and Signer types (#705) 2021-09-11 14:43:12 -07:00
spl/token-proxy lang, spl: Program and Signer types (#705) 2021-09-11 14:43:12 -07:00
swap spl, tests: Use feature flag for dex (#985) 2021-11-11 14:12:50 +00:00
system-accounts lang: Add `SystemAccount<'info>` Account Type (#954) 2021-10-30 11:45:06 -05:00
sysvars lang, spl: Program and Signer types (#705) 2021-09-11 14:43:12 -07:00
tictactoe Static owner and program ID checks (#686) 2021-09-07 13:06:15 -07:00
typescript lang, spl: Program and Signer types (#705) 2021-09-11 14:43:12 -07:00
zero-copy lang: Support for AccountLoader (#792) 2021-10-08 09:24:25 -07:00
README.md Add /tests dir (#676) 2021-09-04 05:33:39 -07:00

README.md

Tests

No program here is guaranteed to be safe or secure in any way. In most cases, they are simply just simple integration tests to illustrate some particular functionality of the framework. If used, one should audit any programs used and take full responsibility for the consequences that occur due to any outstanding bugs or security vulnerabilities that exist.