anchor/tests
henrye 9b8cb52b2f update web3 2023-03-06 11:57:14 +00:00
..
anchor-cli-account Switch to using @coral-xyz/anchor packages (#2318) 2022-12-16 13:21:50 +00:00
anchor-cli-idl fix redos vulnerability (#2412) 2023-03-01 16:01:41 +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 Update Solana-program and rust-version (#2420) 2023-03-02 17:23:16 +00:00
cfo Update Solana-program and rust-version (#2420) 2023-03-02 17:23:16 +00:00
chat Update Solana-program and rust-version (#2420) 2023-03-02 17:23:16 +00:00
composite Update Solana-program and rust-version (#2420) 2023-03-02 17:23:16 +00:00
cpi-returns Switch to using @coral-xyz/anchor packages (#2318) 2022-12-16 13:21:50 +00:00
custom-coder Update Solana-program and rust-version (#2420) 2023-03-02 17:23:16 +00:00
declare-id Switch to using @coral-xyz/anchor packages (#2318) 2022-12-16 13:21:50 +00:00
docs v0.26.0 (#2315) 2022-12-15 16:12:22 +00:00
errors Update Solana-program and rust-version (#2420) 2023-03-02 17:23:16 +00:00
escrow Update Solana-program and rust-version (#2420) 2023-03-02 17:23:16 +00:00
events Update Solana-program and rust-version (#2420) 2023-03-02 17:23:16 +00:00
floats Switch to using @coral-xyz/anchor packages (#2318) 2022-12-16 13:21:50 +00:00
ido-pool Update Solana-program and rust-version (#2420) 2023-03-02 17:23:16 +00:00
lockup Update Solana-program and rust-version (#2420) 2023-03-02 17:23:16 +00:00
misc Update Solana-program and rust-version (#2420) 2023-03-02 17:23:16 +00:00
multiple-suites Switch to using @coral-xyz/anchor packages (#2318) 2022-12-16 13:21:50 +00:00
multiple-suites-run-single Switch to using @coral-xyz/anchor packages (#2318) 2022-12-16 13:21:50 +00:00
multisig Update Solana-program and rust-version (#2420) 2023-03-02 17:23:16 +00:00
optional box up some accounts in Optional test (#2344) 2023-01-03 16:59:01 +00:00
pda-derivation Update Solana-program and rust-version (#2420) 2023-03-02 17:23:16 +00:00
pyth Update Solana-program and rust-version (#2420) 2023-03-02 17:23:16 +00:00
realloc Switch to using @coral-xyz/anchor packages (#2318) 2022-12-16 13:21:50 +00:00
relations-derivation Update Solana-program and rust-version (#2420) 2023-03-02 17:23:16 +00:00
safety-checks fix: ignore non Accounts in safety checks (#2201) 2022-10-13 23:08:02 -04:00
spl/token-proxy Update Solana-program and rust-version (#2420) 2023-03-02 17:23:16 +00:00
swap Update Solana-program and rust-version (#2420) 2023-03-02 17:23:16 +00:00
system-accounts Update Solana-program and rust-version (#2420) 2023-03-02 17:23:16 +00:00
sysvars Update Solana-program and rust-version (#2420) 2023-03-02 17:23:16 +00:00
tictactoe Update Solana-program and rust-version (#2420) 2023-03-02 17:23:16 +00:00
typescript Update Solana-program and rust-version (#2420) 2023-03-02 17:23:16 +00:00
validator-clone Switch to using @coral-xyz/anchor packages (#2318) 2022-12-16 13:21:50 +00:00
zero-copy Update Solana-program and rust-version (#2420) 2023-03-02 17:23:16 +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 update web3 2023-03-06 11:57:14 +00:00
yarn.lock update web3 2023-03-06 11:57:14 +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.