anchor/tests
Zero Xplorer 3dd2386d89
docs: fix typos (#3774)
2025-07-17 15:25:45 -05:00
..
anchor-cli-account v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
anchor-cli-idl feat(cli): Replace `anchor verify` with a robust `solana-verify` wrapper (#3768) 2025-07-17 15:24:47 -05:00
auction-house v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
bench v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
bpf-upgradeable-state ts: Update `engines.node` to `>= 17` (#3301) 2024-10-09 23:58:09 +02:00
cashiers-check v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
cfo v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
chat v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
composite v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
cpi-returns v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
custom-coder v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
custom-discriminator v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
declare-id v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
declare-program fix: typos in documentation files (#3543) 2025-04-29 14:49:16 -04:00
errors v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
escrow v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
events v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
floats v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
idl v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
ido-pool v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
lazy-account v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
lockup docs: fix typos (#3774) 2025-07-17 15:25:45 -05:00
misc v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
multiple-suites v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
multiple-suites-run-single ts: Update `engines.node` to `>= 17` (#3301) 2024-10-09 23:58:09 +02:00
multisig v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
optional v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
pda-derivation v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
pyth v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
realloc fix: typos in documentation files (#3543) 2025-04-29 14:49:16 -04:00
relations-derivation v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
safety-checks Fix IDL (#2824) 2024-03-10 14:22:23 +01:00
solang v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
spl v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
swap v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
system-accounts v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
sysvars v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
tictactoe v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
typescript v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
validator-clone v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
zero-copy v0.31.1 (#3666) 2025-04-20 00:39:49 +02:00
.prettierignore spl: change serum-dex to openbook-dex (#2308) 2022-12-12 16:12:33 +00:00
README.md Add /tests dir (#676) 2021-09-04 05:33:39 -07:00
package.json lang: Add `LazyAccount` (#3194) 2024-09-01 03:16:38 +02:00
yarn.lock lang: Add `#[interface]` attribute for overriding the default discriminator (#2728) 2023-12-17 23:57:57 +01: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.