acheron dac533e9c4 lang: Fix using `data` as an instruction parameter name in `declare_program!` (#3574) 7 tháng trước cách đây
..
anchor-cli-account aa48efb437 ts: Update `engines.node` to `>= 17` (#3301) 1 năm trước cách đây
anchor-cli-idl aa48efb437 ts: Update `engines.node` to `>= 17` (#3301) 1 năm trước cách đây
auction-house 020a304658 Upgrade Solana to v2 and SPL to the latest (#3219) 1 năm trước cách đây
bench 4b12678ca3 bench: Use `agave-install` if Solana is v2 (#3383) 10 tháng trước cách đây
bpf-upgradeable-state aa48efb437 ts: Update `engines.node` to `>= 17` (#3301) 1 năm trước cách đây
cashiers-check aa48efb437 ts: Update `engines.node` to `>= 17` (#3301) 1 năm trước cách đây
cfo aa48efb437 ts: Update `engines.node` to `>= 17` (#3301) 1 năm trước cách đây
chat aa48efb437 ts: Update `engines.node` to `>= 17` (#3301) 1 năm trước cách đây
composite aa48efb437 ts: Update `engines.node` to `>= 17` (#3301) 1 năm trước cách đây
cpi-returns aa48efb437 ts: Update `engines.node` to `>= 17` (#3301) 1 năm trước cách đây
custom-coder aa48efb437 ts: Update `engines.node` to `>= 17` (#3301) 1 năm trước cách đây
custom-discriminator 438c481384 idl: Check ambiguous discriminators (#3157) 1 năm trước cách đây
declare-id aa48efb437 ts: Update `engines.node` to `>= 17` (#3301) 1 năm trước cách đây
declare-program dac533e9c4 lang: Fix using `data` as an instruction parameter name in `declare_program!` (#3574) 7 tháng trước cách đây
errors 8bc883ad85 Fix some typos in doc comments (#3413) 10 tháng trước cách đây
escrow aa48efb437 ts: Update `engines.node` to `>= 17` (#3301) 1 năm trước cách đây
events aa48efb437 ts: Update `engines.node` to `>= 17` (#3301) 1 năm trước cách đây
floats aa48efb437 ts: Update `engines.node` to `>= 17` (#3301) 1 năm trước cách đây
idl 55d74c620d idl: Fix using constant identifiers as generic arguments (#3522) 8 tháng trước cách đây
ido-pool aa48efb437 ts: Update `engines.node` to `>= 17` (#3301) 1 năm trước cách đây
lazy-account 8bc883ad85 Fix some typos in doc comments (#3413) 10 tháng trước cách đây
lockup aa48efb437 ts: Update `engines.node` to `>= 17` (#3301) 1 năm trước cách đây
misc 2ae3774639 lang: Deduplicate `zero` accounts against `init` accounts (#3422) 10 tháng trước cách đây
multiple-suites aa48efb437 ts: Update `engines.node` to `>= 17` (#3301) 1 năm trước cách đây
multiple-suites-run-single aa48efb437 ts: Update `engines.node` to `>= 17` (#3301) 1 năm trước cách đây
multisig aa48efb437 ts: Update `engines.node` to `>= 17` (#3301) 1 năm trước cách đây
optional aa48efb437 ts: Update `engines.node` to `>= 17` (#3301) 1 năm trước cách đây
pda-derivation b6b4f11a5c idl: Fix using account or arg values for `seeds::program` (#3570) 7 tháng trước cách đây
pyth aa48efb437 ts: Update `engines.node` to `>= 17` (#3301) 1 năm trước cách đây
realloc aa48efb437 ts: Update `engines.node` to `>= 17` (#3301) 1 năm trước cách đây
relations-derivation aa48efb437 ts: Update `engines.node` to `>= 17` (#3301) 1 năm trước cách đây
safety-checks d9a9f19394 Fix IDL (#2824) 1 năm trước cách đây
solang aa48efb437 ts: Update `engines.node` to `>= 17` (#3301) 1 năm trước cách đây
spl 6147beb473 spl: Upgrade SPL deps to latest (#3346) 11 tháng trước cách đây
swap aa48efb437 ts: Update `engines.node` to `>= 17` (#3301) 1 năm trước cách đây
system-accounts aa48efb437 ts: Update `engines.node` to `>= 17` (#3301) 1 năm trước cách đây
sysvars 4e61949358 tests: Remove unused `anchor-spl` deps (#3381) 10 tháng trước cách đây
tictactoe aa48efb437 ts: Update `engines.node` to `>= 17` (#3301) 1 năm trước cách đây
typescript aa48efb437 ts: Update `engines.node` to `>= 17` (#3301) 1 năm trước cách đây
validator-clone aa48efb437 ts: Update `engines.node` to `>= 17` (#3301) 1 năm trước cách đây
zero-copy aa48efb437 ts: Update `engines.node` to `>= 17` (#3301) 1 năm trước cách đây
.prettierignore fad05805d8 spl: change serum-dex to openbook-dex (#2308) 2 năm trước cách đây
README.md 5d8b4765f2 Add /tests dir (#676) 4 năm trước cách đây
package.json 879601e632 lang: Add `LazyAccount` (#3194) 1 năm trước cách đây
yarn.lock 13fc0bb915 lang: Add `#[interface]` attribute for overriding the default discriminator (#2728) 1 năm trước cách đây

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.