anchor/tests
acheron ef836852dd
Specify `solana-program` version range to not include 1.18.0 (#2798)
2024-01-29 23:18:57 +01:00
..
anchor-cli-account Fix workspace `resolver` warning (#2676) 2023-10-30 22:39:07 +01:00
anchor-cli-idl Fix workspace `resolver` warning (#2676) 2023-10-30 22:39:07 +01:00
auction-house cli: Require explicit `overflow-checks` flag (#2716) 2023-11-30 00:55:12 +01:00
bench cli: Require explicit `overflow-checks` flag (#2716) 2023-11-30 00:55:12 +01:00
bpf-upgradeable-state cli: Require explicit `overflow-checks` flag (#2716) 2023-11-30 00:55:12 +01:00
cashiers-check cli: Require explicit `overflow-checks` flag (#2716) 2023-11-30 00:55:12 +01:00
cfo cli: Require explicit `overflow-checks` flag (#2716) 2023-11-30 00:55:12 +01:00
chat cli: Require explicit `overflow-checks` flag (#2716) 2023-11-30 00:55:12 +01:00
composite cli: Require explicit `overflow-checks` flag (#2716) 2023-11-30 00:55:12 +01:00
cpi-returns lang: Remove `try_to_vec` usage (#2744) 2023-12-23 23:28:46 +01:00
custom-coder cli: Require explicit `overflow-checks` flag (#2716) 2023-11-30 00:55:12 +01:00
declare-id cli: Require explicit `overflow-checks` flag (#2716) 2023-11-30 00:55:12 +01:00
docs cli: Require explicit `overflow-checks` flag (#2716) 2023-11-30 00:55:12 +01:00
errors cli: Require explicit `overflow-checks` flag (#2716) 2023-11-30 00:55:12 +01:00
escrow cli: Require explicit `overflow-checks` flag (#2716) 2023-11-30 00:55:12 +01:00
events cli: Require explicit `overflow-checks` flag (#2716) 2023-11-30 00:55:12 +01:00
floats cli: Require explicit `overflow-checks` flag (#2716) 2023-11-30 00:55:12 +01:00
idl Fix workspace `resolver` warning (#2676) 2023-10-30 22:39:07 +01:00
ido-pool cli: Require explicit `overflow-checks` flag (#2716) 2023-11-30 00:55:12 +01:00
lockup ts: Remove `anchor-deprecated-state` feature (#2717) 2023-12-03 11:24:40 +01:00
misc lang: Make bumps of optional accounts `Option<u8>` rather than `u8` (#2730) 2023-12-14 01:31:08 +01:00
multiple-suites cli: Require explicit `overflow-checks` flag (#2716) 2023-11-30 00:55:12 +01:00
multiple-suites-run-single cli: Require explicit `overflow-checks` flag (#2716) 2023-11-30 00:55:12 +01:00
multisig cli: Require explicit `overflow-checks` flag (#2716) 2023-11-30 00:55:12 +01:00
optional cli: Require explicit `overflow-checks` flag (#2716) 2023-11-30 00:55:12 +01:00
pda-derivation cli: Require explicit `overflow-checks` flag (#2716) 2023-11-30 00:55:12 +01:00
pyth cli: Require explicit `overflow-checks` flag (#2716) 2023-11-30 00:55:12 +01:00
realloc cli: Require explicit `overflow-checks` flag (#2716) 2023-11-30 00:55:12 +01:00
relations-derivation cli: Require explicit `overflow-checks` flag (#2716) 2023-11-30 00:55:12 +01:00
safety-checks cli: Require explicit `overflow-checks` flag (#2716) 2023-11-30 00:55:12 +01:00
solang Fixes for Solidity/Solang (#2677) 2023-10-24 15:59:34 +02:00
spl lang: Add `#[interface]` attribute for overriding the default discriminator (#2728) 2023-12-17 23:57:57 +01:00
swap cli: Require explicit `overflow-checks` flag (#2716) 2023-11-30 00:55:12 +01:00
system-accounts cli: Require explicit `overflow-checks` flag (#2716) 2023-11-30 00:55:12 +01:00
sysvars cli: Require explicit `overflow-checks` flag (#2716) 2023-11-30 00:55:12 +01:00
tictactoe cli: Require explicit `overflow-checks` flag (#2716) 2023-11-30 00:55:12 +01:00
typescript cli: Require explicit `overflow-checks` flag (#2716) 2023-11-30 00:55:12 +01:00
validator-clone cli: Require explicit `overflow-checks` flag (#2716) 2023-11-30 00:55:12 +01:00
zero-copy Specify `solana-program` version range to not include 1.18.0 (#2798) 2024-01-29 23:18:57 +01: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 `#[interface]` attribute for overriding the default discriminator (#2728) 2023-12-17 23:57:57 +01: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.