anchor/tests
Tom Linton 2529b06c02
lang: Handle const array size casting and add const array size support for events (#1485)
2022-03-11 18:05:19 -05:00
..
auction-house@63e7bb81be cli: add --skip-lint option (#1482) 2022-02-20 19:43:19 -05:00
bpf-upgradeable-state lang: remove default space calc (#1519) 2022-03-07 11:23:47 -05:00
cashiers-check v0.22.1 (#1528) 2022-02-28 11:35:59 -05:00
cfo lang: remove default space calc (#1519) 2022-03-07 11:23:47 -05:00
chat v0.22.1 (#1528) 2022-02-28 11:35:59 -05:00
composite v0.22.1 (#1528) 2022-02-28 11:35:59 -05:00
custom-coder cli: add --skip-lint option (#1482) 2022-02-20 19:43:19 -05:00
declare-id v0.22.1 (#1528) 2022-02-28 11:35:59 -05:00
docs lang: Fix doc strings not working with double quotes (#1537) 2022-03-01 23:03:30 -05:00
errors v0.22.1 (#1528) 2022-02-28 11:35:59 -05:00
escrow v0.22.1 (#1528) 2022-02-28 11:35:59 -05:00
events v0.22.1 (#1528) 2022-02-28 11:35:59 -05:00
floats v0.22.1 (#1528) 2022-02-28 11:35:59 -05:00
ido-pool lang: remove default space calc (#1519) 2022-03-07 11:23:47 -05:00
interface v0.22.1 (#1528) 2022-02-28 11:35:59 -05:00
lockup v0.22.1 (#1528) 2022-02-28 11:35:59 -05:00
misc lang: Handle const array size casting and add const array size support for events (#1485) 2022-03-11 18:05:19 -05:00
multisig v0.22.1 (#1528) 2022-02-28 11:35:59 -05:00
pda-derivation v0.22.1 (#1528) 2022-02-28 11:35:59 -05:00
pyth v0.22.1 (#1528) 2022-02-28 11:35:59 -05:00
safety-checks Check error in safety checks test failure (#1571) 2022-03-08 16:00:25 -05:00
spl/token-proxy v0.22.1 (#1528) 2022-02-28 11:35:59 -05:00
swap v0.22.1 (#1528) 2022-02-28 11:35:59 -05:00
system-accounts v0.22.1 (#1528) 2022-02-28 11:35:59 -05:00
sysvars lang: add sysvar custom error and failing test case (#1535) 2022-03-01 11:33:18 -05:00
tictactoe v0.22.1 (#1528) 2022-02-28 11:35:59 -05:00
typescript v0.22.1 (#1528) 2022-02-28 11:35:59 -05:00
zero-copy lang: remove default space calc (#1519) 2022-03-07 11:23:47 -05:00
.prettierignore
README.md
package.json v0.22.1 (#1528) 2022-02-28 11:35:59 -05:00
yarn.lock lang: add check that declared id == program id (#1451) 2022-02-15 18:16:06 -05: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.