anchor/tests
acheron e77a453ac3
lang: Support legacy IDLs with `declare_program!` (#2997)
2024-06-03 12:10:49 +02:00
..
anchor-cli-account v0.30.0 (#2909) 2024-04-15 17:20:01 +02:00
anchor-cli-idl v0.30.0 (#2909) 2024-04-15 17:20:01 +02:00
auction-house v0.30.0 (#2909) 2024-04-15 17:20:01 +02:00
bench v0.30.0 (#2909) 2024-04-15 17:20:01 +02:00
bpf-upgradeable-state Remove `rust-version` from crate manifests (#3000) 2024-05-31 23:32:40 +02:00
cashiers-check Remove `rust-version` from crate manifests (#3000) 2024-05-31 23:32:40 +02:00
cfo Remove `rust-version` from crate manifests (#3000) 2024-05-31 23:32:40 +02:00
chat Remove `rust-version` from crate manifests (#3000) 2024-05-31 23:32:40 +02:00
composite Remove `rust-version` from crate manifests (#3000) 2024-05-31 23:32:40 +02:00
cpi-returns v0.30.0 (#2909) 2024-04-15 17:20:01 +02:00
custom-coder Remove `rust-version` from crate manifests (#3000) 2024-05-31 23:32:40 +02:00
declare-id v0.30.0 (#2909) 2024-04-15 17:20:01 +02:00
declare-program lang: Support legacy IDLs with `declare_program!` (#2997) 2024-06-03 12:10:49 +02:00
docs v0.30.0 (#2909) 2024-04-15 17:20:01 +02:00
errors Remove `rust-version` from crate manifests (#3000) 2024-05-31 23:32:40 +02:00
escrow Remove `rust-version` from crate manifests (#3000) 2024-05-31 23:32:40 +02:00
events Remove `rust-version` from crate manifests (#3000) 2024-05-31 23:32:40 +02:00
floats v0.30.0 (#2909) 2024-04-15 17:20:01 +02:00
idl Remove `rust-version` from crate manifests (#3000) 2024-05-31 23:32:40 +02:00
ido-pool Remove `rust-version` from crate manifests (#3000) 2024-05-31 23:32:40 +02:00
lockup Remove `rust-version` from crate manifests (#3000) 2024-05-31 23:32:40 +02:00
misc Remove `rust-version` from crate manifests (#3000) 2024-05-31 23:32:40 +02:00
multiple-suites v0.30.0 (#2909) 2024-04-15 17:20:01 +02:00
multiple-suites-run-single Fix IDL (#2824) 2024-03-10 14:22:23 +01:00
multisig Remove `rust-version` from crate manifests (#3000) 2024-05-31 23:32:40 +02:00
optional v0.30.0 (#2909) 2024-04-15 17:20:01 +02:00
pda-derivation Remove `rust-version` from crate manifests (#3000) 2024-05-31 23:32:40 +02:00
pyth Remove `rust-version` from crate manifests (#3000) 2024-05-31 23:32:40 +02:00
realloc v0.30.0 (#2909) 2024-04-15 17:20:01 +02:00
relations-derivation Remove `rust-version` from crate manifests (#3000) 2024-05-31 23:32:40 +02:00
safety-checks Fix IDL (#2824) 2024-03-10 14:22:23 +01:00
solang v0.30.0 (#2909) 2024-04-15 17:20:01 +02:00
spl Remove `rust-version` from crate manifests (#3000) 2024-05-31 23:32:40 +02:00
swap Remove `rust-version` from crate manifests (#3000) 2024-05-31 23:32:40 +02:00
system-accounts Remove `rust-version` from crate manifests (#3000) 2024-05-31 23:32:40 +02:00
sysvars Remove `rust-version` from crate manifests (#3000) 2024-05-31 23:32:40 +02:00
tictactoe Remove `rust-version` from crate manifests (#3000) 2024-05-31 23:32:40 +02:00
typescript Remove `rust-version` from crate manifests (#3000) 2024-05-31 23:32:40 +02:00
validator-clone v0.30.0 (#2909) 2024-04-15 17:20:01 +02:00
zero-copy Remove `rust-version` from crate manifests (#3000) 2024-05-31 23:32:40 +02: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 Add support for token extensions (#2789) 2024-04-11 22:49:13 +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.