Track account writable deescalation (#14626)

This commit is contained in:
Jack May
2021-01-22 15:28:01 -08:00
committed by GitHub
parent cbb9ac19b9
commit 77572a7c53
14 changed files with 246 additions and 56 deletions

View File

@ -58,11 +58,11 @@ example_helloworld() {
spl() {
(
set -x
rm -rf spl
git clone https://github.com/solana-labs/solana-program-library.git spl
# rm -rf spl
# git clone https://github.com/solana-labs/solana-program-library.git spl
cd spl
./patch.crates-io.sh "$solana_dir"
# ./patch.crates-io.sh "$solana_dir"
$cargo build
@ -71,9 +71,9 @@ spl() {
#$cargo test
#$cargo_test_bpf
$cargo_test_bpf --manifest-path token/program/Cargo.toml
$cargo_test_bpf --manifest-path associated-token-account/program/Cargo.toml
$cargo_test_bpf --manifest-path feature-proposal/program/Cargo.toml
# $cargo_test_bpf --manifest-path token/program/Cargo.toml
# $cargo_test_bpf --manifest-path associated-token-account/program/Cargo.toml
$cargo_test_bpf --manifest-path feature-proposal/program/Cargo.toml -- --nocapture
)
}
@ -102,6 +102,6 @@ serum_dex() {
}
_ example_helloworld
# _ example_helloworld
_ spl
_ serum_dex
# _ serum_dex