anchor/tests
Paul 4d9bd6adc6
spl: change "to" to "from" in token::burn (#1729)
Co-authored-by: Thomas Moussajee <thomas.moussajee@gmail.com>
2022-04-11 13:00:04 -04:00
..
auction-house@967650c531 lang, cli, spl: Update solana toolchain to v1.9.13 (#1653) 2022-03-26 20:28:55 -04:00
bpf-upgradeable-state lang: deserialize programdata address on demand/lazily (#1723) 2022-04-08 13:48:40 -04:00
cashiers-check tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
cfo spl: change "to" to "from" in token::burn (#1729) 2022-04-11 13:00:04 -04:00
chat tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
composite tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
cpi-returns ts: Add views (#1695) 2022-04-03 19:15:06 -04:00
custom-coder tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
declare-id tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
docs v0.23.0 (#1660) 2022-03-20 23:30:55 -04:00
errors tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
escrow tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
events tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
floats tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
ido-pool spl: change "to" to "from" in token::burn (#1729) 2022-04-11 13:00:04 -04:00
interface tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
lockup spl: change "to" to "from" in token::burn (#1729) 2022-04-11 13:00:04 -04:00
misc Revert "lang: Make Anchor use fallback function instead of panicking if ix data.len() is < `8` (#1721)" (#1748) 2022-04-08 15:31:07 -04:00
multiple-suites lang: Add support for multiple test suites with separate local validators (#1681) 2022-03-30 17:17:54 -04:00
multisig tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
pda-derivation ts: add `pubkeys` method builder function to view all instruction account addresses (#1733) 2022-04-10 13:19:56 -04:00
pyth tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
safety-checks tests: fix safety check Anchor.toml wallet field (#1752) 2022-04-10 14:23:31 -04:00
spl/token-proxy spl: change "to" to "from" in token::burn (#1729) 2022-04-11 13:00:04 -04:00
swap tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
system-accounts tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
sysvars tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
tictactoe v0.23.0 (#1660) 2022-03-20 23:30:55 -04:00
typescript v0.23.0 (#1660) 2022-03-20 23:30:55 -04:00
validator-clone tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
zero-copy update forgotten solana versions (#1751) 2022-04-10 14:26:03 -04: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 lang: Add support for multiple test suites with separate local validators (#1681) 2022-03-30 17:17:54 -04:00
yarn.lock build(deps): bump minimist from 1.2.5 to 1.2.6 in /tests (#1718) 2022-04-04 13:05:15 -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.