acheron 01839ad725 lang: Add composite accounts support for `declare_program!` (#2894) 1 year ago
..
anchor-cli-account d9a9f19394 Fix IDL (#2824) 1 year ago
anchor-cli-idl d9a9f19394 Fix IDL (#2824) 1 year ago
auction-house 7c424ee58a ts: Remove `programId` parameter of the `Program` constructor (#2864) 1 year ago
bench 475c694355 Upgrade `spl-token-2022` to 3.0.2 (#2876) 1 year ago
bpf-upgradeable-state d9a9f19394 Fix IDL (#2824) 1 year ago
cashiers-check d9a9f19394 Fix IDL (#2824) 1 year ago
cfo a423f7855b cli: Require explicit `overflow-checks` flag (#2716) 1 year ago
chat d9a9f19394 Fix IDL (#2824) 1 year ago
composite d9a9f19394 Fix IDL (#2824) 1 year ago
cpi-returns d9a9f19394 Fix IDL (#2824) 1 year ago
custom-coder d9a9f19394 Fix IDL (#2824) 1 year ago
declare-id d9a9f19394 Fix IDL (#2824) 1 year ago
declare-program 01839ad725 lang: Add composite accounts support for `declare_program!` (#2894) 1 year ago
docs d9a9f19394 Fix IDL (#2824) 1 year ago
errors d9a9f19394 Fix IDL (#2824) 1 year ago
escrow c66b323293 Upgrade Solana to 1.18.8 (#2867) 1 year ago
events d9a9f19394 Fix IDL (#2824) 1 year ago
floats d9a9f19394 Fix IDL (#2824) 1 year ago
idl 4de70aabee idl: Add `docs` field for constants (#2887) 1 year ago
ido-pool d9a9f19394 Fix IDL (#2824) 1 year ago
lockup c2cd5a99aa Fix typos in comments (#2868) 1 year ago
misc 7c424ee58a ts: Remove `programId` parameter of the `Program` constructor (#2864) 1 year ago
multiple-suites d9a9f19394 Fix IDL (#2824) 1 year ago
multiple-suites-run-single d9a9f19394 Fix IDL (#2824) 1 year ago
multisig d9a9f19394 Fix IDL (#2824) 1 year ago
optional d9a9f19394 Fix IDL (#2824) 1 year ago
pda-derivation 7c424ee58a ts: Remove `programId` parameter of the `Program` constructor (#2864) 1 year ago
pyth d9a9f19394 Fix IDL (#2824) 1 year ago
realloc d9a9f19394 Fix IDL (#2824) 1 year ago
relations-derivation d9a9f19394 Fix IDL (#2824) 1 year ago
safety-checks d9a9f19394 Fix IDL (#2824) 1 year ago
solang 749c45a2d9 Fixes for Solidity/Solang (#2677) 2 years ago
spl c66b323293 Upgrade Solana to 1.18.8 (#2867) 1 year ago
swap d9a9f19394 Fix IDL (#2824) 1 year ago
system-accounts d9a9f19394 Fix IDL (#2824) 1 year ago
sysvars d9a9f19394 Fix IDL (#2824) 1 year ago
tictactoe d9a9f19394 Fix IDL (#2824) 1 year ago
typescript d9a9f19394 Fix IDL (#2824) 1 year ago
validator-clone d9a9f19394 Fix IDL (#2824) 1 year ago
zero-copy c66b323293 Upgrade Solana to 1.18.8 (#2867) 1 year ago
.prettierignore fad05805d8 spl: change serum-dex to openbook-dex (#2308) 2 years ago
README.md 5d8b4765f2 Add /tests dir (#676) 4 years ago
package.json 0f6090950a lang: Add `declare_program!` macro (#2857) 1 year ago
yarn.lock 13fc0bb915 lang: Add `#[interface]` attribute for overriding the default discriminator (#2728) 1 year ago

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.