Henry-E 19e00e5d8f Don't allow the payer to be initialized as a program account (#2284) hace 2 años
..
anchor-cli-idl 6baed77eb5 v0.25.0 (#2031) hace 3 años
auction-house 7a0a37e0f8 Update solana to version 1.13.3 (#2239) hace 3 años
bpf-upgradeable-state 5291a7b6ff Update rust to v1.62 (#2272) hace 2 años
cashiers-check 5291a7b6ff Update rust to v1.62 (#2272) hace 2 años
cfo 5291a7b6ff Update rust to v1.62 (#2272) hace 2 años
chat 5291a7b6ff Update rust to v1.62 (#2272) hace 2 años
composite 5291a7b6ff Update rust to v1.62 (#2272) hace 2 años
cpi-returns 5647510615 chore: bump @solana/web3.js in anchor-ts (#2227) hace 3 años
custom-coder 5291a7b6ff Update rust to v1.62 (#2272) hace 2 años
declare-id 6baed77eb5 v0.25.0 (#2031) hace 3 años
docs 6baed77eb5 v0.25.0 (#2031) hace 3 años
errors 5291a7b6ff Update rust to v1.62 (#2272) hace 2 años
escrow 5291a7b6ff Update rust to v1.62 (#2272) hace 2 años
events 5291a7b6ff Update rust to v1.62 (#2272) hace 2 años
floats 6baed77eb5 v0.25.0 (#2031) hace 3 años
ido-pool 5291a7b6ff Update rust to v1.62 (#2272) hace 2 años
interface 5291a7b6ff Update rust to v1.62 (#2272) hace 2 años
lockup 5291a7b6ff Update rust to v1.62 (#2272) hace 2 años
misc 19e00e5d8f Don't allow the payer to be initialized as a program account (#2284) hace 2 años
multiple-suites c0d3ff2d77 tests: Fix multiple suites example (#2279) hace 2 años
multisig 5291a7b6ff Update rust to v1.62 (#2272) hace 2 años
pda-derivation 5291a7b6ff Update rust to v1.62 (#2272) hace 2 años
pyth 5291a7b6ff Update rust to v1.62 (#2272) hace 2 años
realloc 6baed77eb5 v0.25.0 (#2031) hace 3 años
relations-derivation 5291a7b6ff Update rust to v1.62 (#2272) hace 2 años
safety-checks 3da28dbc5f fix: ignore non Accounts in safety checks (#2201) hace 3 años
spl 5291a7b6ff Update rust to v1.62 (#2272) hace 2 años
swap 5291a7b6ff Update rust to v1.62 (#2272) hace 2 años
system-accounts 5291a7b6ff Update rust to v1.62 (#2272) hace 2 años
sysvars 5291a7b6ff Update rust to v1.62 (#2272) hace 2 años
tictactoe 5291a7b6ff Update rust to v1.62 (#2272) hace 2 años
typescript 5291a7b6ff Update rust to v1.62 (#2272) hace 2 años
validator-clone 6baed77eb5 v0.25.0 (#2031) hace 3 años
zero-copy 5291a7b6ff Update rust to v1.62 (#2272) hace 2 años
.prettierignore d8d720067d lang, ts: automatic client side pda derivation (#1331) hace 3 años
README.md 5d8b4765f2 Add /tests dir (#676) hace 4 años
package.json af115999c6 ts: Remove SPL coders from Anchor package (#2155) hace 2 años
yarn.lock 19e00e5d8f Don't allow the payer to be initialized as a program account (#2284) hace 2 años

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.