anchor/tests
Paul 565e9567b5
tests: increase validator-clone startup time (#1635)
2022-03-16 20:14:25 -04:00
..
auction-house@63e7bb81be cli: add --skip-lint option (#1482) 2022-02-20 19:43:19 -05:00
bpf-upgradeable-state Bump up rust to 2021 edition (#1430) 2022-03-12 17:39:21 -05:00
cashiers-check Bump up rust to 2021 edition (#1430) 2022-03-12 17:39:21 -05:00
cfo Bump up rust to 2021 edition (#1430) 2022-03-12 17:39:21 -05:00
chat Bump up rust to 2021 edition (#1430) 2022-03-12 17:39:21 -05:00
composite Bump up rust to 2021 edition (#1430) 2022-03-12 17:39:21 -05:00
custom-coder fix anchor-lang import in safety-check, add custom-coder to ci, and fix spl-token coder (#1604) 2022-03-16 18:27:57 -04:00
declare-id v0.22.1 (#1528) 2022-02-28 11:35:59 -05:00
docs lang: Fix doc strings not working with double quotes (#1537) 2022-03-01 23:03:30 -05:00
errors add `.with_pubkeys` and `.with_values` to `syn/../constraints.rs` for better logging (#1627) 2022-03-16 18:23:28 -04:00
escrow Bump up rust to 2021 edition (#1430) 2022-03-12 17:39:21 -05:00
events Bump up rust to 2021 edition (#1430) 2022-03-12 17:39:21 -05:00
floats v0.22.1 (#1528) 2022-02-28 11:35:59 -05:00
ido-pool Bump up rust to 2021 edition (#1430) 2022-03-12 17:39:21 -05:00
interface Bump up rust to 2021 edition (#1430) 2022-03-12 17:39:21 -05:00
lockup Bump up rust to 2021 edition (#1430) 2022-03-12 17:39:21 -05:00
misc Bump up rust to 2021 edition (#1430) 2022-03-12 17:39:21 -05:00
multisig Bump up rust to 2021 edition (#1430) 2022-03-12 17:39:21 -05:00
pda-derivation Bump up rust to 2021 edition (#1430) 2022-03-12 17:39:21 -05:00
pyth Bump up rust to 2021 edition (#1430) 2022-03-12 17:39:21 -05:00
safety-checks fix anchor-lang import in safety-check, add custom-coder to ci, and fix spl-token coder (#1604) 2022-03-16 18:27:57 -04:00
spl/token-proxy Bump up rust to 2021 edition (#1430) 2022-03-12 17:39:21 -05:00
swap Bump up rust to 2021 edition (#1430) 2022-03-12 17:39:21 -05:00
system-accounts Bump up rust to 2021 edition (#1430) 2022-03-12 17:39:21 -05:00
sysvars Bump up rust to 2021 edition (#1430) 2022-03-12 17:39:21 -05:00
tictactoe Bump up rust to 2021 edition (#1430) 2022-03-12 17:39:21 -05:00
typescript Bump up rust to 2021 edition (#1430) 2022-03-12 17:39:21 -05:00
validator-clone tests: increase validator-clone startup time (#1635) 2022-03-16 20:14:25 -04:00
zero-copy Bump up rust to 2021 edition (#1430) 2022-03-12 17:39:21 -05:00
.prettierignore lang, ts: automatic client side pda derivation (#1331) 2022-01-24 14:44:24 -05:00
README.md Add /tests dir (#676) 2021-09-04 05:33:39 -07:00
package.json cli: also clone program data account (#1495) 2022-03-12 17:36:35 -05:00
yarn.lock lang: add additional `require_x` comparison macros (#1622) 2022-03-16 14:45:09 -04: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.