anchor/tests
Henry-E 3b45144787
v0.27.0 (#2428)
2023-03-08 13:28:23 +00:00
..
anchor-cli-account v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
anchor-cli-idl v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
auction-house@b73b60e55a Update solana to version 1.13.3 (#2239) 2022-10-29 15:23:13 +01:00
bpf-upgradeable-state Update Solana-program and rust-version (#2420) 2023-03-02 17:23:16 +00:00
cashiers-check v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
cfo v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
chat v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
composite v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
cpi-returns v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
custom-coder v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
declare-id v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
docs v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
errors v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
escrow v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
events v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
floats v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
ido-pool v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
lockup v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
misc v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
multiple-suites v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
multiple-suites-run-single Switch to using @coral-xyz/anchor packages (#2318) 2022-12-16 13:21:50 +00:00
multisig v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
optional v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
pda-derivation v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
pyth v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
realloc v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
relations-derivation v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
safety-checks fix: ignore non Accounts in safety checks (#2201) 2022-10-13 23:08:02 -04:00
spl/token-proxy v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
swap v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
system-accounts v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
sysvars v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
tictactoe v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
typescript v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
validator-clone v0.27.0 (#2428) 2023-03-08 13:28:23 +00:00
zero-copy v0.27.0 (#2428) 2023-03-08 13:28:23 +00: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 fix redos vulnerability (#2412) 2023-03-01 16:01:41 +00:00
yarn.lock v0.27.0 (#2428) 2023-03-08 13:28:23 +00: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.