anchor/tests
ebrightfield ed15922f1a
Add docs field to idl (#1561)
2022-04-21 16:37:41 -04:00
..
anchor-cli-idl tests: Add CLI IDL command tests (#1808) 2022-04-20 17:38:45 -04:00
auction-house@2d4d958346 ts: make `Provider` an interface, add `AnchorProvider` class, and update provider functions (#1707) 2022-04-11 15:48:58 -04:00
bpf-upgradeable-state ci: ci should error if tests have typescript errors (#1801) 2022-04-17 15:54:28 -04:00
cashiers-check v0.24.2 (#1788) 2022-04-13 19:44:18 -04:00
cfo v0.24.2 (#1788) 2022-04-13 19:44:18 -04:00
chat v0.24.2 (#1788) 2022-04-13 19:44:18 -04:00
composite v0.24.2 (#1788) 2022-04-13 19:44:18 -04:00
cpi-returns ci: ci should error if tests have typescript errors (#1801) 2022-04-17 15:54:28 -04:00
custom-coder tests: fix anchor-lang dependency paths (#1809) 2022-04-19 14:59:17 -04:00
declare-id ci: ci should error if tests have typescript errors (#1801) 2022-04-17 15:54:28 -04:00
docs v0.24.2 (#1788) 2022-04-13 19:44:18 -04:00
errors ci: ci should error if tests have typescript errors (#1801) 2022-04-17 15:54:28 -04:00
escrow ci: ci should error if tests have typescript errors (#1801) 2022-04-17 15:54:28 -04:00
events v0.24.2 (#1788) 2022-04-13 19:44:18 -04:00
floats ci: ci should error if tests have typescript errors (#1801) 2022-04-17 15:54:28 -04:00
ido-pool v0.24.2 (#1788) 2022-04-13 19:44:18 -04:00
interface v0.24.2 (#1788) 2022-04-13 19:44:18 -04:00
lockup v0.24.2 (#1788) 2022-04-13 19:44:18 -04:00
misc Add docs field to idl (#1561) 2022-04-21 16:37:41 -04:00
multiple-suites tests: fix anchor-lang dependency paths (#1809) 2022-04-19 14:59:17 -04:00
multisig v0.24.2 (#1788) 2022-04-13 19:44:18 -04:00
pda-derivation ci: ci should error if tests have typescript errors (#1801) 2022-04-17 15:54:28 -04:00
pyth ci: ci should error if tests have typescript errors (#1801) 2022-04-17 15:54:28 -04:00
safety-checks ci: ci should error if tests have typescript errors (#1801) 2022-04-17 15:54:28 -04:00
spl/token-proxy v0.24.2 (#1788) 2022-04-13 19:44:18 -04:00
swap v0.24.2 (#1788) 2022-04-13 19:44:18 -04:00
system-accounts v0.24.2 (#1788) 2022-04-13 19:44:18 -04:00
sysvars v0.24.2 (#1788) 2022-04-13 19:44:18 -04:00
tictactoe v0.24.2 (#1788) 2022-04-13 19:44:18 -04:00
typescript v0.24.2 (#1788) 2022-04-13 19:44:18 -04:00
validator-clone ci: ci should error if tests have typescript errors (#1801) 2022-04-17 15:54:28 -04:00
zero-copy v0.24.2 (#1788) 2022-04-13 19:44:18 -04:00
.prettierignore lang, ts: automatic client side pda derivation (#1331) 2022-01-24 14:44:24 -05:00
README.md Add /tests dir (#676) 2021-09-04 05:33:39 -07:00
package.json tests: Add CLI IDL command tests (#1808) 2022-04-20 17:38:45 -04:00
yarn.lock ci: ci should error if tests have typescript errors (#1801) 2022-04-17 15:54:28 -04: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.