anchor/tests
Armani Ferrante 526de235d1
lang: `#[account(owner)]` uses pubkey instead of account target (#691)
2021-09-09 14:32:11 -07:00
..
cashiers-check Static owner and program ID checks (#686) 2021-09-07 13:06:15 -07:00
cfo lang: `#[account(owner)]` uses pubkey instead of account target (#691) 2021-09-09 14:32:11 -07: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 Static owner and program ID checks (#686) 2021-09-07 13:06:15 -07:00
escrow Static owner and program ID checks (#686) 2021-09-07 13:06:15 -07:00
events Static owner and program ID checks (#686) 2021-09-07 13:06:15 -07:00
ido-pool Static owner and program ID checks (#686) 2021-09-07 13:06:15 -07:00
interface Static owner and program ID checks (#686) 2021-09-07 13:06:15 -07:00
lockup Static owner and program ID checks (#686) 2021-09-07 13:06:15 -07:00
misc lang: `#[account(owner)]` uses pubkey instead of account target (#691) 2021-09-09 14:32:11 -07:00
multisig Static owner and program ID checks (#686) 2021-09-07 13:06:15 -07:00
permissioned-markets Add /tests dir (#676) 2021-09-04 05:33:39 -07:00
pyth Add /tests dir (#676) 2021-09-04 05:33:39 -07:00
spl/token-proxy Add /tests dir (#676) 2021-09-04 05:33:39 -07:00
swap Add /tests dir (#676) 2021-09-04 05:33:39 -07:00
sysvars Add /tests dir (#676) 2021-09-04 05:33:39 -07:00
tictactoe Static owner and program ID checks (#686) 2021-09-07 13:06:15 -07:00
typescript Add /tests dir (#676) 2021-09-04 05:33:39 -07:00
zero-copy Static owner and program ID checks (#686) 2021-09-07 13:06:15 -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.