anchor/tests
acheron fdda604d41
ts: Add strong type support for `addEventListener` (#2627)
2023-09-13 00:12:41 +02:00
..
anchor-cli-account v0.28.0 (#2527) 2023-06-09 18:00:35 +02:00
anchor-cli-idl v0.28.0 (#2527) 2023-06-09 18:00:35 +02:00
auction-house@82c049326c Upgrade Solana to 1.16.0 (#2512) 2023-06-04 13:09:39 +02:00
bench lang: `Box` the inner enums of `anchor_lang::error::Error` (#2600) 2023-08-30 19:28:51 +02:00
bpf-upgradeable-state Update crate authors and remove outdated registry (#2522) 2023-06-07 19:12:56 +02:00
cashiers-check v0.28.0 (#2527) 2023-06-09 18:00:35 +02:00
cfo v0.28.0 (#2527) 2023-06-09 18:00:35 +02:00
chat v0.28.0 (#2527) 2023-06-09 18:00:35 +02:00
composite v0.28.0 (#2527) 2023-06-09 18:00:35 +02:00
cpi-returns v0.28.0 (#2527) 2023-06-09 18:00:35 +02:00
custom-coder v0.28.0 (#2527) 2023-06-09 18:00:35 +02:00
declare-id v0.28.0 (#2527) 2023-06-09 18:00:35 +02:00
docs v0.28.0 (#2527) 2023-06-09 18:00:35 +02:00
errors v0.28.0 (#2527) 2023-06-09 18:00:35 +02:00
escrow v0.28.0 (#2527) 2023-06-09 18:00:35 +02:00
events ts: Add strong type support for `addEventListener` (#2627) 2023-09-13 00:12:41 +02:00
floats v0.28.0 (#2527) 2023-06-09 18:00:35 +02:00
idl Add byte slice(`&[u8]`) support for `idl-build` (#2622) 2023-09-08 10:01:51 +02:00
ido-pool v0.28.0 (#2527) 2023-06-09 18:00:35 +02:00
lockup v0.28.0 (#2527) 2023-06-09 18:00:35 +02:00
misc lang: `associated_token` constraints don't work when setting `token_program` (#2603) 2023-08-23 22:10:08 +02:00
multiple-suites v0.28.0 (#2527) 2023-06-09 18:00:35 +02:00
multiple-suites-run-single Update crate authors and remove outdated registry (#2522) 2023-06-07 19:12:56 +02:00
multisig v0.28.0 (#2527) 2023-06-09 18:00:35 +02:00
optional v0.28.0 (#2527) 2023-06-09 18:00:35 +02:00
pda-derivation v0.28.0 (#2527) 2023-06-09 18:00:35 +02:00
pyth v0.28.0 (#2527) 2023-06-09 18:00:35 +02:00
realloc v0.28.0 (#2527) 2023-06-09 18:00:35 +02:00
relations-derivation v0.28.0 (#2527) 2023-06-09 18:00:35 +02:00
safety-checks Update crate authors and remove outdated registry (#2522) 2023-06-07 19:12:56 +02:00
spl v0.28.0 (#2527) 2023-06-09 18:00:35 +02:00
swap v0.28.0 (#2527) 2023-06-09 18:00:35 +02:00
system-accounts v0.28.0 (#2527) 2023-06-09 18:00:35 +02:00
sysvars v0.28.0 (#2527) 2023-06-09 18:00:35 +02:00
tictactoe v0.28.0 (#2527) 2023-06-09 18:00:35 +02:00
typescript v0.28.0 (#2527) 2023-06-09 18:00:35 +02:00
validator-clone v0.28.0 (#2527) 2023-06-09 18:00:35 +02:00
zero-copy lang: Add `Lamports` trait (#2552) 2023-07-01 22:59:36 +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 tests: Refactor IDL tests (#2573) 2023-07-17 22:47:55 +02:00
yarn.lock v0.28.0 (#2527) 2023-06-09 18:00:35 +02: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.