anchor/tests
acheron af115999c6
ts: Remove SPL coders from Anchor package (#2155)
* ts: Remove SPL coders from Anchor package

* Replace old SPL custom coder tests

* Build and link new SPL packages before tests and decode token account for AccountStore

* Fix Github actions ts setup

* Fix u64 buffer length

* Update submodules

* Update CHANGELOG

* Checkout correct submodule commits

* Add filler program to generate idls in order for anchor test to pass
2022-11-17 14:17:22 +00:00
..
anchor-cli-idl v0.25.0 (#2031) 2022-07-05 16:32:55 -04:00
auction-house@b73b60e55a Update solana to version 1.13.3 (#2239) 2022-10-29 15:23:13 +01:00
bpf-upgradeable-state fix: align links to coral-xyz/anchor github repo (#1988) 2022-06-19 22:16:16 -04:00
cashiers-check v0.25.0 (#2031) 2022-07-05 16:32:55 -04:00
cfo replace getRecentBlockhash to getLatestBlockhash (#2205) 2022-11-14 16:59:36 +00:00
chat v0.25.0 (#2031) 2022-07-05 16:32:55 -04:00
composite v0.25.0 (#2031) 2022-07-05 16:32:55 -04:00
cpi-returns chore: bump @solana/web3.js in anchor-ts (#2227) 2022-10-13 23:06:51 -04:00
custom-coder ts: Remove SPL coders from Anchor package (#2155) 2022-11-17 14:17:22 +00:00
declare-id v0.25.0 (#2031) 2022-07-05 16:32:55 -04:00
docs v0.25.0 (#2031) 2022-07-05 16:32:55 -04:00
errors v0.25.0 (#2031) 2022-07-05 16:32:55 -04:00
escrow v0.25.0 (#2031) 2022-07-05 16:32:55 -04:00
events v0.25.0 (#2031) 2022-07-05 16:32:55 -04:00
floats v0.25.0 (#2031) 2022-07-05 16:32:55 -04:00
ido-pool v0.25.0 (#2031) 2022-07-05 16:32:55 -04:00
interface v0.25.0 (#2031) 2022-07-05 16:32:55 -04:00
lockup Fix: typos (#2236) 2022-11-14 16:57:41 +00:00
misc lang: Fix parsing for bytes literals in the IDL (#2261) 2022-11-16 15:59:09 +00:00
multiple-suites v0.25.0 (#2031) 2022-07-05 16:32:55 -04:00
multisig v0.25.0 (#2031) 2022-07-05 16:32:55 -04:00
pda-derivation fix: Nested pda types and account resolution for pdas (#2259) 2022-11-13 21:45:41 -05:00
pyth v0.25.0 (#2031) 2022-07-05 16:32:55 -04:00
realloc v0.25.0 (#2031) 2022-07-05 16:32:55 -04:00
relations-derivation fix: Nested pda types and account resolution for pdas (#2259) 2022-11-13 21:45:41 -05:00
safety-checks fix: ignore non Accounts in safety checks (#2201) 2022-10-13 23:08:02 -04:00
spl/token-proxy v0.25.0 (#2031) 2022-07-05 16:32:55 -04:00
swap replace getRecentBlockhash to getLatestBlockhash (#2205) 2022-11-14 16:59:36 +00:00
system-accounts v0.25.0 (#2031) 2022-07-05 16:32:55 -04:00
sysvars v0.25.0 (#2031) 2022-07-05 16:32:55 -04:00
tictactoe v0.25.0 (#2031) 2022-07-05 16:32:55 -04:00
typescript v0.25.0 (#2031) 2022-07-05 16:32:55 -04:00
validator-clone v0.25.0 (#2031) 2022-07-05 16:32:55 -04:00
zero-copy v0.25.0 (#2031) 2022-07-05 16:32:55 -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 ts: Remove SPL coders from Anchor package (#2155) 2022-11-17 14:17:22 +00:00
yarn.lock ts: Remove SPL coders from Anchor package (#2155) 2022-11-17 14:17:22 +00: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.