anchor/tests
Jean Marchand (Exotic Markets) c0d3ff2d77
tests: Fix multiple suites example (#2279)
2022-11-23 10:48:46 +00:00
..
anchor-cli-idl v0.25.0 (#2031) 2022-07-05 16:32:55 -04:00
auction-house@b73b60e55a Update solana to version 1.13.3 (#2239) 2022-10-29 15:23:13 +01:00
bpf-upgradeable-state Update rust to v1.62 (#2272) 2022-11-22 16:13:45 +00:00
cashiers-check Update rust to v1.62 (#2272) 2022-11-22 16:13:45 +00:00
cfo Update rust to v1.62 (#2272) 2022-11-22 16:13:45 +00:00
chat Update rust to v1.62 (#2272) 2022-11-22 16:13:45 +00:00
composite Update rust to v1.62 (#2272) 2022-11-22 16:13:45 +00:00
cpi-returns chore: bump @solana/web3.js in anchor-ts (#2227) 2022-10-13 23:06:51 -04:00
custom-coder Update rust to v1.62 (#2272) 2022-11-22 16:13:45 +00:00
declare-id v0.25.0 (#2031) 2022-07-05 16:32:55 -04:00
docs v0.25.0 (#2031) 2022-07-05 16:32:55 -04:00
errors Update rust to v1.62 (#2272) 2022-11-22 16:13:45 +00:00
escrow Update rust to v1.62 (#2272) 2022-11-22 16:13:45 +00:00
events Update rust to v1.62 (#2272) 2022-11-22 16:13:45 +00:00
floats v0.25.0 (#2031) 2022-07-05 16:32:55 -04:00
ido-pool Update rust to v1.62 (#2272) 2022-11-22 16:13:45 +00:00
interface Update rust to v1.62 (#2272) 2022-11-22 16:13:45 +00:00
lockup Update rust to v1.62 (#2272) 2022-11-22 16:13:45 +00:00
misc Update rust to v1.62 (#2272) 2022-11-22 16:13:45 +00:00
multiple-suites tests: Fix multiple suites example (#2279) 2022-11-23 10:48:46 +00:00
multisig Update rust to v1.62 (#2272) 2022-11-22 16:13:45 +00:00
pda-derivation Update rust to v1.62 (#2272) 2022-11-22 16:13:45 +00:00
pyth Update rust to v1.62 (#2272) 2022-11-22 16:13:45 +00:00
realloc v0.25.0 (#2031) 2022-07-05 16:32:55 -04:00
relations-derivation Update rust to v1.62 (#2272) 2022-11-22 16:13:45 +00:00
safety-checks fix: ignore non Accounts in safety checks (#2201) 2022-10-13 23:08:02 -04:00
spl/token-proxy Update rust to v1.62 (#2272) 2022-11-22 16:13:45 +00:00
swap Update rust to v1.62 (#2272) 2022-11-22 16:13:45 +00:00
system-accounts Update rust to v1.62 (#2272) 2022-11-22 16:13:45 +00:00
sysvars Update rust to v1.62 (#2272) 2022-11-22 16:13:45 +00:00
tictactoe Update rust to v1.62 (#2272) 2022-11-22 16:13:45 +00:00
typescript Update rust to v1.62 (#2272) 2022-11-22 16:13:45 +00:00
validator-clone v0.25.0 (#2031) 2022-07-05 16:32:55 -04:00
zero-copy Update rust to v1.62 (#2272) 2022-11-22 16:13:45 +00:00
.prettierignore lang, ts: automatic client side pda derivation (#1331) 2022-01-24 14:44:24 -05:00
README.md
package.json ts: Remove SPL coders from Anchor package (#2155) 2022-11-17 14:17:22 +00:00
yarn.lock ts: Remove SPL coders from Anchor package (#2155) 2022-11-17 14:17:22 +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.