wormhole-foundation / example-liquidity-layer

Apache License 2.0
13 stars 12 forks source link

solana: replace run_anchor_test.sh #116

Open a5-pickle opened 6 months ago

a5-pickle commented 6 months ago

We prefer that this script be replaced by another script that would read the Anchor.toml and perform the same execution. But instead of passing --clone for programs, the script would have to replace these keyword arguments with --clone-upgradeable-program.

a5-pickle commented 4 months ago

Anchor 0.30.1 makes it possible to run anchor test how we want it now.

Also look into anchor localnet to perform the upgrade test separately.

Reference: https://github.com/coral-xyz/anchor/pull/3010