anchor/tests
acheron c679b2782e
bench: Sync to update Solana version (#3258)
2024-09-18 23:55:15 +02:00
..
anchor-cli-account v0.30.1 (#3040) 2024-06-20 17:20:02 +02:00
anchor-cli-idl v0.30.1 (#3040) 2024-06-20 17:20:02 +02:00
auction-house Upgrade Solana to v2 and SPL to the latest (#3219) 2024-09-17 19:02:09 +02:00
bench bench: Sync to update Solana version (#3258) 2024-09-18 23:55:15 +02:00
bpf-upgradeable-state Remove `rust-version` from crate manifests (#3000) 2024-05-31 23:32:40 +02:00
cashiers-check v0.30.1 (#3040) 2024-06-20 17:20:02 +02:00
cfo v0.30.1 (#3040) 2024-06-20 17:20:02 +02:00
chat v0.30.1 (#3040) 2024-06-20 17:20:02 +02:00
composite v0.30.1 (#3040) 2024-06-20 17:20:02 +02:00
cpi-returns v0.30.1 (#3040) 2024-06-20 17:20:02 +02:00
custom-coder v0.30.1 (#3040) 2024-06-20 17:20:02 +02:00
custom-discriminator idl: Check ambiguous discriminators (#3157) 2024-08-07 23:39:59 +02:00
declare-id v0.30.1 (#3040) 2024-06-20 17:20:02 +02:00
declare-program lang: Add `Account` utility type to get accounts from bytes (#3091) 2024-07-18 12:26:37 +02:00
docs v0.30.1 (#3040) 2024-06-20 17:20:02 +02:00
errors Upgrade Solana to v2 and SPL to the latest (#3219) 2024-09-17 19:02:09 +02:00
escrow v0.30.1 (#3040) 2024-06-20 17:20:02 +02:00
events lang: Remove `EventIndex` (#3244) 2024-09-12 21:00:29 +02:00
floats v0.30.1 (#3040) 2024-06-20 17:20:02 +02:00
idl idl: Fix using full path types with `Program` (#3228) 2024-09-05 23:59:23 +02:00
ido-pool v0.30.1 (#3040) 2024-06-20 17:20:02 +02:00
lazy-account lang: Add `LazyAccount` (#3194) 2024-09-01 03:16:38 +02:00
lockup v0.30.1 (#3040) 2024-06-20 17:20:02 +02:00
misc Upgrade Solana to v2 and SPL to the latest (#3219) 2024-09-17 19:02:09 +02:00
multiple-suites v0.30.1 (#3040) 2024-06-20 17:20:02 +02:00
multiple-suites-run-single Fix IDL (#2824) 2024-03-10 14:22:23 +01:00
multisig v0.30.1 (#3040) 2024-06-20 17:20:02 +02:00
optional v0.30.1 (#3040) 2024-06-20 17:20:02 +02:00
pda-derivation ts: Include unresolved accounts in the resolution error message (#3207) 2024-08-28 23:58:32 +02:00
pyth v0.30.1 (#3040) 2024-06-20 17:20:02 +02:00
realloc v0.30.1 (#3040) 2024-06-20 17:20:02 +02:00
relations-derivation idl: Fix using `address` constraint with non-const expressions (#3216) 2024-08-31 18:15:30 +02:00
safety-checks Fix IDL (#2824) 2024-03-10 14:22:23 +01:00
solang v0.30.1 (#3040) 2024-06-20 17:20:02 +02:00
spl Upgrade Solana to v2 and SPL to the latest (#3219) 2024-09-17 19:02:09 +02:00
swap Upgrade Solana to v2 and SPL to the latest (#3219) 2024-09-17 19:02:09 +02:00
system-accounts v0.30.1 (#3040) 2024-06-20 17:20:02 +02:00
sysvars v0.30.1 (#3040) 2024-06-20 17:20:02 +02:00
tictactoe v0.30.1 (#3040) 2024-06-20 17:20:02 +02:00
typescript v0.30.1 (#3040) 2024-06-20 17:20:02 +02:00
validator-clone v0.30.1 (#3040) 2024-06-20 17:20:02 +02:00
zero-copy Upgrade Solana to v2 and SPL to the latest (#3219) 2024-09-17 19:02:09 +02:00
.prettierignore spl: change serum-dex to openbook-dex (#2308) 2022-12-12 16:12:33 +00:00
README.md
package.json lang: Add `LazyAccount` (#3194) 2024-09-01 03:16:38 +02: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.